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
When building a wheel on the darwin platform, setup.py expects various libraries to be in the non-existent folder temp_libs. It would be helpful to include some information about the intended use.
"temp_libs" is auto-generated by the script I use to create wheels for the supported python versions when I'm preparing a release. I want to change these hard-coded paths in favour of looking into the installation path of brew, which will make building from sources more easier for everyone to handle.
When building a wheel on the
darwin
platform,setup.py
expects various libraries to be in the non-existent foldertemp_libs
. It would be helpful to include some information about the intended use.The following works for me (Mac OS X 12.5.1):
Otherwise I get a rather cryptic error message
(At least it was cryptic until I figured out that
setup.py
was looking fortemp_libs
.)The text was updated successfully, but these errors were encountered: