-
-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[email protected]: update Big Sur patch #74745
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
Conversation
|
We already apply a patch to |
|
@Bo98 thanks! Can you please point me to that patch? |
|
I'm referring to the one on line 84. I've updated it now to incorporate the changes in the PR you linked so you can change the URL to: https://raw.githubusercontent.com/Homebrew/formula-patches/c4bc563a8d008ebd0e8d927c043f6dd132d3ba89/python/big-sur-3.7.patch |
rohitpk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing out -- updated the right URL for the patch.
|
@Bo98 can you please approve the PR. |
|
@Bo98 following up on this -- could you please approve? |
|
Apologies - I must have not noticed the prior ping. Can you bump the revision here too? |
The issue addresses the part where `MACOSX_DEPLOYMENT_TARGET` comes to be out as an integer instead of String(Float). This seems to be an issue with the new MacOS's BigSur update and has been solved in `python3.9` (MACOSX_DEPLOYMENT_TARGET). However, there's no fix for python3.7 yet. - Pointed to the right patch for the fix - Revision bump (python/cpython#24341)
75bd2dd to
9632f8e
Compare
|
@Bo98 done. |
|
@Bo98 you missed it again :( |
Bo98
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rohitpk!
|
🤖 A scheduled task has triggered a merge. |
The issue addresses the part where
MACOSX_DEPLOYMENT_TARGETcomes to be out as an integer instead of String(Float). This seems to be an issue with the new MacOS's BigSur update and has been solved inpython3.9(MACOSX_DEPLOYMENT_TARGET). However, there's no fix for python3.7 yet.(python/cpython#24341)
To reproduce the error:
Environment
pip version: 20.3.4
Python version: 3.7.10
OS: macOS 11.2.3
Command
pip install "cffi >=1.1" failedbrew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install <formula>)?