snayfach/MicrobeCensus

"Could not import module 'numpy'"

smurdock-UVic opened this issue · 3 comments

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

same problem here - is there no solution for this?

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?

YES, it is working! The bioconda install solved the problem! Thanks for your quick response.