-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
SyntaxError when installing packages #1553
Comments
Can you share your p.s. this is not a Pipenv bug. |
@uranusjr I have the same problem. And my environment isn't very broken it's just virtual. |
No. You should not run pipenv inside a virtualenv. I agree something about your environment is quite broken if concurrent futures doesn’t work, not really sure what’s going on there |
Syntax error when trying to install a new package to a pipenv
Describe your environment
Expected result
Run
pipenv install django~=1.11
to install Django.Actual result
Steps to replicate
Create a new pipenv and run
pipenv install django~=1.11
to install Django.The text was updated successfully, but these errors were encountered: