码迷,mamicode.com
首页 > 编程语言 > 详细

python pandas import 失败

时间:2017-11-12 12:23:54      阅读:376      评论:0      收藏:0      [点我收藏+]

标签:python   err   numpy   需要   问题   cmd   2.7   and   cto   

今天因为数据处理的需要,安装了pandas。

我的python版本是2.7,使用的编辑器是pycharm。我现在cmd中输入了pip install pandas,然后显示安装成功,但是在使用pandas.read_pickle()时报错了。

以下是我的错误:

ImportError: C extension:numpy.core.utils not built. If you want to import pandas from the source directory, you may need to run ‘python setup.py build_ext --inplace --force‘ to build the C extensions first.

 

解决方案:

看了一下错误,是numpy的问题。因为numpy是之前装的,已经忘记了它的相关配置,为了保险起见,我就卸载了pandas和numpy,然后在pycharm-file-setting-project intepreters-+中重新安装了numpy和pandas,这样再

重新运行,问题就解决了。

 

python pandas import 失败

标签:python   err   numpy   需要   问题   cmd   2.7   and   cto   

原文地址:http://www.cnblogs.com/whatyouknow123/p/7821179.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!