You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "vinx13 (via GitHub)" <gi...@apache.org> on 2023/01/20 22:43:20 UTC

[GitHub] [tvm] vinx13 commented on pull request #13744: [Bugfix][TIR] Fix version conflict with typing for Python 3.8.0

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org