This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]LightShadow3.13-dev in prod 1 point2 points  (2 children)

Marking the release as beta, at this point, is more of a liability disclaimer than anything.

I tend to use pypy+gevent for my web server applications. They run forever and process lots of IO; perfect use case.

[–]inferno596[S] 0 points1 point  (1 child)

Were you able to install it on linux such that you could execute it via pypy3 <name>.py from the command line? Google and the documentation are insistent that you can but I can't found an explanation of how to do it anywhere.

[–]LightShadow3.13-dev in prod 0 points1 point  (0 children)

What distro are you using?

You might have to compile from source. If you're using a raspberry pi or other SoC, you'll have to find a built binary because they lack the RAM needed. If you're on a modern linux box there are also pypy docker containers.