-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Upgrade to v3.3.0 installs wrong Python version on Apple ARM #3949
Comments
A temporary solution is to disable platformio-ide.useBuiltinPython setting. Remove |
Just did this already to solve ;-) |
I got the same error, it really hard to find the root cause :( |
@ivankravets Any news, this is not a minor bug. It brakes every clean fresh installation on Apple ARM. |
@Jason2866 , thanks for the GH workflow! Great idea! Could you update it to let GH prepare portable archives for x64 and arm? I’m owner of 2019 Intel-based MacBook Pro, I can test the x64 version. Thanks! |
@ivankravets Now for both architectures |
Could you remove the following folders?
Please ensure that Does it work now? |
Yes, it does work now! |
Thanks a lot for the idea with the GH actions 🙏 |
@ivankravets Stumbled over this official Github repo https://github.com/actions/python-versions |
Their packages are OS-dependent and require superuser access. Indeed, we use official Windows packages from python.org and the only macOS packages are cross-compiled to portable format. |
@ivankravets
Upgrading installs a non native Python version on Apple Silicon. Instead of an Apple ARM python version a Apple x86 python version is installed. This brakes any use of native Apple ARM tools and toolchains.
Please provide a native Python version for Apple ARM.
The text was updated successfully, but these errors were encountered: