-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Invalid pip installation after creating virtualenv #1719
Comments
Can you provide any reproducible of this, seems to work on macOs. What platform, etc? (ideally, a Docker build if possible) |
This is the minimal Dockerfile I was able to create to reproduce the error:
|
Hello, a fix for this issue has been released via virtualenv 20.0.11; see https://pypi.org/project/virtualenv/20.0.11/ (https://virtualenv.pypa.io/en/latest/changelog.html#v20-0-11-2020-03-18). Please give a try and report back if your issue has not been addressed; if not, please comment here, and we'll reopen the ticket. We want to apologize for the inconvenience this has caused you and say thanks for having patience while we resolve the unexpected bugs with this new major release. |
Issue
I created a Python 2.7 virtualenv, and when I try to use pip inside the virtualenv I got an error:
If I run pip-2.7 outside the virtulenv, everything seems to be working fine:
Environment
Provide at least:
OS:
pip list
of the host python wherevirtualenv
is installed:$ virtualenv --version
virtualenv 20.0.10 from /usr/local/lib/python3.6/site-packages/virtualenv/init.py
The text was updated successfully, but these errors were encountered: