[Bug 780220] Re: pip install numpy fail in virtualenv

2012-04-06 Thread bwanamarko
I cannot install Numpy using pip even in my base install. I get the exact same set of errors. Of course I can't install it with withing a virtualenv either. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 780220] Re: pip install numpy fail in virtualenv

2012-04-06 Thread bwanamarko
oops, here are my system details: oneiric ocelot 11.10 pip 1.0 from /usr/lib/python2.7/dist-packages (python 2.7) I already have numpy from the repo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 780220] Re: pip install numpy fail in virtualenv

2012-03-15 Thread Robert Muil
Hi, I'm trying this on a 64bit oneiric install (actually tried on two separate ones) and I'm getting this error. The link workaround suggested in #6 was not necessary - the link existed - and the workaround in #3 is also irrelevant because my virtualenv python2.7/config is a already simply a link

[Bug 780220] Re: pip install numpy fail in virtualenv

2012-03-15 Thread Robert Muil
Ok, regarding my previous comment: this seems to have been caused by a particular of my setup. My python virtualenv was in ~/usr/local... and this was being 'corrected' by the setup script to ~/local... So, moving my virtualenv seems to avoid this problem: worth knowing for anyone who likes to

[Bug 780220] Re: pip install numpy fail in virtualenv

2011-07-25 Thread Barry Warsaw
I get a different error when installing numpy on a virtualenv on Oneiric (which has virtualenv 1.6 via Debian). However, it probably makes sense to get Debian to upgrade to virtualenv 1.6.4 and then sync that to Ubuntu. -- You received this bug notification because you are a member of Ubuntu

[Bug 780220] Re: pip install numpy fail in virtualenv

2011-07-25 Thread Barry Warsaw
FWIW, I suspect that the problems with numpy in Oneiric in a virtualenv are due to upstream numpy not being multiarch aware, and thus it cannot find its dependent libraries or headers. Oneric's version of numpy should fix this, though that doesn't help you in a virtualenv. The multiarch problem

[Bug 780220] Re: pip install numpy fail in virtualenv

2011-07-24 Thread Michael Ramm
I believe this issue is now resolved with the latest version of virtualenv. To give it a shot, use pip to install the latest version instead of using the packaged version. I used apt-get remove python-virtualenv apt-get install pip pip install --upgrade pip pip install virtalenv Was then able to

[Bug 780220] Re: pip install numpy fail in virtualenv

2011-06-01 Thread Scott Sinclair
The title of this bug report is misleading, the problem has nothing to do with pip. It's a problem with virtualenv for Debian based systems with Python 2.7 (see https://github.com/pypa/virtualenv/issues/118). A workaround Activate the virtualenv mkdir $VIRTUAL_ENV/local ln -s $VIRTUAL_ENV/lib

[Bug 780220] Re: pip install numpy fail in virtualenv

2011-05-30 Thread Michael Ramm
The bug is also present on 11.04 if using pip to install the latest version of virtualenv (1.6.1) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/780220 Title: pip install numpy fail in virtualenv

[Bug 780220] Re: pip install numpy fail in virtualenv

2011-05-30 Thread Michael Ramm
That is, still fails to pip install numpy within virtualenv 1.6.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/780220 Title: pip install numpy fail in virtualenv -- ubuntu-bugs mailing list

[Bug 780220] Re: pip install numpy fail in virtualenv

2011-05-25 Thread Olivier Hervieu
This bug is due to the shipped version of virtualenv (1.4.9 in ubuntu 11.04). This version does not copy the directory config/ of the python installation in the virtualenv, so sysconfig, introduced in python2.7 is broken. Here is a workaround: mkdir -p

[Bug 780220] Re: pip install numpy fail in virtualenv

2011-05-09 Thread Łukasz Fidosz
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/780220 Title: pip install numpy fail in virtualenv -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 780220] Re: pip install numpy fail in virtualenv

2011-05-09 Thread Łukasz Fidosz
simmilar problem can be found here: http://www.mail-archive.com/numpy- discuss...@scipy.org/msg30960.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/780220 Title: pip install numpy fail in