Dear All,

I have been trying to install theano 0.9.0 under python2.7 development 
environment. I used pip install, and the process ends with the statement 
that  theano successfully installed. Then I tested it as follows

    python 
    import theano

Then I got the following error message, what does it mean, and how to solve 
this problem? Thanks.

surfreta

   Problem occurred during compilation with the command line below:         
                                             
/usr/bin/g++ -shared -g -march=core2 -mcx16 -msahf -mmovbe -maes -mpclmul 
-mpopcnt -mabm -mbmi -mavx --param l1-cache-size=32 --param 
l1-cache-line-size=64 --param l2-cache-size=30720 -mtune=generic 
-DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m64 -fPIC 
-I/data/virtualenv-python27/py2.7/lib/python2.7/site-packages/numpy/core/include
 
-I/data/python2.7/.localpython/include/python2.7 
-I/data/virtualenv-python27/py2.7/lib/python2.7/site-packages/theano/gof 
-L/data/python2.7/.localpython/lib -fvisibility=hidden -o 
/home/.theano/compiledir_Linux-2.6-el6.x86_64-x86_64-with-centos-6.6-Final-x86_64-2.7.9-64/lazylinker_ext/lazylinker_ext.so
 
/home/.theano/compiledir_Linux-2.6-el6.x86_64-x86_64-with-centos-6.6-Final-x86_64-2.7.9-64/lazylinker_ext/mod.cpp
 
-lpython2.7                                                                 
                                 
/usr/bin/ld: /data/python2.7/.localpython/lib/libpython2.7.a(abstract.o): 
relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making 
a shared object; recompile with -fPIC                               
/data/python2.7/.localpython/lib/libpython2.7.a: could not read symbols: 
Bad value                  
collect2: ld returned 1 exit status

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to