Public bug reported:

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.

** Affects: python2.7 (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  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:
- Running python2.7 setup.py install works well, but in the virtual environment
  
+ 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
+ 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
  
- However, the build process inside the virtual environment works if
- python2.7 .1is built from source instead of using the packaged version.
+ The build process inside the virtual environment works if python2.7 is
+ built from source instead of using the packaged version.

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

Title:
  Fails to build numpy within a virtual environment

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to