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

Not working after upgrade from 1.7.0 to 1.9.8 #312

Closed
metbril opened this issue Nov 19, 2014 · 3 comments
Closed

Not working after upgrade from 1.7.0 to 1.9.8 #312

metbril opened this issue Nov 19, 2014 · 3 comments
Labels
duplicate This issue or pull request already exists mac

Comments

@metbril
Copy link

metbril commented Nov 19, 2014

I did an upgrade using

sudo pip install --upgrade jrnl

and now get an error when I use

jrnl -n 1

or

jrnl --help

The error is this:

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
@metbril
Copy link
Author

metbril commented Nov 19, 2014

An uninstall and install did not work either. Same error.

@metbril
Copy link
Author

metbril commented Nov 19, 2014

If it is of help:

$ pip show six
---
Name: six
Version: 1.8.0
Location: /Library/Python/2.7/site-packages
Requires: 

@maebert
Copy link
Contributor

maebert commented Dec 18, 2014

Hi, this is a known issue with one of the dependencies. It's caused by having two different python installations; see #160 and #172, #182 and #190 for details.

The best work-around is to download the source as a zip file, extract it and run python setup.py install in there. Let me know if that helps!

Alternatively (but not recommended), ty easy_install jrnl, or follow @james2doyle's advice.

@maebert maebert closed this as completed Dec 18, 2014
@maebert maebert added duplicate This issue or pull request already exists mac labels Dec 18, 2014
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 mac
Projects
None yet
Development

No branches or pull requests

2 participants