作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
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 pandas as pd
import numpy as np
import os
import pymssql
os.getcwd
os.chdir('D:\Sushil\Output')
我们如何解决这个问题,因为我正在运行 spyder IDE 用于连接到 sql server 的开发。
最佳答案
看起来您使用的是旧版本的 python 包。请在 cmd
中使用以下命令更新这些包。
pip install --upgrade pymssql
pip install --upgrade pandas
pip install --upgrade numpy
关于Python 弃用警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64206153/
我是一名优秀的程序员,十分优秀!