Python 安装GPAW时遇到的问题

Python 安装GPAW时遇到的问题,python,blas,Python,Blas,我正在尝试通过运行 python setup.py install 在我下载了源代码之后 但是,我得到了以下错误 -x86_64-3.7/c/xc/revtpss.o build/temp.linux-x86_64-3.7/c/xc/revtpss_c_pbe.o build/temp.linux-x86_64-3.7/c/xc/rpbe.o build/temp.linux-x86_64-3.7/c/xc/tpss.o build/temp.linux-x86_64-3.7/c/xc/vdw

我正在尝试通过运行

python setup.py install
在我下载了源代码之后

但是,我得到了以下错误

-x86_64-3.7/c/xc/revtpss.o build/temp.linux-x86_64-3.7/c/xc/revtpss_c_pbe.o build/temp.linux-x86_64-3.7/c/xc/rpbe.o build/temp.linux-x86_64-3.7/c/xc/tpss.o build/temp.linux-x86_64-3.7/c/xc/vdw.o build/temp.linux-x86_64-3.7/c/xc/xc.o build/temp.linux-x86_64-3.7/c/xc/xc_mgga.o -lxc -lblas -lfftw3 -lscalapack-openmpi -o build/lib.linux-x86_64-3.7/_gpaw.cpython-37m-x86_64-linux-gnu.so
/home/andres/miniconda3/compiler_compat/ld: /usr/local/lib/libblas.a(dgemm.o): relocation R_X86_64_32 against `__STRLITPACK_6' can not be used when making a shared object; recompile with -fPIC
/home/andres/miniconda3/compiler_compat/ld: /usr/local/lib/libblas.a(dsyr2k.o): relocation R_X86_64_32 against `__STRLITPACK_7' can not be used when making a shared object; recompile with -fPIC
/home/andres/miniconda3/compiler_compat/ld: /usr/local/lib/libblas.a(dsyrk.o): relocation R_X86_64_32 against `__STRLITPACK_7' can not be used when making a shared object; recompile with -fPIC
/home/andres/miniconda3/compiler_compat/ld: /usr/local/lib/libblas.a(xerbla.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
/home/andres/miniconda3/compiler_compat/ld: /usr/local/lib/libblas.a(zgemm.o): relocation R_X86_64_32 against `__STRLITPACK_6' can not be used when making a shared object; recompile with -fPIC
/home/andres/miniconda3/compiler_compat/ld: /usr/local/lib/libblas.a(zher2k.o): relocation R_X86_64_32 against `__STRLITPACK_6' can not be used when making a shared object; recompile with -fPIC
/home/andres/miniconda3/compiler_compat/ld: /usr/local/lib/libblas.a(zherk.o): relocation R_X86_64_32 against `__STRLITPACK_6' can not be used when making a shared object; recompile with -fPIC
/home/andres/miniconda3/compiler_compat/ld: final link failed: Nonrepresentable section on output
error: command 'mpiicc' failed with exit status 1
谢谢你的关注