Python 3.11 sysconfig.get_preferred_scheme("prefix") returns non prefix scheme #4858
Unanswered
robtaylor
asked this question in
Tap maintenance and brew development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
In homebrew's python, sysconfig returns osx_framework_library when you ask for the preferred prefix scheme. However osx_framework_library isn't a valid prefix scheme as per the python docs (indeed, it doesn't exist there!).
Also looking at sysconfig._INSTALL_SCHEMES["osx_framework_library"], it doesn't include the {prefix} variable, so cannot be used as a prefix install scheme!
Is this by accident or design?
Python used:
Beta Was this translation helpful? Give feedback.
All reactions