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
pypa/setuptools#4224 describes the entire issue and I was told to reopen here. Ideally we could move that issue here. Originally started with python-cffi/cffi#61 who redirected to setuptools.
To summarize - mingw32 works great on Windows with --py-limited-api=cp32 and --compiler=mingw32, except for linking to the specific Python version -lpython312. If I manually change the link command to -lpython3 and update the wheel, it works on all Python versions. So the compile works fine, just not the link.
The text was updated successfully, but these errors were encountered:
pypa/setuptools#4224 describes the entire issue and I was told to reopen here. Ideally we could move that issue here. Originally started with python-cffi/cffi#61 who redirected to setuptools.
To summarize - mingw32 works great on Windows with
--py-limited-api=cp32
and--compiler=mingw32
, except for linking to the specific Python version-lpython312
. If I manually change the link command to-lpython3
and update the wheel, it works on all Python versions. So the compile works fine, just not the link.The text was updated successfully, but these errors were encountered: