gpt4 book ai didi

python - 类型错误 : use() got an unexpected keyword argument 'warn'

转载 作者:行者123 更新时间:2023-12-02 10:56:14 25 4
gpt4 key购买 nike

我正在尝试了解表格并同时将数据科学库导入为:

from datascience import *

或通过
import datascience as ds
我收到一条错误消息

TypeError: use() got an unexpected keyword argument 'warn'


我在模块中收到此错误:matplotlib.use()
除了导入行之外,我没有任何代码。
我正在使用 python 版本 3.8.5 和 pip 版本 20.2.1。我通过以下方式安装了整个数据科学库:
点安装数据科学
我只找到了 this本主题中的解决方案,但尝试后错误仍然存​​在。这是怎么回事?

最佳答案

以前从未使用过这个库,但我确实看过文档(https://matplotlib.org/3.2.1/api/matplotlib_configuration_api.html#matplotlib.use)
在我看来,您正在传递一个已被弃用的参数(警告)
试试这个:

matplotlib.use(backend, force=True)
编辑:
上述解决方案对我不起作用。
正如@JustCarlos 所提到的,我通过删除 解决了这个问题。警告 来自行 matplotlib.use() 的参数在两个文件中 表.py 实用程序.py .但是我不确定这个删除是否会影响这个库的其他用途。

关于python - 类型错误 : use() got an unexpected keyword argument 'warn' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63351611/

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