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.

macOS Monterey < 12.3 = Python 2 deprecation popup | macOS Monterey >= 12.3 = Python error

See original GitHub issue

Hi,

When using this package on Unity, while it imports it, Unity triggers a popup warning saying that the software is not ready for macOS future releases.

This behavior seems to be common across apps running Python scripts in general, like:

Can you please consider a solution towards this in order to make it future proof?

For anyone crossing this issue, the workaround is by running this command:

defaults write com.apple.python DisablePythonAlert True

Thank you in advance, Julian

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:33 (1 by maintainers)

github_iconTop GitHub Comments

47reactions
techyworm10commented, Mar 16, 2022

As a temporary fix, I built a fixed Firebase.Editor dll files, located here: https://github.com/techyworm10/firebase-unity-sdk-editor-python-fix

I also created full unity packages for arm/m1 based Macs: https://github.com/techyworm10/firebase-unity-sdk-arm64

Hope it helps. @DFC005 @xysverma @spaquet

22reactions
xysvermacommented, Mar 15, 2022

Is thr a way this ticket could be expedited since macOS release is now official and builds are not happening anymore because of this issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

MDM custom preference to disable python 2 deprecation ...
Python 2 was deprecated back in January 2020, but Apple are still including it in the latest OS for “compatibility”.
Read more >
unable to use python command in Terminal
Since installing Monterey on my MacBook Pro, I'm no longer able to the use "python" command plus a ".py" custom app in Terminal....
Read more >
macOS Monterey 12.3 will remove Python 2.7 (/usr/bin ...
macOS Monterey 12.3 will remove Python 2.7 (/usr/bin/python) ... and Microsoft OneDrive are called out as deprecated in the release notes, ...
Read more >
Apple removes Python 2 in macOS Monterey. What now?
Apple has been warning that the Python 2 binary will be removed. It's a fact now. Read what to do next. Is Python...
Read more >
Restore Python 2.7 on Monterey 12.3? - Ask Different
The Python Release Python 2.7.18 | Python.org download page has a macOS 64-bit installer download that replaces the missing interpreter.
Read more >

github_iconTop Related Medium Post

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