当我尝试在Windows 10中安装pandas时出现错误,最后一个错误是红色的几个错误:
Command "python setup.py egg_info" failed with error code 1 in C:\Users\User1\AppData\Local\Temp\pip-build-07bztlx0\pandas\
答案 0 :(得分:0)
尝试:
在python可执行文件中 -
import pip
pip.main(["install","pandas"])