从python中查找python标头路径? [英] Find python header path from within python?

查看:83
本文介绍了从python中查找python标头路径?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

相当于什么

numpy.get_include()

使用

as used here for Python, giving me the path to the directory where the Python header files are located?

推荐答案

头文件位于包含目录中.

The header files are in include directory.

您可以使用distutils.sysconfig模块找到包含目录

You can find the include dir using the distutils.sysconfig module

from distutils.sysconfig import get_python_inc
get_python_inc() #this gives the include dir

您可以在此处

这篇关于从python中查找python标头路径?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆