如果你认为所有的文件、库都安装了,还会提示:
- No module named 'six' not built
- 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.
解决方法:
拷贝six.py文件,到目录:venv\Lib\site-packages\后,报错消失。
至于six.py文件,你系统里是有的,直接copy就行了。