gpt4 book ai didi

python - C++ 嵌入 Python

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:45:39 31 4
gpt4 key购买 nike

我想用 C++ 运行 Python 脚本。

在我的书中,有以下内容:

#include <Python.h>
... at main function some calls

但是在编译时编译器找不到Python头文件。

我该如何解决这个问题?

最佳答案

在 Linux Mint 上 sudo apt-get install python-dev 应该可以完成这项工作。这将获取并安装 python 开发文件。

这应该将包含文件放在 /usr/include/python2.7/ 所以你需要添加 -l/usr/include/python2.7/ 到你的编译器标志。

`

关于python - C++ 嵌入 Python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22132314/

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