-
Notifications
You must be signed in to change notification settings - Fork 18
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
macOS 12.3 removes python 2.7 #25
Comments
This is useful: https://stackoverflow.com/a/67274521 |
Hi @ptrkstr: Thanks for the feedback and opening an issue. But, TBH, our team is very busy with other projects and we will need dedicate time, attention & testing to the migration of the Will will keep adding it to our to-do's and get to it as soon as we are able. In the interim, you can implement @whyisjake suggestion to install python 2.7 or use other options like relocatable-python: A tool for building standalone relocatable Python.framework bundles. |
Hi, having the same issue here. |
Hi @uurazzle, that workaround looks good, I appreciate the reply 🙏 |
Hi! Tried the relocatable-python workaround but am still getting errors. Any ideas?
Tried manually installing objc but can't seem to get it to work. |
hi folks, is there an update somewhere on horizon that wouldn't need to require the workaround? |
Hi, @filipruisl: Sorry, we haven't had the bandwidth to focus on this project, but it is on our to-do's when we have time and can fit it into our priorities. |
Looks like the code has been update for Python3 (much appreciated!). However, the ReadMe file still references Python 2.7. |
It seems the interpreter location and the install location of the lib is incorrect for this Ventura. I was able to get this running on MacOS 13.2 from the installer without relocatable python by:
It worked after that. May need 'sudo' to copy to those dirs. |
@uurazzle I can see the code has been updated to python3. Can you guide to use it with python3? |
Source: https://macmule.com/2022/01/29/macos-monterey-12-3-will-remove-python-2-7-usr-bin-python/
Given that python 2.7 will no longer be part of the system from that release onwards, the following error will appear:
As a workaround, is it possible to specify the location of python 2.7 to use?
The text was updated successfully, but these errors were encountered: