1

I installed some backtesting libraries which updated pandas version.

Since then I'm getting ImportError: cannot import name 'hashtable'

I referred the existing question: Hashtable Error in Pandas.

And tried

> pip install pandas

> conda update pandas

but nothing seems working. Any suggestions are welcome.

EDIT :

I removed pandas from conda using conda remove --force pandas And reinstalled it. Now I'm getting new error

AttributeError: module 'pandas' has no attribute 'compat'

Thanks

Sociopath
  • 13,068
  • 19
  • 47
  • 75

1 Answers1

0

I removed pandas from lib/site-packages and reinstalled pandas using pip install pandas. It worked.

Sociopath
  • 13,068
  • 19
  • 47
  • 75