Import of pandas raises the following error:
ImportError: cannot import name hashtable |
Starting a python session, I typed
from pandas import hastable |
and got this new message:
ImportError: cannot import name hashtable |
The issue was thast the wrong version of numpy was picked up: I ws in a virtual environement that picked up the numpy installed globally instead of the local one installed in the virtual environment.
Please follow and like us: