jacob22__ has quit [Read error: Connection reset by peer]
jacob22_ has quit [Ping timeout: 245 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
jacob22__ has joined #pypy
altendky has quit [Quit: Connection closed for inactivity]
dddddd has quit [Remote host closed the connection]
Zaab1t has quit [Quit: bye bye friends]
_whitelogger has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
ronan has quit [Ping timeout: 244 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
PileOfDirt has joined #pypy
jacob22__ has quit [Quit: Konversation terminated!]
jacob22__ has joined #pypy
dddddd has joined #pypy
hich has joined #pypy
<hich>
I've downloaded the pypy3 binary from pypy.org, and it runs. For each package that I have running for cpython, I need to find its equivalent in pypy world? e.g. lark-parser
<njs>
hich: generally you just run 'pip install' like normal. there's no separate package index for pypy.
<njs>
hich: it's possible you're run into a package on pypi.org that doesn't work, but lots of them do, and if not it's usually because of a bug somewhere, not because you're using the wrong package index
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
<hich>
sys,path under pypy3 seems different from under python3