-
-
Notifications
You must be signed in to change notification settings - Fork 31
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 #16
Comments
How did you install bugjar? It looks like you're missing one of the dependencies (Pygments); if you installed "manually" - i.e., using |
Thanks! I downloaded the distribution package, Anaconda, which installed pygments. Here's the Traceback: Listening on 0.0.0.0:3742 for a bugjar client |
That's a good question - I've never heard of it. I'm guessing it's a Tk package that, for some reason, isn't installed on your system - but I've never had any Tk-specific problems on my system, so I don't know how you got this error, or how to resolve it. I can see you're running OS/X - what version? Are you using the system Python, or one obtained from another source? |
I'm having a similar problem... any thoughts about what I should try next?: macBookPro$ pip install bugjar --upgrade |
I ran >> bugjar in my terminal and received the message below. I thought I had successfully installed bugjar.
Need help making sense of this Traceback. Thanks **/
Traceback (most recent call last):
File "/usr/local/bin/bugjar", 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: Pygments>=1.5
ramirotrejosmbp:Project1 ramirotrejo$ bugjar main.py arg1 arg2
Traceback (most recent call last):
File "/usr/local/bin/bugjar", 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: Pygments>=1.5
The text was updated successfully, but these errors were encountered: