PyImageSearch / Deep-Learning-for-Computer-Vision-with-Python

2 stars 1 forks source link

Problem installing TensorFlow on Ubuntu #11

Open danieljordan2 opened 3 years ago

danieljordan2 commented 3 years ago

Please use this template while reporting bugs inside DL4CV. Issues related to personal project questions or code that we haven't authored will automatically be closed.

Are you using one of our development environments?

We provide a preconfigured AWS AMI and a VM to help our customers skip the environment setup part and jump straight to development. We highly suggest using one of our development environments to run our code.

If the issue is not related to code, then you can simply skip this question.

If you are using your own development environment then please provide the following details.

Describe the issue

I'm installing TensorFlow 2.0 in my laptop with Ubuntu 18.04. I successfully installed all packages (following every step from https://www.pyimagesearch.com/2019/12/09/how-to-install-tensorflow-2-0-on-ubuntu/) but I got an error when I test TensorFlow: ~$ python Python 3.6.9 (default, Jan 26 2021, 15:33:00) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information.

import tensorflow as tf Illegal instruction (core dumped)

My Bundle is StarterBundle.

Any other information

ariG23498 commented 3 years ago

Hey @danieljordan2 I have found a similar thread in stackoverflow. Does this thread help you in anyway?