GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04Reading symbols from /usr/bin/python2.7-dbg...done.(gdb) r[Thread debugging using libthread_db enabled]
Using(
当我的虚拟服务器(以及我的主机Python版本)不知何故是3.9而不是以前的3.6时,mysqlclient=1.4.6的安装就以这种方式失败了:/bin/sh: mysql_config: command not found/bin/sh: mysql_configEnvironmentError("%s not found&
我的应用程序依赖于requirements.txt中的github,而该回购的requirements.txt依赖于几个库。File "/usr/local/lib/python2.7/dist-packages/chalice/deploy/packager.py", line 715, in download_all_dependencies我在一个虚拟环境中,它被设置为python3.6。
我意识到我以前在全球安装了圣杯,这可能是个错误