arigato changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | mac OS and Fedora are not Windows
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
jcea has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 245 seconds]
glyph_ has joined #pypy
glyph has quit [Ping timeout: 250 seconds]
glyph_ is now known as glyph
Kipras_ has quit [Read error: Connection reset by peer]
_whitelogger has joined #pypy
PileOfDirt has quit [Quit: Leaving]
PileOfDirt has joined #pypy
PileOfDirt has quit [Remote host closed the connection]
fryguybob has quit [Read error: Connection reset by peer]
fryguybob has joined #pypy
asmeurer__ has joined #pypy
_whitelogger has joined #pypy
asmeurer__ has quit [Quit: asmeurer__]
jamesaxl has joined #pypy
irclogs_io_bot has quit [Remote host closed the connection]
irclogs_io_bot has joined #pypy
hastake has quit [Ping timeout: 246 seconds]
Zaab1t has joined #pypy
hastake has joined #pypy
themsay has joined #pypy
themsay has quit [Read error: Connection reset by peer]
themsay has joined #pypy
themsay has quit [Read error: Connection reset by peer]
themsay has joined #pypy
jacob22__ has quit [Ping timeout: 252 seconds]
dddddd has quit [Ping timeout: 245 seconds]
dddddd has joined #pypy
ronan has joined #pypy
rubdos has joined #pypy
ronan has quit [Ping timeout: 244 seconds]
themsay has quit [Ping timeout: 268 seconds]
jacob22__ has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
Kipras_ has joined #pypy
ronan has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
jacob22_ has joined #pypy
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
<hich> do I point pip3 somewhere else for pypy?
hugomg has joined #pypy
<atomizer> pypy -m ensurepip, pypy -m pip ...
_whitelogger has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
<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