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
A grep of my repackage of the relocatable install shows Python.framework/Versions/3.11/lib/python3.11/_sysconfigdata__darwin_darwin.py having hardcoded paths :/ . Other paths with hardcodings that may be relevant:
as well as various Tcl/Tk bits. The .pc files could probably just use $prefix detection instead of forcing things. The rest…all seems Darwin-specific and probably too hard to change while being as "reliable" as it is today. I guess we'll just have to wait for 3.11 wheels to be provided by others for our CI to be happy (our code uses CMake which skips all of this hard-coded stuff, so we've just been skating by).
Seen in this build:
The
-I/Library/Frameworks
needs relocated.The text was updated successfully, but these errors were encountered: