Unable to import Pandas and Seaborn (in Anaconda/Spyder)

1.9k Views Asked by At

I recently installed the Seaborn library (its dependent packages were auto updated). Everything was working fine, but suddenly I'm unable to import neither Seaborn nor Pandas.

I'm getting this error below:

import pandas as pd

Traceback (most recent call last):

File "< stdin>", line 1, in < module>

File "C:\Anaconda\lib\site-packages\pandas__init__.py", line 13, in < module> "extensions first.".format(module))

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.

0

There are 0 best solutions below