python安装是 -fPIC问题的解决
尼玛真是头疼。
在安装好numpy、scipy、theano后。
在python代码中,敲入:import theano,报错如下:
./configure --prefix=/usr/local/ enable-shared CFLAGS=-fPICmakemake install
发布时间: 2013-03-13 10:56:58 作者: rapoo
python安装是 -fPIC问题的解决
尼玛真是头疼。
在安装好numpy、scipy、theano后。
在python代码中,敲入:import theano,报错如下:
./configure --prefix=/usr/local/ enable-shared CFLAGS=-fPICmakemake install