You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen the issue before when cross compiling for other targets. It looks like a bug in sysconfig. I have created the upstream bug https://bugs.python.org/issue45909
It seems that a
_sysconfigdata__linux_x86_64-linux-gnu.py
is generated underlib.wasm32-unknown-emscripten-3.11
, which seems wrong?Either way it isn't being included when running altinstall, so
sysconfig.get_config_vars()
doesn't work.The text was updated successfully, but these errors were encountered: