cfbolz 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 | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
<fijal>
the blake2 despite being ERROR and whatnot is probably not fatal?
<tos9>
fijal: your pip and things are too old probably
<tos9>
I see pip 7.1.2 in there
<tos9>
pip install -U pip and virtualenv presumably?
<fijal>
seems tricky to do
<fijal>
but yeah probably
<mattip_>
you could try editing pypy/lib-python3/hashslib.py and removing things from __always_suppoprted that you do not have on your system.
<mattip_>
is this an old version of macOS?
jvesely has quit [Quit: jvesely]
<fijal>
Mojave
<mattip_>
no, that hint was wrong. The real problem is you cannot import _hashlib, but the error message is swallowed up in hashlib.py
<mattip_>
could you try 'pypy -c "import _hashlib"'?
<fijal>
mattip_: works just fine
<mattip_>
and same thing for _pypy_openssl ?
<mattip_>
(which should JustWork because we are supposed to be packaging our own openssl and linking statically to it)
<fijal>
same
<mattip_>
so where is the failure? Why are you getting the error message on your machine with the pypy from pypy.org?
<fijal>
I don't know
<fijal>
it just shows me what I gave you when trying to create a virtualenv
<fijal>
it's as clear as mud
<fijal>
mattip_: sorry I
<fijal>
m probably off for the rest of the day
<mattip_>
ok. Sorry it didn;t work out for you, maybe someone with a Mojave machine can try to duplicate it and spend the time to debug what is going on.
<mattip_>
we don't have an issue open about it, so it might be specific to your setup
mattip_ has left #pypy ["Leaving"]
ionelmc has joined #pypy
<kenaan>
rlamy py3.6 7b678cb3bf52 /lib-python/3/test/test_dis.py: Adjust test for changes to co_consts
<YannickJadoul>
There's no PyPy on NuGet, is there?
<YannickJadoul>
And for macOS, there are no .pkg installation packages?
<YannickJadoul>
(that's how we currently install Python on cibuildwheel; so if there would be, it would probably be another oneliner to add PyPy on these platforms ;) )
<antocuni>
YannickJadoul: btw, I have just pushed a commit to pypy/manylinux to add pypy 7.2.0 to our docker image