827441240@qq.co 发表于 2019-4-28 13:53:18

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

TOP_LK 发表于 2019-4-28 15:54:22

pymysql?

827441240@qq.co 发表于 2019-4-28 17:24:36

TOP_LK 发表于 2019-4-28 15:54
pymysql?

不是是pymssql这个库

wangyutinghit 发表于 2019-7-4 14:27:25

是因为版本更新发出的警告。目前可以忽略,不影响后续使用。

无望 发表于 2020-4-27 01:57:58

wangyutinghit 发表于 2019-7-4 14:27
是因为版本更新发出的警告。目前可以忽略,不影响后续使用。

那现在怎么样让他不会报错呢

wp231957 发表于 2020-4-27 08:50:37

本帖最后由 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

无望 发表于 2020-5-5 01:44:37

wp231957 发表于 2020-4-27 08:50
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated
...

复杂
外国人难懂
页: [1]
查看完整版本: pymssql使用