在导入Pandas包时,会报如下错误

在导入Pandas包时,会报如下错误:

ImportError: C extension: No module named 'pandas._libs' not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first.

卸载了Numpy和Pandas后重新安装后 ,正常

原文地址:https://www.cnblogs.com/gina11/p/14544157.html