欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

python-pip升级报错- AttributeError: 'NoneType' object has no attribute 'bytes'

程序员文章站 2022-05-28 15:31:10
...

在升级pip时出现这个错误,用一行代码可以解决

easy_install -U pip

然后再

pip show pip
(tf2.0) F:\Pycharm代码>pip show pip
Name: pip
Version: 19.3.1
Summary: The PyPA recommended tool for installing Python packages.
Home-page: https://pip.pypa.io/
Author: The pip developers
Author-email: [email protected]
License: MIT
Location: e:\360anaconda\envs\tf2.0\lib\site-packages\pip-19.3.1-py3.7.egg
Requires:
Required-by:

成功解决问题

相关标签: 编程debug问题