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

Ubuntu 14.04 pip/setuptools/six Out of Date #180

Open
JSKenyon opened this issue Jan 11, 2017 · 0 comments
Open

Ubuntu 14.04 pip/setuptools/six Out of Date #180

JSKenyon opened this issue Jan 11, 2017 · 0 comments
Labels

Comments

@JSKenyon
Copy link

Ran into this while attempting to set up a virtualenv with --system-site-packages (for Meqtrees dependencies).

The dependency of tensorflow on six causes issues if six is out of date. It is well discussed here. I solved this by pointing my python path at /usr/local/lib/python2.7/dist-packages rather than /usr//lib/python2.7/dist-packages. There are other approaches mentioned in the link.

Additionally, it is necessary to update pip/setuptools/wheel outside the virtual environment, as inside the environment the will always resort to the system wide versions.

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

No branches or pull requests

2 participants