pymssql使用
现在导入pymssql就报错导入方式错误DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
import pymssql pymysql? TOP_LK 发表于 2019-4-28 15:54
pymysql?
不是是pymssql这个库 是因为版本更新发出的警告。目前可以忽略,不影响后续使用。 wangyutinghit 发表于 2019-7-4 14:27
是因为版本更新发出的警告。目前可以忽略,不影响后续使用。
那现在怎么样让他不会报错呢
本帖最后由 wp231957 于 2020-4-27 08:53 编辑
无望 发表于 2020-4-27 01:57
那现在怎么样让他不会报错呢
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated
让你用 from collections import abcs替换 collections.abc
wp231957 发表于 2020-4-27 08:50
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated
...
复杂
外国人难懂
页:
[1]