更新pip失败解决方法ValueError: Unable to find resource t64.exe in package

更新pip

pip install --upgrade pip

结果提示:

ValueError: Unable to find resource t64.exe in package pip._vendor.distlib

 

提示需要:

python.exe -m pip install --upgrade pip

 

发现同样的报错

 

最后需要:

python.exe -m pip install --user --upgrade pip

就可以更新了

 

posted @ 2023-04-02 22:57  sun8134  阅读(224)  评论(0编辑  收藏  举报
分享按钮