在导入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后重新安装后还是没有解决掉
求大神帮忙解决,已经困扰了一下午。感激不尽
python setup.py build_ext --inplace --force
用这个命令试一下
在安装完pandas之后,使用import pandas时可能会出现模块缺失的错误,那还得安装其他关联的模块,主要有pyparsing、matplotlib、openpyxl、setuptools、numpy、six、dateutil,同样采取pip直接安装的方式,或者下相应的whl格式文件之后再采用pip的安装方式,不知道对你有没有用
而且我这里好像没有出现你那样的错误, 你的那个图片说明我也看不了