-
-
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
Cannot Install MarkupSafe in virtualenv 15.1.0 on Amazon Linux #1117
Comments
Hey @inf3cti0n95 we recently ran into this issue when using Jinja2 (and hitting the same underlying issue as you with markupsafe). It appears to be an issue with the default installed virtualenv on the Amazon Linux AMI. We resolved the issue by running Then we could install Jinja2 and import it in Python with no issues |
It appears like Amazon may have fixed this in the AMIs. Just tested it again and we had no problems with the default virtualenv installed on the instance. |
Broken again, fixed with the forced upgrade of virtualenv |
It looks like a duplicate of pypa/pip#4464 |
#836 As mentioned in this Issue, I am having the same issue with my Amazon Linux 2017.09, pip 9.0.1, Python 3.5.1, virtualenv 15.1.0
It is working fine on My Ubuntu Machine but not working on my Remote AWS machine.
Tried reinstalling everything. But still not working.
pip freeze output before -
Output
pip freeze
output later Stays Same
The text was updated successfully, but these errors were encountered: