Error: Process Finished With Exit Code 132 (interrupted By Signal 4: SIGILL)
The Python interpreter just exits with: 'Process finished with exit code 132 (interrupted by signal 4: SIGILL)'. FYI here's my configuration: OSX 11.1 (M1 MAC) / PyCharm Pro (lat
Solution 1:
TensorFlow does not support ARM yet. There is a alpha version on GitHub (r2.4rc0) with support for ARM processors: https://github.com/apple/tensorflow_macos
Post a Comment for "Error: Process Finished With Exit Code 132 (interrupted By Signal 4: SIGILL)"