-
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 #6900
Comments
Is this with a relocatable virtualenv? |
this is with |
Could you provide a set of reproducible steps that expose this issue? Also, could you also state which check in the un-installation logic is the check-that-does-not-handle-relative-files is? |
For what is worth, I got the same problem on Windows after running pip install -e for an open source package (cfn-python-lint) with the code checked out in a mapped/subst-ed drive. I have drive K: subst-ed to C:\Code, and I installed with
|
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
pip-19.2.2
I am opening a new ticket, because I cannot add remarks to any of the following related old issues (#640, #640)
To repeat, the problem is that
pip install --upgrade ...
orpip uninstall ...
have a check for the path in *.egg-link files which does not handle relative files.To add, setuptools explains that relative egg-files are valid https://setuptools.readthedocs.io/en/latest/formats.html#egg-links
Here a recent error which I still get after updating pip to pip-19.2.2
The text was updated successfully, but these errors were encountered: