I am trying to install Numpy on a virtualenv python3.3. I followed this answer
but I eventually get the following error and the installation process terminates:
collect2: error: ld returned 1 exit status
error: Setup script exited with error: Command "/usr/bin/gfortran -Wall -Wall -shared build/temp.linux-i686-3.3/numpy/linalg/lapack_litemodule.o build/temp.linux-i686-3.3/numpy/linalg/lapack_lite/python_xerbla.o -L/usr/lib -Lbuild/temp.linux-i686-3.3 -llapack -lblas -lgfortran -o build/lib.linux-i686-3.3/numpy/linalg/lapack_lite.cpython-33m.so" failed with exit status 1
I also tried easy_install numpy
and easy_install-3.3 numpy
with no luck
Any advice? Thanks