Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem installing TensorFlow on Ubuntu #11

Open
danieljordan2 opened this issue Jul 2, 2021 · 1 comment
Open

Problem installing TensorFlow on Ubuntu #11

danieljordan2 opened this issue Jul 2, 2021 · 1 comment

Comments

@danieljordan2
Copy link

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.

  • GPU model and CUDA version: (skip if not application)
  • OS Platform: Ubuntu 18.04
  • Python version: 3.6.9
  • OpenCV version:
  • TensorFlow version: 2.0

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants