[pypy-dev] failed to package _ssl module when building from source on wsl2

2022-09-05 Thread Gelin Yan
wed the instructions to install all dependencies including libssl. Regards gelin yan ___ pypy-dev mailing list -- pypy-dev@python.org To unsubscribe send an email to pypy-dev-le...@python.org https://mail.python.org/mailman3/lists/pypy-dev.python.org/ Member address: arch...@mail-archive.com

[pypy-dev] Is pypy 3.5 7.0 available on raspberry pi?

2019-06-20 Thread Gelin Yan
Hi All I just noticed there are no links for downloading pypy 7.0 for Arm version. Does it imply I have to use the old version or the arm development has been suspended? Regards gelin yan ___ pypy-dev mailing list pypy-dev@python.org https

Re: [pypy-dev] Fwd: Re: Users of PyPy on ARM 32bit

2019-02-27 Thread Gelin Yan
Hi Matti What can I do for you? I never used any ARM device with 4G ram (sure I don't own one) Regards gelin yan ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] a question about translating pypy for raspberry pi

2017-12-22 Thread Gelin Yan
days to figure out how to. Regards gelin yan ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] PyPy 5.9 release cycle has begun

2017-09-25 Thread Gelin Yan
hi matti there is a minor typo: cython 2.7 ought to be cython 0.27 regards gelin yan ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] Does pypy 58 arm version support numpy?

2017-08-19 Thread Gelin Yan
Hi All When I tried to use pip to install numpy, I got some compiler failtures. I want to know whether pypy arm version fully support numpy. OS: raspbian Gcc version: 4.9.2 Pypy version: 5.8 Hardware: raspberry pi 3 Regards gelin yan ___ pypy

Re: [pypy-dev] 5.7.1 bug fix release

2017-04-02 Thread Gelin Yan
Hi Matti Thanks. The website is still pointing to 5.7.0 Regards gelin yan ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] numpy 1.12.1 segfault with pypy 2 5.7 on ubuntu 14.04

2017-03-23 Thread Gelin Yan
Hi All I built pypy 2 5.7 from the source on Ubuntu 14.04 and installed numpy 1.12.1 via pip. When running numpy.test('full'), I noticed there was a segfault. I tested pypy 2 5.6 with numpy 1.12.1 too. I didn't see any segfault. Reg

[pypy-dev] pickle in pypy is slow

2015-01-31 Thread Gelin Yan
Hi All I noticed pickle in pypy is slower than cPickle in python (faster than pickle in python). Is it a feature? Regards gelin yan ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] What is the max heap size pypy can manage well?

2014-09-23 Thread Gelin Yan
On Tue, Sep 23, 2014 at 5:05 PM, Maciej Fijalkowski wrote: > PyPy has no limitation on the heap size it can handle. > > On Tue, Sep 23, 2014 at 10:31 AM, Gelin Yan wrote: > > Hi All > > > >I am interested in using pypy for production now. Due to I need to >

[pypy-dev] What is the max heap size pypy can manage well?

2014-09-23 Thread Gelin Yan
like that. Thanks. Regards gelin yan ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Great experience with PyPy

2013-02-07 Thread Gelin Yan
marks. > And yes, PyPy is cool :) Typically giving 3x speedups, and some memory > savings sometimes. > > 2013/2/7 Gelin Yan : > > > > > > On Thu, Feb 7, 2013 at 10:11 PM, Phyo Arkar > > wrote: > >> > >> Pypy should have a page for "Success S

Re: [pypy-dev] Great experience with PyPy

2013-02-07 Thread Gelin Yan
Awesome! >> >> I'm glad people can make pypy work for non-trivial tasks which require >> a lot of dependencies. We're trying to lower the bar, however it takes >> time. >> >> Cheers, >> fijal >> ___ >> pypy-dev mailing list >> pypy-dev@python.org >> http://mail.python.org/mailman/listinfo/pypy-dev >> > > ___ > pypy-dev mailing list > pypy-dev@python.org > http://mail.python.org/mailman/listinfo/pypy-dev > > Hi, It might be off topic. I want to know whether pypy support postgres. The last time I noticed ctypes based psycopg2 was still beta. I mainly use twisted & postgres. pypy supports twisted well but not good for psycopg2. Regards gelin yan ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] wsgi

2012-08-28 Thread gelin yan
On Tue, Aug 28, 2012 at 5:11 PM, Maciej Fijalkowski wrote: > On Tue, Aug 28, 2012 at 2:57 AM, Stepanov Aleksandr > wrote: > > Are there any wsgi server for latest or latest stable pypy? > > > > uwsgi needs to be built with pypy-c and shared libpypy , but i failed to > build pypy as described on u

Re: [pypy-dev] any tutorial for compiling pypy on windows?

2012-07-30 Thread gelin yan
008 which is difficult to obtain. You can get the > express version (which worked for me) here: > http://www.microsoft.com/visualstudio/en-us/products/2008-editions/express > > Good luck and try asking on freenode in #pypy, the one or two windows guys > are helpful when they are aroun

Re: [pypy-dev] pypy-dev Digest, Vol 15, Issue 33

2012-07-30 Thread gelin yan
v-requ...@python.org >> >> You can reach the person managing the list at >> pypy-dev-ow...@python.org >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents o

[pypy-dev] any tutorial for compiling pypy on windows?

2012-07-30 Thread gelin yan
I have searched on google a bit however there is only one post which give a brief introduction how to compile pypy 1.4 on windows. It is kinda outdated and obscure. At least I want to know where I can locate those third-party dependencies correctly so that translator can find them.Thanks.

Re: [pypy-dev] Concurrent, nosql, opensource, key-value datastore that works with CPython, Pypy and Jython?

2012-07-24 Thread gelin yan
bkit, which I haven't used). > > Eli > ___ > pypy-dev mailing list > pypy-dev@python.org > http://mail.python.org/mailman/listinfo/pypy-dev > Hi Mongodb probably works too...You also may try Kyoto cabinet

Re: [pypy-dev] how to build pypy with psycopg (links / requirements)

2012-05-28 Thread gelin yan
On Mon, May 28, 2012 at 11:03 PM, Костя Лопухин wrote: > If there is no such document, I am willing to try to make psycopg work > with pypy, if it is a suitable work for pypy newbie, and if someone > can give me some hints. Is it reasonable to start with building pypy > with psycopg support from h

Re: [pypy-dev] pypy-stm

2012-05-09 Thread gelin yan
On Wed, May 9, 2012 at 10:01 PM, Armin Rigo wrote: > Hi all, > > Here is the very first Python 2.7 interpreter to run existing > multithreaded programs on multiple cores. Linux 32 bits. It is > horribly slow right now, so consider this as nothing more than a demo > :-) > >http://wyvern.cs.u

Re: [pypy-dev] pypy2exe

2012-03-05 Thread gelin yan
On Tue, Mar 6, 2012 at 1:11 AM, Michael Foord wrote: > > > On 5 March 2012 16:57, Matti Picus wrote: > >> Trying to install in pypy I get >> >> error C2065: '_Py_PackageContext' : undeclared identifier >> > > What are you trying to install? It isn't py2exe is it? That hasn't got a > chance of w

Re: [pypy-dev] PyPy 1.8 released

2012-02-10 Thread gelin yan
On Fri, Feb 10, 2012 at 5:44 PM, Maciej Fijalkowski wrote: > > PyPy 1.8 - business as usual > > > We're pleased to announce the 1.8 release of PyPy. As habitual this > release brings a lot of bugfixes, together with performance and memory >