Enthought Canopy Pandas 未安装

Enthought Canopy Pandas not installing

使用 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

从 Canopy Terminal/Command 提示中强制重新安装 Pandas 及其与 enpkg pandas --forceall 运行 的依赖项似乎已解决问题。