Tensorflow-Installation funktioniert nicht (Core Dump)

Tensorflow-Installation funktioniert nicht (Core Dump)

Ich habe Tensorflow in Ubuntu 20.04 LTS installiert, aber es ist fehlgeschlagen.

Ich verwende ein Virtualenv für Python 3.9, also verwende ich den Pip-Befehl und nicht Pip3

Zuerst habe ich Pip aktualisiert und dann Tensorflow installiert

pip install --upgrade pip
pip install tensorflow

Wenn ich dann Python3.9 öffne und ausführe

import tensorflow as tf

der Fehler, den ich bekomme, ist

>>> Illegal instruction (core dumped)

Irgendwelche Ideen?

verwandte Informationen