https://prefect.io logo
Title
a

Anthony Rodez

05/22/2023, 8:16 PM
Hello everyone, I'm on an M1 Mac trying to get Prefect installed but I'm running into the following error when I simply install via the cli: `incompatible architecture (have 'arm64', need 'x86_64')).`I have switched my terminal to Rosetta to no avail. Has anyone encountered this issue?
I got this working. Here are the steps. 1) ensure you are not running a conda virtual environment by running --> conda deactivate 2) Install python directly on your machine --> $ brew install python 3) change your mac to use Rosetta on an M1 4) create a virtual env (I used python3.11) and install prefect