Open kiristern opened 2 years ago
I am unable to import spektral package at the beginning of my script. Simply returns zsh: illegal hardware instruction python.
import spektral
zsh: illegal hardware instruction python
I have a MacAir with M1 and running in a conda env with python 3.9.12.
I have also tried installing in a Miniforge3-MacOSX-arm64 env and still have the same error.
Miniforge3-MacOSX-arm64
Thanks for your help.
This looks like a Tensorflow issue? One possible solution: https://stackoverflow.com/questions/65383338/zsh-illegal-hardware-instruction-python-when-installing-tensorflow-on-macbook
I am unable to
import spektral
package at the beginning of my script. Simply returnszsh: illegal hardware instruction python
.I have a MacAir with M1 and running in a conda env with python 3.9.12.
I have also tried installing in a
Miniforge3-MacOSX-arm64
env and still have the same error.Thanks for your help.