Fortunately, there’s a short term solution: you can install Python with x86 architecture on an Apple Silicon Mac . And better yet, you can still use pyenv to manage your environments.
Read moreIs Apple silicon better than Intel?
That’s partly because the Apple silicon Macs that Apple has released so far have been very good—as fast as or faster than the Intel Macs they replace , but with much better battery life (for laptops) and lower power usage (for desktops).
Read moreDoes Xcode run on Apple silicon?
Xcode runs on all Mac computers , so build your code on either an Apple silicon or Intel-based Mac computer and do your initial testing there.
Read moreDoes flutter work on M1 Macs?
Only the apps build for iOS and macs using flutter run natively on m1 .
Read moreWill apps work on Apple silicon?
At WWDC 2020 in June, however, Apple announced Universal 2, which allows apps to run on both Intel-based Macs and Apple silicon Macs . If an app has yet to be updated to Universal 2, an Apple silicon Mac will still run it, but it will do so by converting the Intel x86-64 code using Rosetta 2 emulation software.
Read moreIs flutter compatible with Mac?
macOS supports developing Flutter apps in iOS, Android, and the web . Complete at least one of the platform setup steps now, to be able to build and run your first Flutter app.
Read moreCan you code on Apple silicon?
Build apps, libraries, frameworks, plug-ins, and other executable code that run natively on Apple silicon . When you build executables on top of Apple frameworks and technologies, the only significant step you might need to take is to recompile your code for the arm64 architecture.
Read more