Is there something special about compiling from source on Aurora-dx ?
I can’t build a wheel when I install a package with dependencies. https://paste.pythondiscord.com/324A
It fails the same way using:
host
distrobox-python3.12
distrobox-arch
Curiously my friend’s Arch Linux laptop built the same project without a hitch
It is recommended to use distrobox for this. I suspect that you are sharing the host’s home and the distrobox home and that is causing the Python setup script for netifaces to become confused about what features are available on the platform. Notice how every check is listed as (cached), meaning it has probably cached some incorrect configuration between your various distroboxes and the host.
I recommend to create a distrobox with its own home directory. I just quickly tested installing netifaces and it worked fine using the following method