-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.8 doesn't build on 11.0 #56791
Comments
This is also causing |
Uses the default python3 currently installed on the system since the current pre-release OSXI (Big Sur) does not build `python 3.8`, see Homebrew#56791
PR to remove |
A little info about |
In fact, this applies to usual python as well. |
This is being handled upstream. It's still early days of the beta. |
@Bo98 Are you referring to python/cpython#21113? |
Ah yes. I wasn't aware that the pull request had already been created so I didn't have anything to link. That indeed should fix the issue. |
Is there any way to fix this problem temporary? |
Nothing that Homebrew would be able to support. |
If you have Homebrew installed to /usr/local, then the existing Catalina bottles can be used and thus you do not need to worry about the build issues. We may apply upstream's patch to the formula once it is merged. But please try to get used to there being issues in the Big Sur betas. Python is not the only thing broken (CMake is another, for example) and we already know that there will be further breakages as the betas progress (such as 10.16 becoming 11.0). |
Can confirm that PR will fix it; I'll backport that to us once it's merged upstream, but we can hold out until then. |
The patch managed to just sneak in to 3.7.8 which will be released in the next few days. We can apply python/cpython#21154 for 3.8 until 3.8.4 releases in mid-July. |
brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?What you were trying to do (and why)
python@3.8
was in the dependency tree of software I was installing, but failed to build from source on Big Sur.What happened (include command output)
Installation fails; logs here: https://gist.github.com/mistydemeo/658ea7401c00b2b8dccee9f067ac2c0e
Specifically, the error is here:
This happened on macOS 11.0 beta 1 for Intel using the CLT.
What you expected to happen
Build succeeds.
Step-by-step reproduction instructions (by running
brew install
commands)brew install python@3.8
The text was updated successfully, but these errors were encountered: