60s-
60s- copied to clipboard
'type' object is not subscriptable
抱歉,这个问题我也解决不了,也有一个人反馈了和你同样的问题,我以为是我电脑的问题,后来重新装了一台主机安装也没有遇到相同的情况,这个真的无能为力,对不起,是我太菜了
@bingganhe123 你的python是不是3.9的?
@bingganhe123 你的python是不是3.9的?
@bingganhe123 你的python是不是3.9的?
Python 3.7.12 谷歌了一下应该是版本的问题
@bingganhe123 你的python是不是3.9的?
Python 3.7.12 谷歌了一下应该是版本的问题
有可能是这个问题,我回去试一下,感谢您的帮助
@bingganhe123 你的python是不是3.9的?
Python 3.7.12 谷歌了一下应该是版本的问题
有可能是这个问题,我回去试一下,感谢您的帮助
换了python3.9的环境成功运行
@bingganhe123 你的python是不是3.9的?
Python 3.7.12 谷歌了一下应该是版本的问题
有可能是这个问题,我回去试一下,感谢您的帮助
换了python3.9的环境成功运行
我在新的readme和setup中做了说明并打包上传了新版本,感谢您的帮助
3.8方法 在config.py里添加 from typing import List
config class 里改成 read_qq_friends: List[int] read_qq_groups: List[int] read_inform_time: List[Time] = []
3.8方法 在config.py里添加 from typing import List
config class 里改成 read_qq_friends: List[int] read_qq_groups: List[int] read_inform_time: List[Time] = []
感谢,经测试py3.10同样可用