赞
踩
“pip install unroll”: “python setup.py egg_info” failed with error code 1
解决 Command “python setup.py egg_info” failed with error code 1 问题
在执行 pip install pyautgui 时遇到错误:
Command “python setup.py egg_info” failed with error code 1
解决方法是更新 setuptools 和 pip:
pip install --upgrade setuptools
python -m pip install --upgrade pip
参考文章:https://www.cnblogs.com/qq952693358/p/9592300.html
分类: Linux
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。