"-6ren"> "-我正在尝试将 Boost Python 用于一个项目。我已经在 Windows 10 上下载并构建了 1.70 版,我正在使用 Visual Studio Code。尝试使用以下行将 boost 导入-6ren">
gpt4 book ai didi

python - boost Python "cannot open source file ' pyconfig.h '"when importing using "#include "

转载 作者:行者123 更新时间:2023-11-28 04:17:04 25 4
gpt4 key购买 nike

我正在尝试将 Boost Python 用于一个项目。我已经在 Windows 10 上下载并构建了 1.70 版,我正在使用 Visual Studio Code。尝试使用以下行将 boost 导入我的 C++ 项目时:

#include <boost\python.hpp>

,我收到以下错误:

cannot open source file "pyconfig.h" (dependency of "boost\python.hpp")

我研究过类似的问题,发现的主要解决方案是编辑 user-config.jam 以包含我的 python 安装位置。我这样做了,user-config.jam 中的行如下所示:

using python : 3.7 : C:\Users\broke\AppData\Local\Programs\Python\Python37 ;

添加此行后,我重建了 Boost Python。这对解决问题没有任何帮助。我将不胜感激在这件事上的帮助。谢谢。

最佳答案

您需要确保将 python/include 文件夹添加到您的包含中。 C:\Python\Python37\include 对我来说在 Windows 上。您还需要链接 python 库。

关于python - boost Python "cannot open source file ' pyconfig.h '"when importing using "#include <boost\python.hpp>",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56350454/

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