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.
https://bugs.launchpad.net/bugs/780220
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.
https://bugs.launchpad.net/bug
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 ins
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 t
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 w
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
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
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 $VI
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
ubunt
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
--
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 /local/lib/python2.7/config/
cp /usr/lib/py
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 virtua
--
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
https://lists.ubuntu.com/mailman/listinfo/u
13 matches
Mail list logo