Problème installation numpy et python avec support zlib
Bonjour,
Je souhaite faire une installation personnalisée de Python sur un serveur de calcul déporté mais je rencontre quelques soucis à l'installation de Numpy 1.6.0 dès le : python setup.py build --fcompiler=gnu . J'obtiens l'erreur suivante:
Citation:
error: Command "gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/user/toto/Tools/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c numpy/core/src/multiarray/multiarraymodule_onefile.c -o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/multiarraymodule_onefile.o" failed with exit status 1
J'ai un doute sur l'installation de Python 2.7 avec le support de zlib. Lorsque j'installe Python, je prend bien soin de rajouter avec ./configure --with-zlib=Path_ou_se_trouve_zlib.h, mais à la fin du processus j'ai un charmant message m'indiquant que l'option n'est pas reconnu. J'ai poursuivi l'installation avec make make install et python marche correctement après cela sauf pour l'installation de numpy...
Une idée car je sèche là...