gpt4 book ai didi

python easy_install : specify directory housing required files

转载 作者:太空狗 更新时间:2023-10-30 00:52:12 24 4
gpt4 key购买 nike

我正在尝试使用 easy_install 来安装 MySQL-python。它几乎立即失败:

_mysql.c:36:23: error: my_config.h: No such file or directory
_mysql.c:38:19: error: mysql.h: No such file or directory
_mysql.c:39:26: error: mysqld_error.h: No such file or directory
_mysql.c:40:20: error: errmsg.h: No such file or directory

找不到标题。我安装了 header ,它们只是从/opt 中的源代码安装的。它显然不是在看那里。我如何让它看起来在那里?例如,如果这是配置,我可以做类似“--with-mysql=/opt/mysql”的事情。 easy_install 似乎没有这样的选项。仍在研究中,所以如果我找到答案,我会在此处发布。

最佳答案

这看起来更像是编译器搜索路径的问题,而不是 easy_install 问题。

在调用 easy_install 之前设置包含路径环境变量可能会起作用。

C_INCLUDE_PATH=/path/to/your/mysql/include/files easy_install intall MySQL-python

如果这不起作用,请尝试设置 INCLUDE_PATH 或 CPLUS_INCLUDE_PATH 变量。问题中没有足够的 easy_install 输出来说明正在使用什么编译器。

关于 python easy_install : specify directory housing required files,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4753127/

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