Skip to content

Installation Problems #70

@Phi1983

Description

@Phi1983

Hey Daniel,
I have just installed PyHum, the installation worked without errors. However, when I try
python -c "import PyHum;PyHum.dotest()"
I get the following error:

Traceback (most recent call last):
File "", line 1, in
File "/home/philipp/anaconda2/envs/pyhum/lib/python2.7/site-packages/PyHum/init.py", line 60, in
from PyHum._pyhum_read import read
File "/home/philipp/anaconda2/envs/pyhum/lib/python2.7/site-packages/PyHum/_pyhum_read.py", line 72, in
import PyHum.pyread_single as pyread_single
File "PyHum/pyread_single.pyx", line 34, in init PyHum.pyread_single
File "/home/philipp/anaconda2/envs/pyhum/lib/python2.7/site-packages/PyHum/utils.py", line 37, in
import dask.array as da
File "/home/philipp/anaconda2/envs/pyhum/lib/python2.7/site-packages/dask/array/init.py", line 8, in
from .routines import (take, choose, argwhere, where, coarsen, insert,
File "/home/philipp/anaconda2/envs/pyhum/lib/python2.7/site-packages/dask/array/routines.py", line 256, in
@wraps(np.matmul)
File "/home/philipp/anaconda2/envs/pyhum/lib/python2.7/functools.py", line 33, in update_wrapper
setattr(wrapper, attr, getattr(wrapped, attr))
AttributeError: 'numpy.ufunc' object has no attribute 'module'

I installed the program on a Ubuntu 18.04 machine within conda, using your installation instruction.
Any ideas how to fix it?

Thanks
Philipp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions