-
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
Assertion error attempting to uninstall package after virtualenv relocation #640
Comments
do you recall how you did your develop/editable install of pyyaml exactly? |
oh ok, just noticed in your title, you did a virtualenv relocation. |
pyyaml was installed with |
fwiw, I encountered this issue and found that running I was under the impression you could use pip from a virtualenv without using activate, but it seems like once you apply
|
This is going to be a bug with |
Pip fails because the egg-link contains a relative path instead of an absolute path.
The text was updated successfully, but these errors were encountered: