python安装weditor出现报错总结:
问题描述
主要原因是公司使用的python2版本过老,由于不能随意升级python版本,只能在python2的基础上解决办法,有很多地方需要更新,总结命令如下:
基本上试过一遍,问题就可以解决了
解决方案:
pip install --upgrade pip setuptools==45.2.0
升级setup包版本,再去安装weditor看看
python -m pip install --upgrade pip
升级pip版本,再去安装weditor看看
pip install --upgrade weditor
升级weditor版本
pip install --pre -U weditor==0.6.4 -i https://pypi.tuna.tsinghua.edu.cn/simple
降低weditor版本