Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DistributionNotFound when running jitter #1

Open
marmor7 opened this issue Oct 8, 2015 · 1 comment
Open

DistributionNotFound when running jitter #1

marmor7 opened this issue Oct 8, 2015 · 1 comment

Comments

@marmor7
Copy link

marmor7 commented Oct 8, 2015

Getting the following stack trace when trying to run jitter:

Traceback (most recent call last):
File "/usr/local/bin/jitter", line 5, in
from pkg_resources import load_entry_point
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in
working_set.require(requires)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require
needed = self.resolve(parse_requirements(requirements))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: nose

I have nose installed, as pip list shows:

nose (1.3.7)

Notes:

  1. I had to install jitter via sudo, there were issues creating folders without sudo
  2. Mac running OS X 10.9.5
@akariv
Copy link
Member

akariv commented Oct 8, 2015

I've seen issues like this happen when you have installed a different version of python besides the default that comes with OS X (e.g. via HomeBrew etc.)

You might have nose installed for one installation but not the other.

I suggest you try to reinstall nose via sudo pip install nose and see what happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants