使用pymssql插入数据库报错DeprecationWarning: Using or importing the ABCs from...
DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop workingimport pymssql
请教大神我该怎么解决
Python版本3.7 这只是一个警告,对程序没有影响。
至少在3.7没有影响。 新手·ing 发表于 2018-7-30 16:48
这只是一个警告,对程序没有影响。
至少在3.7没有影响。
我试验了好几次,。。结果插入成功了。。。。 为什么我运行后没反应
DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
import pymssql
到这里就没反应了
页:
[1]