gpt4 book ai didi

python - 无法在 CentOS 机器上导入 pandas

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:18:36 25 4
gpt4 key购买 nike

导入 pandas 时出现以下错误:

>>> import pandas as pd
**RuntimeError: module compiled against API version 6 but this version of numpy is 4**
numpy.core.multiarray failed to import
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python2.6/site-packages/pandas/__init__.py", line 6, in <module>
from . import hashtable, tslib, lib
ImportError: numpy.core.multiarray failed to import

尝试将 numpy 模块升级到最新版本。收到以下消息:

[abc]# yum install numpy

Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.excellmedia.net
* extras: centos.excellmedia.net
* updates: centos.excellmedia.net
**Package numpy-1.4.1-9.el6.x86_64 already installed and latest version**

是否有解决此问题的手动方法?

最佳答案

这个模块对您的导入请求的回答似乎是不言自明的。你试过吗

yum update numpy

如果那不能解决你的问题(我不知道你的 centos 发行版使用什么 repos)你总是可以尝试 pip 方法

pip install -U numpy 

如果仍然不能解决您的问题,您可能安装了多个版本的 numpy,您应该尝试 this question 的答案。 .

关于python - 无法在 CentOS 机器上导入 pandas,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47224930/

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