背景

执行以下命令更新 pip 库时报错

e:\py36\python.exe -m pip install --upgrade pip'

Python常见问题 - pip报错 ValueError: Unable to find resource t64.exe in package pip._vendor.distlib...

Python常见问题 - pip报错 ValueError: Unable to find resource t64.exe in package pip._vendor.distlib...

 

解决方法

卸载 setuptools

python -m pip uninstall pip setuptools

重新安装 setuptools

pip install --upgrade setuptools 

 

相关文章:

  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2022-12-23
  • 2021-08-30
猜你喜欢
  • 2021-07-11
  • 2021-06-24
  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
相关资源
相似解决方案