我安装了一些更新pandas版本的回测库。
从那以后我得到ImportError: cannot import name 'hashtable'
我提到了现有问题:Hashtable Error in Pandas。
尝试了
> pip install pandas
> conda update pandas
但似乎没有任何效果。欢迎任何建议。
编辑:
我使用conda remove --force pandas
从conda中删除了大熊猫
并重新安装它。
现在我收到了新的错误
AttributeError: module 'pandas' has no attribute 'compat'
由于
答案 0 :(得分:0)
我从pandas
删除了lib/site-packages
并重新安装了pandas
pip install pandas
。它奏效了。