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

Errors when running for the first time #172

Closed
atestu opened this issue Jun 24, 2014 · 4 comments
Closed

Errors when running for the first time #172

atestu opened this issue Jun 24, 2014 · 4 comments
Labels
duplicate This issue or pull request already exists

Comments

@atestu
Copy link

atestu commented Jun 24, 2014

No problem on install, but this is what I get on the first run:

Traceback (most recent call last):
  File "/usr/local/bin/jrnl", line 5, in <module>
    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 <module>
    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: six>=1.6.1

I don't know Python, I don't understand what this means.

I'm on a Mac (OSX 10.9) running python 2.7.5 and pip 1.5.6

@atestu
Copy link
Author

atestu commented Jun 24, 2014

It worked! Thanks for the quick reply, I'll close since it's a known bug.

@james2doyle
Copy link

I am on OSX 10.9.3 and I had this issue too. This was how I fixed it:

I ran which pip and saw that pip was at /usr/local/bin/pip but my which python returned /usr/bin/python. I then did brew install python. When it was finished I did brew linkapps and brew link python.

After all that I did sudo pip install jrnl and everything was good!

@amatern
Copy link

amatern commented Jul 2, 2014

@james2doyle just made it easy to install jrnl - THANK YOU!

@Plastix
Copy link

Plastix commented Jul 26, 2014

@james2doyle I ran into this same issue and I want to thank you for posting this solution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

5 participants