-
Notifications
You must be signed in to change notification settings - Fork 3k
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
AssertionError: Egg-link […] does not match installed location when symlinks added to venv path #3784
Comments
Certainly a duplicate of #640 |
Same issue here -- well but installing without virtualenv. Can't uninstall, can't reinstall. Did you find a way around this issue? |
I have this issue as well on Windows 10 with Anaconda. I don't remember my exact steps but I did |
Closing as duplicate of #640 |
I don't think that this bug should have being closed as it seems to be easy to reproduce and apparently without a permanent workaround that you can apply to the build/test tools (like Here is how I reproduced it:
This does not happen if you didn't install the Example:
Update : found ugly workaroundIt seems that I was able to find a way to avoid triggering this bug by adding two lines before the one installing the package in develop mode inside tox.ini:
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
I have a virtualenv, and then move it somewhere with a symlink from the old path to the new path. pip uninstall then fails with Egg-links.
What I've run:
The text was updated successfully, but these errors were encountered: