我正在使用CentOS 6.4,并且正在尝试安装R包'rPython‘。它失败,并显示以下消息。有人知道怎么解决这个问题吗?谢谢!
/usr/bin/ld: /usr/local/lib/python2.7/config/libpython2.7.a(dictobject.o): relocation R_X86_64_32S against `PyDict_Type' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/python2.7/config/libpython2.7.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [rPython.so] Error 1
ERROR: compilation failed for package ‘rPython’
* removing ‘/usr/lib64/R/library/rPython’https://stackoverflow.com/questions/33268639
复制相似问题