Have you considered virtual environments?
http://docs.python-guide.org/en/latest/dev/virtualenvs/
Inside of each environment you can build a local python version and
packages with different versions through pip.
Maybe not exactly what you need help with but it is a good tool to have so
that you
Guys, any advice is highly appreciated. I am a little new to building in
Linux.
Thanks,
Lahiru
On Sat, Oct 11, 2014 at 9:43 AM, Lahiru Samarakoon
wrote:
> I switched to numpy-1.8.2. . Now getting following error. I am using
> LAPACK that comes with atlast installation. Can this be a problem?
>
>
I switched to numpy-1.8.2. . Now getting following error. I am using
LAPACK that comes with atlast installation. Can this be a problem?
Traceback (most recent call last):
File "", line 1, in
File
"/home/svu/a0095654/.local/lib/python2.7/site-packages/numpy/__init__.py",
line 170, in
from
On 10.10.2014 19:26, Lahiru Samarakoon wrote:
> Red Hat Enterprise Linux release 5.8
> gcc (GCC) 4.1.2
>
> I am also trying to install numpy 1.9.
that is the broken platform, please try the master branch or the
maintenance/1.9.x branch, those should work now.
Are there volunteers to report this
Red Hat Enterprise Linux release 5.8
gcc (GCC) 4.1.2
I am also trying to install numpy 1.9.
On Sat, Oct 11, 2014 at 12:59 AM, Julian Taylor <
jtaylor.deb...@googlemail.com> wrote:
> On 10.10.2014 18:51, Lahiru Samarakoon wrote:
> > Dear all,
> >
> > I am trying to install numpy without root acce
On 10.10.2014 18:51, Lahiru Samarakoon wrote:
> Dear all,
>
> I am trying to install numpy without root access. So I am building from
> the source. I have installed atlas which also has lapack with it. I
> changed the site.cfg file as given below
>
> [DEFAULT]
> library_dirs = /home/svu/a009565
Dear all,
I am trying to install numpy without root access. So I am building from the
source. I have installed atlas which also has lapack with it. I changed
the site.cfg file as given below
[DEFAULT]
library_dirs = /home/svu/a0095654/ATLAS/build/lib
include_dirs = /home/svu/a0095654/ATLAS/buil