-
-
Notifications
You must be signed in to change notification settings - Fork 39
AttributeError: module 'typing_extensions' has no attribute 'Union' #80
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
Hey there, are you using a virtual environment for dependency management? This error is a first for me and we actually run our tests against multiple Python versions. I'll investigate what's going on here |
Yes, I'm using a virtual environment for dependency management. Thank you for the timely feedback! |
I just upgraded from 0.21.0 to 1.0.3 normally without any errors. Did this occur when installing or on some other pipeline?d |
What is the typing_extensions version you installed? Thank you. |
|
Uh oh!
There was an error while loading. Please reload this page.
Hi, I got an error when upgrading Typesense from version 0.21.0 to 1.0.3
_SequenceTypes = typing.Union[\nAttributeError: module 'typing_extensions' has no attribute 'Union'\n", "path": "/webapps/project/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "syspath": ["/tmp/ansible_community.general.django_manage_payload_2wkzk7x5/ansible_community.general.django_manage_payload.zip", "/usr/lib/python310.zip", "/usr/lib/python3.10", "/usr/lib/python3.10/lib-dynload", "/usr/local/lib/python3.10/dist-packages", "/usr/lib/python3/dist-packages"]}
Python version: 3.10
Typing_extension: 4.13.1
Hopefully there is a solution or a correction version to solve it. Many Thanks!
The text was updated successfully, but these errors were encountered: