Trying to install TensorFlow for Mac silicone and receive error

Process finished with exit code 132 (interrupted by signal 4: SIGILL) I am using Pycharm

Hi @Overg,

It is a bit difficult to debug based on this. Have you tried the instructions at https://developer.apple.com/metal/tensorflow-plugin/ and checked that the installation works as expected when you are not running in Pycharm?

If it works outside of Pycharm without issues this might be an issue with the Pycharm installation. In general the SIGILL interruption means the processor encountered an instruction it could not comprehend possibly due to software being compiled for different architecture than it is being run on.

If you don't use tensorflow then you can remove it and then other code will work. for example:

pip uninstall tensorflow
Trying to install TensorFlow for Mac silicone and receive error
 
 
Q