Glam Prestige Journal

Bright entertainment trends with youth appeal.

I've installed tensorflow in ubuntu20.04 LTS, but it has failed.

I'm using a Virtualenv for python3.9, so I use pip command and not pip3

First I upgraded pip, and then I installed tensorflow

pip install --upgrade pip
pip install tensorflow

Then if I open python3.9 and run

import tensorflow as tf

the error I get is

>>> Illegal instruction (core dumped)

Any ideas?

4 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy