vinx13 commented on PR #13744:
URL: https://github.com/apache/tvm/pull/13744#issuecomment-1399038390
I'm getting some error in Python 3.10
```
File "/usr/lib/python3.10/typing.py", line 983, in __getattr__
return getattr(self.__origin__, attr)
AttributeError: type object 'Callable' has no attribute '_special'
```
The attribute `_special` was actually removed since Python 3.9 (they
introduced `SpecialGenericAlias` instead).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]