-
Notifications
You must be signed in to change notification settings - Fork 68
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
Parallel build causing problems with egg installs overwriting easy-install.pth #1817
Comments
@durack1 I believe that it is the old_and_unmanageable function, I think I already setup the pip installer to accet this argument |
@doutriaux1 are there any other options to force a non-egg install? "old and unmanageable" seems to be something that might disappear any new release around the corner.. |
@aashish24 this needs your input |
Conda solves this |
@doutriaux1 not sure this is still required but just in case:
|
I've just noticed that a module that installs using an egg (
gsw-3.0.3-py2.7.egg
):Was not correctly installed, as duplicate writes to
lib/python2.7/site-packages/easy-install.pth
were occurring, and asgsw-3.0.3-py2.7.egg
wasn't last it's path wasn't added permanently toeasy-install.pth
(I added it back in and I can now load it as an installed package)@aashish24 @doutriaux1 this needs some thinking and attention to solve these intermittent build conflicts.. Can
setup.py
installations be forced to not build an egg? And therefore no concurrently be trying to write to easy-install.pth?The text was updated successfully, but these errors were encountered: