-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
"from typing import Type" (works in Debian, not working under Arch) #1838
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
Comments
Python 3.5 comes with its own version of |
I see! Is there any way to "give priority" to the pip3-installed version under python 3.5? |
Never mind - got it:
|
roberthoenig
added a commit
to roberthoenig/python-zulip-api
that referenced
this issue
Dec 6, 2017
roberthoenig
added a commit
to zulip/python-zulip-api
that referenced
this issue
Dec 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed typing via pip3 in both my Debian and Arch environments, and see this:
Under Debian:
Under Arch:
Have I messed up or is there some difference due to 3.4 -> 3.5?
P.S. In case there's a way around it - I use
Type
, because I have annotated code like this:...so I can create the appropriate type at runtime in my AST.
The text was updated successfully, but these errors were encountered: