Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-f8IeEI/MYSQL-python/
错误无法安装python第三方库

解决Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-f8IeEI/MYSQL-python/

需要安装libmysqlclient-dev

apt-get install libmysqlclient-dev

接下来在顺序进行安装即可

解决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/

相关文章:

  • 2022-12-23
  • 2018-11-07
  • 2021-04-12
  • 2021-08-08
  • 2021-10-13
  • 2021-07-10
  • 2022-02-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2021-05-27
  • 2021-08-23
相关资源
相似解决方案