Hello,
I import numpy module (numpy-1.0.4) on a x86_64 machine (on which I don't
have any root privileges) after having install it thanks to python "setup.py
install --prefix=../numpy". In this manner, I obtain a 64 bits compatible
numpy library.
(the "numpy" folder used for install is created jus
Hello,
Is there an "easy way" to build numpy on remote 64 bits machines on which I
don't have any roots privilege ?
The shared problem seems related to 64 bits / 32 bits building.
Vincent
2009/3/20 David Cournapeau
> 2009/3/20 Vincent Thierion :
> > Hello,
> >
&g
Hello,
I built the numpy module for 32 bits architecture (it seems the default
building). However, my programs using this module have to be launched on
remote worker nodes whose architecture can be 32 bits as well 64 bits (grid
computing). First experimentations on 64 bits machines is bad, my prog
Hello,
I use numpy and Scientific Numpy for my work.
I installed them in a manner I can use them on remote OS in copying
them and using sys.path.append. Many times it works, but sometimes
(depending on Python version) I receive this error :
ImportError: $MYLIBFOLDER/site-packages/
numpy/core/