Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Issues after installing on OSX 10.10.4 #27

Closed
cstewart87 opened this issue Jul 29, 2015 · 2 comments
Closed

Issues after installing on OSX 10.10.4 #27

cstewart87 opened this issue Jul 29, 2015 · 2 comments

Comments

@cstewart87
Copy link

After a successful installation on OSX 10.10.4, i receive the following error.

$ vca --version
Traceback (most recent call last):
  File "/usr/local/bin/vca", 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 2797, in <module>
    parse_requirements(__requires__), Environment()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 576, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: six>=1.9.0
@anshimagupta
Copy link

Instead of upgrading through pip, can you try
"easy_install --upgrade six"

@cstewart87
Copy link
Author

👍 thanks! that worked

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

No branches or pull requests

2 participants