scikit-bio not working after installation

847 Views Asked by At

I have installed scikit-bio on my mac and when I run python -m skbio.test, I get the following error:

File "/macqiime/anaconda/lib/python2.7/site-packages/skbio/io/tests/test_util.py", line 17, in <module>
import httpretty
ImportError: No module named httpretty.

Could this be based on my PATH?

-macqiime is in the directory Users.

1

There are 1 best solutions below

3
On

Edit: Changed my answer to use conda instead of pip

Try executing:

conda install -c https://conda.anaconda.org/hargup httpretty