我正在嘗試運行一個./configure --with-python文件(我可以附加它,但它很長),但出現以下錯誤:checking for gtest-config... noFile "<string>", line 1import distutils.sysconfig; bl = distutils.sysconfig.get_config_var('BLDLIBRARY'); print bl if bl else '-lpython2.7' ^SyntaxError: invalid syntaxFile "<string>", line 1import distutils.sysconfig; print distutils.sysconfig.get_config_var('INCLUDEPY') ^SyntaxError: invalid syntaxchecking Python.h usability... nochecking Python.h presence... nochecking for Python.h... noconfigure: error: Python.h not found. Please install the devel package.下一步,我運行:locate Python.h這給了我:/usr/include/python2.7/Python.h/usr/include/python3.6m/Python.h/usr/include/python3.7m/Python.h下一步,我運行其中的每一個:./configure --with-python=/usr/bin/python2.7./configure --with-python=/usr/bin/python3.6m./configure --with-python=/usr/include/python3.6m/Python.h沒有運氣。關于錯誤可能出在哪里的任何指示?非常感謝!
1 回答

幕布斯7119047
TA貢獻1794條經驗 獲得超8個贊
你不見了CFLAGS
./configure --with-python=/usr/bin/python2.7 CFLAGS="-I/usr/include/python2.7/
添加回答
舉報
0/150
提交
取消