pip 18.0 install fails with AttributeError: 'NoneType' object has no attribute 'bytes'

是由pycharm创建venv的方式造成的

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

你可能感兴趣的:(pip 18.0 install fails with AttributeError: 'NoneType' object has no attribute 'bytes')