2016-04-24 70 views
0

每当我尝试安装CMU PocketSphinx我得到的错误:获得蟒蛇链接错误在OSX,PyMac_Error在连接标志

checking for Python include path... -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 
checking for Python library path... -L/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 
checking for Python site-packages path... /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages 
checking python extra libraries... -ldl -framework CoreFoundation 
checking python extra linking flags... -u _PyMac_Error Python.framework/Versions/2.7/Python 
checking consistency of all components of python development environment... no 
configure: error: in `/Users/username/Desktop/CMUSPHINX/sphinxbase-5prealpha': 
configure: error: 
    Could not link test program to Python. Maybe the main Python library has been 
    installed in some non-standard library path. If so, pass it to configure, 
    via the LDFLAGS environment variable. 
    Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib" 
    =========================================================================== = 
    ERROR! 
    You probably have to install the development version of the Python package 
    for your distribution. The exact name of this package varies among them. 
    =========================================================================== = 

See `config.log' for more details 

我已经试过“brew install python-dev”,并运行“brew install python”。我也尝试了'./configure LDFLAGS="-L/c/Python27/libs"',但它不会工作...

任何想法我做错了什么?

回答

0

你有一个python安装问题。

Vim failing to compile with python on OS X

,可以有以下选择:描述

  • 编译没有蟒蛇sphinxbase与配置标志--without-蟒蛇
  • 修复Python安装这里描述你的系统上Python是功能失调在上面的链接
  • 删除brew python并从sources/ports安装python /使用native python