"Could not import module 'numpy'"
smurdock-UVic opened this issue · 3 comments
smurdock-UVic commented
Hi there,
Just trying out MicrobeCensus but I cannot get it to work. For both the test and run_microbe_census.py I get:
Could not import module 'numpy'
I did the install using setup.py and have updated my numpy but I still get this error. Thoughts?
-Sheryl
sapuizait commented
same problem here - is there no solution for this?
snayfach commented
Not sure what's wrong, but my guess is that your PYTHONPATH needs to be updated. I just installed and ran using conda which worked fine. Can you try using conda or pip?
sapuizait commented
YES, it is working! The bioconda install solved the problem! Thanks for your quick response.