天天看點

AttributeError: 'NoneType' object has no attribute 'bytes', python -m pip install --upgrade pip更新解決

python -m pip install --upgrade pip 安裝出現報錯,上級失敗時,兩種解決方案

方案一 :

easy_install -U pip
           

方案二:

python -m pip install -U --force-reinstall pip
           

繼續閱讀