使用Enthought Canopy;以下命令import pandas
生成此错误消息:
ImportError: C extension: hashtable not built. If you want to import pandas
from the source directory, you may need to run 'python setup.py build_ext --
inplace' to build the C extensions first.
我理解的意思是该软件包尚未使用它的C依赖项构建?我认为Canopy的环境处理模块安装,我尝试删除,并且没有运气更新Pandas
。
有人知道如何在Enthought Canopy中正确使用Pandas
吗?
答案 0 :(得分:2)
从Canopy Terminal / Command Prompt强制重新安装Pandas及其依赖项enpkg pandas --forceall
似乎解决了这个问题。