安装库提示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库

相关文章:

  • 2021-12-07
  • 2021-09-10
  • 2021-08-17
  • 2021-09-24
  • 2021-05-08
  • 2021-08-08
  • 2022-02-11
  • 2022-12-23
猜你喜欢
  • 2021-04-24
  • 2022-12-23
  • 2021-06-05
  • 2021-10-13
相关资源
相似解决方案