Update MACOSX_DEPLOYMENT_TARGET to 10.13
See original GitHub issue🚀 Feature
Motivation
TorchData is trying to enable AWSSDK to binary by default. However, the AWSSDK requires at least 10.13 for MacOS. Since TorchText is currently using MACOSX_DEPLOYMENT_TARGET=10.9
, TorchData has to postpone enable AWSSDK in MacOS by default.
Pitch
Could we update the minimum version of MACOSX_DEPLOYMENT_TARGET
in TorchText?
@atalman recommended me to post an issue to see if this is an option for TorchText.
Alternatives
Additional context
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
macos - What is the difference between ...
The MACOSX_DEPLOYMENT_TARGET environment variable is set to the desired platform, e.g. export MACOSX_DEPLOYMENT_TARGET=10.6. When trying to ...
Read more >macos deployment target set to 11.…
Working on a macOS app, and I have the Deployment Target set to 11.0 in "General" > "Deployment Info". However, despite that, I'm...
Read more >build pytorch_scatter in MacOS 10.13 · Issue #116
I have used MACOSX_DEPLOYMENT_TARGET=10.13.6 CC=clang CXX=clang++ python setup.py install to install pytorch_scatter, but failed, ...
Read more >How To Fix Your Flutter macOS Target Mismatch | by Attila Vágó
Screenshot illustrating the mac os deployment target mismatch error. My first instinct was to change the first line of the macos/Podfile and set...
Read more >⚙ D26561 Always set MACOSX_DEPLOYMENT_TARGET
If 5.14 minimum is 10.13, does it make sense to bump the minimum to 10.13 immediately instead of once we use 5.14?
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing as the PR has been merged. Thank you @parmeet
Yes, I agree with what @mthrok said. I don’t think this is an issue…Will make PR similar to Audio to remove it from TorchText.