[Bug 775415] Re: Fails to build numpy within a virtual environment

Michael Ramm 775415 at bugs.launchpad.net
Thu Jun 30 01:27:48 UTC 2011


Exact same problem in current build of 11.10

Trying to install numpy:

python2.7 setup.py install works well

But in the virtual environment

mkvirtualenv test --no-site-packages -p python2.7
python2.7 setup.py install

fails with the same error message.

I think this is distinct from Bug #780220 as the error message is
different.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/775415

Title:
  Fails to build numpy within a virtual environment

Status in “python2.7” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: python2.7

  On Ubuntu 10.10, using python2.7: 2.7-6
  virtualenv=1.6.1
  virtualenvwrapper==2.6.3
  numpy-1.5.1

  Trying to install numpy:

  python2.7 setup.py install works well

  But in the virtual environment,
  mkvirtualenv test --no-site-packages -p python2.7
  python2.7 setup.py install
  fails:

  running install
  running build
  running config_cc
  unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  running config_fc
  unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  running build_src
  build_src
  building py_modules sources
  building library "npymath" sources
  error: None

  The build process inside the virtual environment works if python2.7 is
  built from source instead of using the packaged version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/775415/+subscriptions




More information about the foundations-bugs mailing list