-
-
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
Syntax error from concurrent/futures
#1589
Comments
Well you said it is the same error so I will ask the same question. Can you provide your |
cannot reproduce |
python3 -m pip freeze:
|
@kennethreitz #1553 two days ago, mine yesterday, and #1603 today. Thats a casual dismissal given the latest version of pipenv is unusable for me, and if those guys are experiencing the same behavior then they can't either. |
just keeping tickets clean, we're working actively on both closed and open tickets. |
Fixed by c7c0613 and released |
I ran into this problem under the following circumstances:
Haven't tried if this is fixed in the latest release yet, but hopefully, it is. |
Confirm I don't see the problem anymore after upgrading to 11.1.5. Thanks! |
I'm seeing this issue too, and I have the latest version of pipenv (11.5.2). |
I'm guessing this is from having both python 2.7 and python 3.x installed, with pipenv installed on 2.7. My suggestion is you |
I don't have pipenv on python 2 since I don't use python 2. Here's the traceback:
Here's a gist of the file with the error, in case that helps. |
A clean install should fix this. Can you run |
I already clean installed pipenv. That's what I put in the gist, but here:
|
I have the same error. Python 3.4-x86 on Windows 10 and pipenv: 11.5.2. Running via GitLab Runner.
|
throws an error. I also see this doing a variety of other tasks, including
pipenv lock
. This occurs in multiple projects. I can get rid of the problem by reverting from 11.1.3 to 9.0.1.I get the same error as #1553, but the error occurs all the time, and I'm not in a virtualenv.
Describe your environment
$ python -V
3.6.2$ pipenv --version
pipenv, version 11.1.3Expected result
Not expecting a traceback.
Actual result
Steps to replicate
Pipfile:
Commands:
The text was updated successfully, but these errors were encountered: