Skip to content

Instantly share code, notes, and snippets.

@ecwheele
Created October 10, 2015 17:58
Show Gist options
  • Save ecwheele/857614ce983675aa77fb to your computer and use it in GitHub Desktop.
Save ecwheele/857614ce983675aa77fb to your computer and use it in GitHub Desktop.
error when running submit_miso_pipeline.py
Traceback (most recent call last):
File "/projects/ps-yeolab/software/Anaconda_2.0.1_150511/bin/submit_miso_pipeline.py", line 4, in <module>
import pkg_resources
File "/projects/ps-yeolab/software/Anaconda_2.0.1_150511/lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg/pkg_resources.py", line 2671, in <module>
working_set.require(__requires__)
File "/projects/ps-yeolab/software/Anaconda_2.0.1_150511/lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg/pkg_resources.py", line 654, in require
needed = self.resolve(parse_requirements(requirements))
File "/projects/ps-yeolab/software/Anaconda_2.0.1_150511/lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg/pkg_resources.py", line 552, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: numpy>=1.5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment