gpt4 book ai didi

mysql - 无法在 dreamhost 服务器上安装 mysqlclient

转载 作者:行者123 更新时间:2023-11-30 21:42:39 25 4
gpt4 key购买 nike

我正在尝试在我的 dreamhost 共享服务器上设置一个 mysql 数据库,但似乎没有 mysqlclient 我无法继续。当我尝试 pip install mysqlclient 但是我得到了

x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -Dversion_info=(1,3,12,'final',0) -D__version__=1.3.12 -I/usr/include/mysql -I/usr/include/python3.4m -I/home/eptaba/aeromembers.com/AeroMembers_env/include/python3.4m -c _mysql.c -o build/temp.linux-x86_64-3.4/_mysql.o -DBIG_JOINS=1 -fno-strict-aliasing -g -DNDEBUG

_mysql.c:32:20: fatal error: Python.h: No such file or directory

#include "Python.h"

                ^

compilation terminated.

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

我在其他答案中看到这些类型的问题可以用

解决
apt-get install python3.4-dev

但是在 dreamhost 的共享服务器产品上,我无法执行该命令。如果没有它,我还能做些什么来获取 mysqlclient 或设置我的 mysql?

最佳答案

我通过安装 Python 3.6 并在我的 virtualenv 中使用它而不是 Python 3.4 来解决这个问题。之后我能够pip install mysqlclient

关于mysql - 无法在 dreamhost 服务器上安装 mysqlclient,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50868804/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com