First of all, I am not using MACOS. I am using linux. Heres the full details:
>>uname -a
Linux <my_hostname> 5.10.0-kali3-amd64 #1 SMP Debian 5.10.13-1kali1 (2021-02-08) x86_64 GNU/Linux
>>python3 --version
Python 3.9.2
>>pip3 --version
pip 20.3.4 from /usr/lib/python3/dist-packages/pip (python 3.9)
(and yes, kali. I am more comfortable with it than any other distro)
I installed tensorflow as I would do with other packages. pip3 install tensorflow
. It installed successfully, but when I import it, it says
zsh: illegal hardware instruction and the program quits there.
Please comment if any additional info in needed. Thank you for your help.