Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-720GCk/MySQL-python/
程序员文章站
2022-05-07 14:13:45
...
ubuntu系统环境下用pip 安装mysql-python 模块失败,
网上很多大神都是用这两个个命令修复的
sudo python -m pip install --upgrade --force pip
sudo pip install setuptools==33.1.1
我也尝试了,但是问题还没解决,然后就再找了这个
sudo easy_install -U setuptools
执行完之后,发现还是不行,最后冥冥中总会有与我同错之人
sudo apt-get install libmysqlclient-dev
谢谢那些大牛啦问题解决
下一篇: 在oracle数据库中实现数据同步
推荐阅读
-
解决Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-f8IeEI/MYSQL-python/
-
解决Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-f8IeEI/MYSQL-python/
-
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-720GCk/MySQL-python/
-
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-3wDHN2/html5lib/
-
【Python】错误:Command python setup.py egg_info failed with error code 1 in ...
-
pip安装出现piCommand "python setup.py egg_info" failed with error code 1 的解决方案