Failed Scipy Install
Dear All, I am trying to install Scipy on a CentOS machine. After installing Python 2.7.1 and Numpy 1.5.1, I tried to install Scipy 0.8.0 and got this message creating build/temp.linux-x86_64-2.7/scipy/sparse/sparsetools compile options: '-I/linux/frenay/centos_lib/lib/numpy-1.5.1/lib/python2.7/site-packages/numpy/core/include -I/linux/frenay/centos_lib/lib/Python-2.7.1/include/python2.7 -c' g++: scipy/sparse/sparsetools/csr_wrap.cxx scipy/sparse/sparsetools/csr_wrap.cxx: In function ‘int require_size(PyArrayObject*, npy_intp*, int)’: scipy/sparse/sparsetools/csr_wrap.cxx:2910: error: expected ‘)’ before ‘PRIdPTR’ scipy/sparse/sparsetools/csr_wrap.cxx:2910: warning: spurious trailing ‘%’ in format scipy/sparse/sparsetools/csr_wrap.cxx:2910: warning: too many arguments for format scipy/sparse/sparsetools/csr_wrap.cxx:2917: error: expected ‘)’ before ‘PRIdPTR’ scipy/sparse/sparsetools/csr_wrap.cxx:2917: warning: spurious trailing ‘%’ in format scipy/sparse/sparsetools/csr_wrap.cxx:2917: warning: too many arguments for format scipy/sparse/sparsetools/csr_wrap.cxx: In function ‘int require_size(PyArrayObject*, npy_intp*, int)’: scipy/sparse/sparsetools/csr_wrap.cxx:2910: error: expected ‘)’ before ‘PRIdPTR’ scipy/sparse/sparsetools/csr_wrap.cxx:2910: warning: spurious trailing ‘%’ in format scipy/sparse/sparsetools/csr_wrap.cxx:2910: warning: too many arguments for format scipy/sparse/sparsetools/csr_wrap.cxx:2917: error: expected ‘)’ before ‘PRIdPTR’ scipy/sparse/sparsetools/csr_wrap.cxx:2917: warning: spurious trailing ‘%’ in format scipy/sparse/sparsetools/csr_wrap.cxx:2917: warning: too many arguments for format error: Command "g++ -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/linux/frenay/centos_lib/lib/numpy-1.5.1/lib/python2.7/site-packages/numpy/core/include -I/linux/frenay/centos_lib/lib/Python-2.7.1/include/python2.7 -c scipy/sparse/sparsetools/csr_wrap.cxx -o build/temp.linux-x86_64-2.7/scipy/sparse/sparsetools/csr_wrap.o" failed with exit status 1 Any idea of the problem ? Thank you for your help ! -- View this message in context: http://scipy-user.10969.n7.nabble.com/Failed-Scipy-Install-tp18638.html Sent from the Scipy-User mailing list archive at Nabble.com.
10.09.2013 16:57, bfrenay kirjoitti:
I am trying to install Scipy on a CentOS machine. After installing Python 2.7.1 and Numpy 1.5.1, I tried to install Scipy 0.8.0 and got this message
You are trying to install an obsolete version of Scipy. Try a more recent release (latest is 0.12.0). If you really want to use the old version, apply changeset 1c3f75f8e1e0ed3900d0b5f72527172882c98b2e -- Pauli Virtanen
participants (2)
-
bfrenay -
Pauli Virtanen