cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | the pypy angle is to shrug and copy the implementation of CPython as closely as possible, and staying out of design decisions
jcea has joined #pypy
[Arfrever] has joined #pypy
jcea has quit [Ping timeout: 246 seconds]
u0_a164 has joined #pypy
<u0_a164> Hi, I am trying to install aiohttp module using 'pypy3 -m pip install aiohttp' but it errors.
<u0_a164> The log is here: https://termbin.com/yrlh2
<u0_a164> Can someone guide me on what I should be doing to fix it?
<u0_a164> btw even if i disconnect accidentally, please reply, i will just check the logs
<mattip> you seem to have a problem writing to /data/data/com.termux/files/usr/tmp
<mattip> is one of the $TMP* env variables defined differently for pypy3 and cpython?
<mattip> (assuming pip install works for CPython)
<u0_a164> pip install works for cpython yes, and no i didnt change any TMP variable
u0_a164 has quit [Quit: WeeChat 4.0.1]
<mattip> maybe only PyPy errors because CPYthon does not need to write to $TMP_DIR or whatever $TMP varaible is pointing to /data/data/com.termux/files/usr/tmp
Dejan has joined #pypy
Dejan has quit [Quit: Leaving]
pbsds has quit [Ping timeout: 260 seconds]
pbsds has joined #pypy