Closed G41mywaifu closed 2 years ago
启动时会报错def __get_level(favorability: float) -> tuple[int, int, int]: 的 'type' object is not subscriptable 但我删掉-> tuple[int, int, int]就能正常使用 能知道是什么原因吗
类型标注泛型,请更新 python 到 3.9 以上版本
参见Python 3.9 更新文档
好的 谢谢
启动时会报错def __get_level(favorability: float) -> tuple[int, int, int]: 的 'type' object is not subscriptable 但我删掉-> tuple[int, int, int]就能正常使用 能知道是什么原因吗