Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-*解决办法

问题描述

​ 用pip3安装一个依赖时出现了报错
​ 报错如下

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ma8xe9nn/cryptography/

解决办法

pip3 install --upgrade pip

参考链接

https://www.cnblogs.com/xiao987334176/p/12600835.html

https://blog.csdn.net/u011324454/article/details/79076885