Reputation: 639
I've update to pandas version v0.15.1 via anaconda (cmd -> conda update pandas) - using python 3.4. Now when I try to import pandas the following error appears "ImportError: cannot import name 'hashtable' ". Anyone an idea how to solve the error? Thank you.
Upvotes: 1
Views: 1409
Reputation: 38
Close Spyder and other Python processes and try
conda install -f pandas
https://github.com/ContinuumIO/anaconda-issues/issues/256
Upvotes: 1