Skip to content
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

typing should not be installed for Python >= 3.5 #978

Closed
gabriellesc opened this issue Mar 13, 2021 · 0 comments
Closed

typing should not be installed for Python >= 3.5 #978

gabriellesc opened this issue Mar 13, 2021 · 0 comments

Comments

@gabriellesc
Copy link
Contributor

typing is in the standard library since Python 3.5. Installing it alongside the standard library version causes the following error:

AttributeError: type object 'Callable' has no attribute '_abc_registry'

See python/typing#573 for additional context and other packages in which this issue has arisen.

gabriellesc added a commit to gabriellesc/sceptre that referenced this issue Mar 13, 2021
alex-harvey-z3q pushed a commit to fsa-streamotion/sceptre that referenced this issue May 14, 2021
This PR constrains the installation of `typing` to Python<3.5, since it is included in the standard library as of 3.5 and causes issues if installed alongside the standard library version.
mrowlingfox pushed a commit to fsa-streamotion/sceptre that referenced this issue May 19, 2021
This PR constrains the installation of `typing` to Python<3.5, since it is included in the standard library as of 3.5 and causes issues if installed alongside the standard library version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant