List item
第1个报错:因为自己的python是2.7 的,报了如下的错。
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won’t be maintained after that date. A future version of pip will drop support for Python 2.7.
翻译意思:弃用:Python 2.7将于2020年1月1日到期。请升级您的Python,因为在该日期之后将不再维护Python 2.7。 未来的pip版本将放弃对Python 2.7的支持。
解决:将python 2.7版本卸载,重新安装3.0以上版本
2: 提示:WARNING: You are using pip version 20.1.1; however, version 20.3.3 is availa
解决连接:https://blog.csdn.net/weixin_43853746/article/details/111350443
第3个问题: error: subprocess-exited-with-error
解决方法:git clone https://github.com/openatx/weditor
pip3 install -e weditor