BaselAbujamous / clust

Automatic and optimised consensus clustering of one or more heterogeneous datasets
Other
160 stars 35 forks source link

ImportError: No module named numpy #45

Closed jianhaizhang closed 5 years ago

jianhaizhang commented 5 years ago

Hi,

I cloned your git repository and cd to "clust/ExampleData/1_RawData", then run "clust Data/ -r Replicates.txt -n Normalisation.txt -m MapIDs.txt". It gives the following errors:

Traceback (most recent call last): File "/rhome/jzhan067/.local/bin/clust", line 7, in from clust.main import main File "/rhome/jzhan067/.local/lib/python2.7/site-packages/clust/init.py", line 1, in from .clustpipeline import runclust File "/rhome/jzhan067/.local/lib/python2.7/site-packages/clust/clustpipeline.py", line 1, in import matplotlib File "/opt/linux/centos/7.x/x86_64/pkgs/miniconda2/4.4.10/lib/python2.7/site-packages/matplotlib/init.py", line 122, in from matplotlib.cbook import is_string_like, mplDeprecation, dedent, get_label File "/opt/linux/centos/7.x/x86_64/pkgs/miniconda2/4.4.10/lib/python2.7/site-packages/matplotlib/cbook.py", line 33, in import numpy as np ImportError: No module named numpy

How to resolve it?

Regards.

jianhaizhang commented 5 years ago

The error came from "numpy". Resolved!

BaselAbujamous commented 5 years ago

Great to hear it has been resolved!! Can we close the issue now? I will close it. Please feel free to reopen it if you like or to report any new issues.

jianhaizhang commented 5 years ago

Yes, feel free to close.