0

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.

El Developer
  • 3,345
  • 1
  • 21
  • 40
Jason
  • 1

1 Answers1

1

Edit: Changed my answer to use conda instead of pip

Try executing:

conda install -c https://conda.anaconda.org/hargup httpretty
Joe Young
  • 5,749
  • 3
  • 28
  • 27