Message from discussion
[venv] installing scipy inside the virtualenv fails with dependency errors
Received: by 10.58.246.37 with SMTP id xt5mr8282541vec.13.1351194801064;
Thu, 25 Oct 2012 12:53:21 -0700 (PDT)
X-BeenThere: python-virtualenv@googlegroups.com
Received: by 10.52.35.20 with SMTP id d20ls4036634vdj.7.gmail; Thu, 25 Oct
2012 12:53:20 -0700 (PDT)
Received: by 10.58.186.166 with SMTP id fl6mr7867816vec.24.1351194800425;
Thu, 25 Oct 2012 12:53:20 -0700 (PDT)
Received: by 10.58.186.166 with SMTP id fl6mr7867815vec.24.1351194800403;
Thu, 25 Oct 2012 12:53:20 -0700 (PDT)
Return-Path: <dav...@enthought.com>
Received: from mail-vc0-f180.google.com (mail-vc0-f180.google.com [209.85.220.180])
by gmr-mx.google.com with ESMTPS id dj17si5016595vdb.1.2012.10.25.12.53.20
(version=TLSv1/SSLv3 cipher=OTHER);
Thu, 25 Oct 2012 12:53:20 -0700 (PDT)
Received-SPF: pass (google.com: domain of dav...@enthought.com designates 209.85.220.180 as permitted sender) client-ip=209.85.220.180;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of dav...@enthought.com designates 209.85.220.180 as permitted sender) smtp.mail=dav...@enthought.com
Received: by mail-vc0-f180.google.com with SMTP id fl13so3127270vcb.39
for <python-virtualenv@googlegroups.com>; Thu, 25 Oct 2012 12:53:20 -0700 (PDT)
d=google.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type:x-gm-message-state;
bh=TVDSLak7Djo9JIA9cnK+NDpxB2qYMTKIDjbsyPfdz/c=;
b=KgfT21b04w7C6UZ+9lq69k3I7/mwhaXJ6NG31PyEC6hZKg7qSJgrncZh2XmvgJ66XF
m7Fi8pxTHmArQSpprJOdH17/ZA6jLOdUs/VY0r2cH3J4OY9rLYgnTbxwU/Pp+W43nVrK
40VQvfOCX2oXrJrZonLTgA0kqKzuBZxOdxvvM3QIt0HaRgjWuRkRm50JnveSh0s0kvrA
BVww7zKCT86Hq4PoI79nJV0ARWjVXxWyfkb1mgW5mB8Xh/wh1Q3oNiGNWvpQQC2ZyqkZ
gl64JBRXe12YhUp3cC5xKfH83ChWq7PlFXuB8anYZkXVIW4v7uyayVUytvWm+ADAQlqj
qidg==
MIME-Version: 1.0
Received: by 10.220.148.134 with SMTP id p6mr15851611vcv.3.1351194800106; Thu,
25 Oct 2012 12:53:20 -0700 (PDT)
Received: by 10.58.161.41 with HTTP; Thu, 25 Oct 2012 12:53:19 -0700 (PDT)
Received: by 10.58.161.41 with HTTP; Thu, 25 Oct 2012 12:53:19 -0700 (PDT)
In-Reply-To: <CAN9ztG-H28Dr_TwonM+UikZZqByODN+fEGN39mi=PLZyQ1y...@mail.gmail.com>
References: <aec7ad6c-6711-4e66-859d-74e762270fa8@googlegroups.com>
<CA+Tq3SK-nty2Ftv19d3H0D1imX99FGH4xLtzgDgNZR8jD4B...@mail.gmail.com>
<CAN9ztG8=A1bXMMnqQ5XwysJ3FQmTGRSbtcO1at921Nrz3cN...@mail.gmail.com>
<CA+Tq3SJ34cQqhcmehwjxhD7nw7VhvJUou63VyzRX+hzK+P8...@mail.gmail.com>
<CAN9ztG9e-nBz5pJWhRGF5Sxj+UN4q5Wry358u_o26+FnAnu...@mail.gmail.com>
<CAN9ztG97VsX0mXZmdD06MUya-aSSHscr6J6idOX3tneU658...@mail.gmail.com>
<CA+Tq3S+eq86a0SmQKTYMR8u9tuVdSABANwgrKfcnd+9zE2P...@mail.gmail.com>
<CAN9ztG-H28Dr_TwonM+UikZZqByODN+fEGN39mi=PLZyQ1y...@mail.gmail.com>
Date: Thu, 25 Oct 2012 20:53:19 +0100
Message-ID: <CA+Tq3SLN7KjjXQ+rvJ0UQNUG28bBd=j7c5sMKh+_H63gFoM...@mail.gmail.com>
Subject: Re: [solved] Re: [venv] installing scipy inside the virtualenv fails
with dependency errors
From: David Cournapeau <dav...@enthought.com>
To: python-virtualenv@googlegroups.com
Content-Type: multipart/alternative; boundary=f46d043be1d4152e7204cce78e46
X-Gm-Message-State: ALoCoQky/SGHaWaC+4vhI5UqHipTcFjF6aWUvxObYZELKdHvOu4QnvhejZ5T8wfnsefydZP/k1SK
--f46d043be1d4152e7204cce78e46
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Le 25 oct. 2012 20:01, "vid" <v...@svaksha.com> a =C3=A9crit :
>
> On Thu, Oct 25, 2012 at 5:20 PM, David Cournapeau <dav...@enthought.com>
wrote:
> >
> > The reboot part makes no sense. Are you sure you activated your
virtualenv ?
>
> Yes, the virtualenv was activated. Fwiw, the code is only located in
> the env so I have to activate it if I need to run it.
> ATM, I've repeated the build process I wrote about yesterday. I'll
> reboot the machine and check if the problem persists over a day before
> I assume the problem is solved.
>
> > Scipy is difficult to install mostly because of the fortran libraries
that
> > it depends on. If your distribution have them (e.g. ATLAS), then it is
> > relatively simple to build/install. The horrendous state of python
packaging
> > does not help either.
>
> Hmm... I'm not sure if Ubuntu includes ATLAS, but I have installed
> gfortran and run Fortran code I wrote on this machine earlier.
> Ofcourse, I dont know which Fortran lib Scipy depends on to comment on it=
.
Ubuntu includes ATLAS, but you need to install it (sth like
libatlas-base-dev IIRC). This is the only dependency of scipy besides Numpy=
.
David
>
> Thanks.
> --
> Regards,
> vid =E0=A5=A5 http://svaksha.com =E0=A5=A5
>
> --
> You received this message because you are subscribed to the Google Groups
"virtualenv" group.
> To post to this group, send email to python-virtualenv@googlegroups.com.
> To unsubscribe from this group, send email to
python-virtualenv+unsubscribe@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/python-virtualenv?hl=3Den.
>
--f46d043be1d4152e7204cce78e46
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<p><br>
Le 25 oct. 2012 20:01, "vid" <<a href=3D"mailto:v...@svaksha.co=
m">v...@svaksha.com</a>> a =C3=A9crit=C2=A0:<br>
><br>
> On Thu, Oct 25, 2012 at 5:20 PM, David Cournapeau <<a href=3D"mailt=
o:dav...@enthought.com">dav...@enthought.com</a>> wrote:<br>
> ><br>
> > The reboot part makes no sense. Are you sure you activated your v=
irtualenv ?<br>
><br>
> Yes, the virtualenv was activated. Fwiw, the code is only located in<b=
r>
> the env so I have to activate it if I need to run it.<br>
> ATM, I've repeated the build process I wrote about yesterday. I=
9;ll<br>
> reboot the machine and check if the problem persists over a day before=
<br>
> I assume the problem is solved.<br>
><br>
> > Scipy is difficult to install mostly because of the fortran libra=
ries that<br>
> > it depends on. If your distribution have them (e.g. ATLAS), then =
it is<br>
> > relatively simple to build/install. The horrendous state of pytho=
n packaging<br>
> > does not help either.<br>
><br>
> Hmm... I'm not sure if Ubuntu includes ATLAS, but I have installed=
<br>
> gfortran and run Fortran code I wrote on this machine earlier.<br>
> Ofcourse, I dont know which Fortran lib Scipy depends on to comment on=
it.</p>
<p>Ubuntu includes ATLAS, but you need to install it (sth like libatlas-bas=
e-dev IIRC). This is the only dependency of scipy besides Numpy.</p>
<p>David<br>
><br>
> Thanks.<br>
> --<br>
> Regards,<br>
> vid =C2=A0=E0=A5=A5 <a href=3D"http://svaksha.com">http://svaksha.com<=
/a> =E0=A5=A5<br>
><br>
> --<br>
> You received this message because you are subscribed to the Google Gro=
ups "virtualenv" group.<br>
> To post to this group, send email to <a href=3D"mailto:python-virtuale=
nv@googlegroups.com">python-virtualenv@googlegroups.com</a>.<br>
> To unsubscribe from this group, send email to <a href=3D"mailto:python=
-virtualenv%2Bunsubscribe@googlegroups.com">python-virtualenv+unsubscribe@g=
ooglegroups.com</a>.<br>
> For more options, visit this group at <a href=3D"http://groups.google.=
com/group/python-virtualenv?hl=3Den">http://groups.google.com/group/python-=
virtualenv?hl=3Den</a>.<br>
><br>
</p>
--f46d043be1d4152e7204cce78e46--