[pypy-dev] pypy with virtualenv?

John Anderson sontek at gmail.com
Thu Sep 29 03:16:36 CEST 2011


sontek at beast$  virtualenv -p /usr/bin/pypy ~/code/eqpypy
Running virtualenv with interpreter /usr/bin/pypy
New pypy executable in /home/sontek/code/eqpypy/bin/pypy
ERROR: The executable /home/sontek/code/eqpypy/bin/pypy is not functioning
ERROR: It thinks sys.prefix is u'/usr/lib64/pypy-1.6' (should be
'/home/sontek/code/eqpypy')
ERROR: virtualenv is not compatible with this system or executable

sontek at beast$  pypy --version
Python 2.7.1 (?, Sep 12 2011, 23:40:42)
[PyPy 1.6.0 with GCC 4.6.0]

sontek at beast$  virtualenv --version
1.6.4


ppyp 1.6 is from http://koji.fedoraproject.org/koji/buildinfo?buildID=263267


On Wed, Sep 28, 2011 at 6:09 PM, John Anderson <sontek at gmail.com> wrote:

> Fedora 15 doesn't have 1.6 out yet. I tried to use the binary release but
> it seems to be compiled against different libssl/libcrypto's than what I
> have on my system... I symlinked them over but it fails to create the
> virtualenv still:
>
> sontek at beast$  virtualenv -p
> /home/sontek/Downloads/pypy16/pypy-1.6/bin/pypy /home/sontek/code/pypyenv2
> Running virtualenv with interpreter
> /home/sontek/Downloads/pypy16/pypy-1.6/bin/pypy
> /home/sontek/Downloads/pypy16/pypy-1.6/bin/pypy:
> /usr/lib64/libssl.so.0.9.8: no version information available (required by
> /home/sontek/Downloads/pypy16/pypy-1.6/bin/pypy)
> /home/sontek/Downloads/pypy16/pypy-1.6/bin/pypy:
> /usr/lib64/libcrypto.so.0.9.8: no version information available (required by
> /home/sontek/Downloads/pypy16/pypy-1.6/bin/pypy)
>
> and then the directory isn't created.
>
> On Wed, Sep 28, 2011 at 5:41 PM, Maciej Fijalkowski <fijall at gmail.com>wrote:
>
>> On Wed, Sep 28, 2011 at 6:02 PM, John Anderson <sontek at gmail.com> wrote:
>> > I read that this should just work with the latest versions, here is what
>> I'm
>> > getting:
>> > sontek at beast$  virtualenv --python=pypy ~/code/pypyenv
>> > Running virtualenv with interpreter /usr/bin/pypy
>> > New pypy executable in /home/sontek/code/pypyenv/bin/pypy
>> > ERROR: The executable /home/sontek/code/pypyenv/bin/pypy is not
>> functioning
>> > ERROR: It thinks sys.prefix is u'/usr/lib64/pypy-1.5' (should be
>> > '/home/sontek/code/pypyenv')
>> > ERROR: virtualenv is not compatible with this system or executable
>> > sontek at beast$  pypy --version
>> > Python 2.7.1 (?, May 02 2011, 19:05:35)
>> > [PyPy 1.5.0-alpha0 with GCC 4.6.0]
>> > ~
>> > sontek at beast$  virtualenv --version
>> > 1.6.4
>> >
>> > _______________________________________________
>> > pypy-dev mailing list
>> > pypy-dev at python.org
>> > http://mail.python.org/mailman/listinfo/pypy-dev
>> >
>> >
>>
>> 1.5 is an old release of PyPy. Try 1.6?
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20110928/35a6e08c/attachment.html>


More information about the pypy-dev mailing list