ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
来源:网络分享
编辑:引流技巧
时间:2025-10-05

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
使用pip install mysqlclient 安装出现错误 那是因为没有安装mysql依赖造成的首先执行:
sudo apt-get install update #更新软件列表
sudo apt-get install upgrade #更新软件
sudo apt-get install libmysqlclient-dev
这样就可以解决以上问题。


相关文章:
相关推荐:
栏目分类

最新文章

热门文章
