Programming Error/Python

[Pandas 설치 후 Import Error] No module named 'six' not built. If you want to import pandas from the source directory,

Barca 2021. 6. 6. 17:59

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

 

위 에러는 pip로 pandas를 설치했을 때, 발생하는 에러입니다.

 

conda install pandas

따라서, Anaconda를 사용하신다면, conda로 설치시 간단하게 해결이 됩니다.