原本没有pandas库,但是不知道什么版的numpy,通过pip安装pandas,然后运行:
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.
上面是报错,网上很多说卸了pandas和numpy,重新装。
我退出pycharm,然后pip uninstall pandas ,pip uninstall numpy把两个卸掉。
然后,pip install pandas。这样pandas和numpy就一起装了。再打开pycharm尝试,还是报这个错。
还有什么方法吗?