jcea has quit [Read error: Connection reset by peer]
jcea has joined #pypy
jcea has quit [Quit: jcea]
jcea has joined #pypy
Atque has joined #pypy
jinsun__ has joined #pypy
jinsun has quit [Killed (osmium.libera.chat (Nickname regained by services))]
jinsun__ is now known as jinsun
Atque has quit [Quit: ...]
Atque has joined #pypy
jinsun__ has joined #pypy
jinsun is now known as Guest3805
Guest3805 has quit [Killed (molybdenum.libera.chat (Nickname regained by services))]
jinsun__ is now known as jinsun
<jean-paul[m]>
I'm trying to build an OS package for a Python package for PyPy. I expected to simply substitute PyPy for CPython but doing that I get a number of errors related to wheels. Using legacy 'setup.py install' for setuptools, since package 'wheel' is not installed. and later error: invalid command 'bdist_wheel'. Maybe this is an issue with the OS packaging toolchain - but does any of this look familiar?
<jean-paul[m]>
(as far as I can tell, the wheel package is installed in the build environment)
<nimaje>
is it installed for pypy?
<jean-paul[m]>
it is "installed" by having PYTHONPATH point at it
<tumbleweed>
jean-paul[m]: for which OS?
<jean-paul[m]>
NixOS
<tumbleweed>
missing bdist_wheel sounds very much like wheel isn't installed in the pypy
<tumbleweed>
in the pypy's site-package, I mean
<jean-paul[m]>
It's not in PyPy's site-packages.
<tumbleweed>
well, you'll need it to be if you want to use it
<jean-paul[m]>
So PyPy doesn't respect PYTHONPATH?
<tumbleweed>
it does
<Alex_Gaynor>
jean-paul[m]: wheel relies on setuptools entrypoints, so I think merely being on the path isn't sufficient
<jean-paul[m]>
Would you expect that to only cause it to fail on PyPy? Somehow it works for CPython.
<Alex_Gaynor>
no clue :-( sorry
<tumbleweed>
this sounds like a question for people who look after python nix stuff
ellemoeiselleva has joined #pypy
jcea1 has joined #pypy
jcea has quit [Ping timeout: 246 seconds]
jcea1 is now known as jcea
ellemoeiselleva has quit [Read error: Connection reset by peer]
ellemoeiselleva has joined #pypy
ellemoeiselleva is now known as ellemoe
ellemoe is now known as elleva
<jean-paul[m]>
Alex_Gaynor: Okay, thanks anyhow!
jinsun has quit [Read error: Connection reset by peer]