安装库提示Command "python setup.py egg_info" failed with error code 1 in C:\Users\.....错误解决方案

如图,我安装pandas库时提示错误:安装库提示Command "python setup.py egg_info" failed with error code 1 in C:\Users\.....错误
解决方案:
更新插件
python -m pip install --upgrade setupTools
python -m pip install --upgrade pip
安装库提示Command "python setup.py egg_info" failed with error code 1 in C:\Users\.....错误
然后成功安装pandas库

相关文章: