gpt4 book ai didi

Python 弃用警告

转载 作者:行者123 更新时间:2023-12-04 15:16:42 25 4
gpt4 key购买 nike

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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com