天天看點

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

系統提示pip版本低,更新時有以下報錯:

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

解決方法:

  1. 輸入

    python -m pip uninstall pip setuptools

    ,解除安裝

    setuotools

  2. 輸入

    pip3 install --upgrade pip

    ,即可完成更新