-
Notifications
You must be signed in to change notification settings - Fork 10
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
unsupported operand type for python 3.9 #29
Comments
Dear @jonasboh, Could you maybe give some more details on the used environment (e.g. output of Did you use the source code? Did you use the docker image? Thanks in advance! |
This may be related to this issue: Issue #86399 |
Dear @laqua-stack, thanks for the fast response. I used the source code and configured several files. Best, Name Version Build Channel |
@jonasboh Thank you very much for posting your environment. I tested it and could reproduce the issue with Py3.9. I am rather convinced, that it relates to the cited PEP604 issue, which is first introduced in Py3.10. I am glad it works for now. @pwoznicki |
I get the following error for several files by applying the example in the repo.
TypeError: unsupported operand type(s) for |: 'type' and 'types.GenericAlias'
The text was updated successfully, but these errors were encountered: