【发布时间】:2014-01-01 00:42:32
【问题描述】:
我正在尝试运行我从 Github 分叉的程序(如果需要解决这个问题,我会链接它)
基本上,该程序只有一个 python 文件,我应该可以运行它。为了运行,我还需要一些其他库,例如 SciKit-Learn。其中大部分似乎都很好,但其中一个(Panda 0.8.1)似乎不起作用。我像安装其他所有库一样安装了 panda,并且又安装了几次以确保。
当我尝试运行 python 文件时,这是我得到的错误代码:
File "C:\Python27\lib\site-packages\pandas\__init__.py", line 15, in <module>
raise ImportError('C extensions not built: if you installed already '
ImportError: C extensions not built: if you installed already verify that you ar
e not importing from the source directory
如何避免我做错了什么?
谢谢!
【问题讨论】:
-
尝试卸载pandas并从lfd.uci.edu/~gohlke/pythonlibs重新安装