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

Installation problems #263

Open
averagehat opened this issue Nov 4, 2016 · 0 comments
Open

Installation problems #263

averagehat opened this issue Nov 4, 2016 · 0 comments

Comments

@averagehat
Copy link
Contributor

We were having a problem like is described here:

ContinuumIO/anaconda-issues/issues/542

Error looks like:

Cannot remove entries from nonexistent file /blah/blah/lib/python2.7/site-packages/easy-install.pth

As recorded in this comment, the problem can be fixed by adding

curl https://bootstrap.pypa.io/ez_setup.py -o - | python

to the install file (after miniconda's python is installed and the default python is changed, but before pip is used)

But that creates a problem where pip installs all the requirements-pip.txt libraries correctly, but can't find the egg file for "python_dateutil-2.3" in site-packages. Note that python-dateutil=2.1 is what's set in requirements-pip.txt.

This problem is fixed by removing the version requirement for python-dateutil in requirements-pip.txt.

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

No branches or pull requests

1 participant