1. 程式人生 > >python-pip升級報錯- AttributeError: 'NoneType' object has no attribute 'bytes'

python-pip升級報錯- AttributeError: 'NoneType' object has no attribute 'bytes'

pop error pytho ear python環境 -- ati bytes hide

正常的pip升級命令:

python -m pip install --upgrade pip

在pytharm裏面創建了一個Python項目,pytharm會自動搭建一個新的Python環境,在當前的目錄下
使用

python -m pip install --upgrade pip

會報錯

AttributeError: ‘NoneType‘ object has no attribute ‘bytes‘

可以使用如下方式

easy_install -U pip

python-pip升級報錯- AttributeError: 'NoneType' object has no attribute 'bytes'