[pypy-issue] Issue #1971: PyPy-2.5 does not install into virtualenv if shared library is built. (pypy/pypy)

Edd Barrett issues-reply at bitbucket.org
Thu Feb 5 16:18:34 CET 2015


New issue 1971: PyPy-2.5 does not install into virtualenv if shared library is built.
https://bitbucket.org/pypy/pypy/issue/1971/pypy-25-does-not-install-into-virtualenv

Edd Barrett:

As discussed on irc:

```
Creating a virtualenv on an earlier pypy:
 
$ virtualenv --python=/opt/pypy/pypy-c  /tmp/pypyve_older
Running virtualenv with interpreter /opt/pypy/pypy-c
New pypy executable in /tmp/pypyve_older/bin/pypy-c
Also creating executable in /tmp/pypyve_older/bin/pypy
Installing distribute.............................................................................................................................................................................................done.
Installing pip...............done.
 
And on pypy-2.5:
 
$ virtualenv --python=/home/vext01/research/pyhyp_experiments/work/pypy-2.5.0-src/pypy/goal/pypy /tmp/pypyve
Running virtualenv with interpreter /home/vext01/research/pyhyp_experiments/work/pypy-2.5.0-src/pypy/goal/pypy
New pypy executable in /tmp/pypyve/bin/pypy
/tmp/pypyve/bin/pypy: error while loading shared libraries: libpypy.so: cannot open shared object file: No such file or directory
ERROR: The executable /tmp/pypyve/bin/pypy is not functioning
ERROR: It thinks sys.prefix is u'/home/vext01/research/pyhyp_experiments' (should be u'/tmp/pypyve')
ERROR: virtualenv is not compatible with this system or executable
```

OS is linux.

Have also tried with the newest virtualenv -- same outcome.




More information about the pypy-issue mailing list