PyCharm and tensorflow m1 processor
Hi everyone,
i have a macbook air with m1 chip and i have a problem with tensorflow.
I installed the requirements with the python interpreter for x86_64 (i follow this guide https://youtrack.jetbrains.com/issue/PY-46290) because I use mediapipe (which is not compatible with arm64). In addictions I also have tensorflow.
The installation process is successful, but when I run the program with "RUN", I crash python with error
Process finished with exit code 132 (interrupted by signal 4: SIGILL)
Has anyone managed to run tensorflow on m1 but with x84_64 architecture?
Please sign in to leave a comment.