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.
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 :( |
|
🤖 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>)?