-
-
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: invalid from typing import TYPE_CHECKING #3520
Comments
I think it is fixed in master, isn't it? |
I have installed the latest release 2018.11.26 and i don't find any commit regarding this issue after that. |
the master branch is installable via if you are still encountering this problem installing that way, please let us know. |
btw it seems like anaconda installs a broken version of typing? |
@frostming did you remove typing from vendored dependencies as well as |
No, it doesn't, the failure was due to the incompatibility between the typing module and the Python interpreter used by venv. @ninja18 was likely to be using python < 3.5 in the venv. See my explanations below.
Yes, I did. The This will bring trouble when venv resolving dependencies, Pipenv's site packages path will be prepended to the From the above explanation, we can see the real problem here is anaconda has its WorkaroundI don't know why |
Just spoke with @techalchemy and he needs more info to decide whether this still needs fixing. @ninja18 can you try what @frostming suggested in #3520 (comment) and tell us whether it worked for you? |
This is not a release blocker, moving it out of the milestone. |
Virtual env was created and I edited the pipfile.lock once before creating the env
Is this a bug or problem with my environment???
The text was updated successfully, but these errors were encountered: