Tensorflow 설치가 작동하지 않음(코어 덤프)

Tensorflow 설치가 작동하지 않음(코어 덤프)

ubuntu20.04 LTS에 tensorflow를 설치했지만 실패했습니다.

저는 python3.9용 Virtualenv를 사용하고 있으므로 pip3이 아닌 pip 명령을 사용합니다.

먼저 pip를 업그레이드한 다음 tensorflow를 설치했습니다.

pip install --upgrade pip
pip install tensorflow

그런 다음 python3.9를 열고 실행하면

import tensorflow as tf

내가 얻는 오류는

>>> Illegal instruction (core dumped)

어떤 아이디어가 있나요?

관련 정보