question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ejguancommented, May 17, 2022

Closing as the PR has been merged. Thank you @parmeet

1reaction
parmeetcommented, May 16, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found