Git Product home page Git Product logo

Comments (2)

utkarshx27 avatar utkarshx27 commented on August 16, 2024 1

When the version of tensorflow-gpu you are attempting to install is incompatible with your present system, the error message "No matching distribution found for tensorflow-gpu==1.14.0" appears. You can try installing tensorflow-gpu in a different version that is compatible with your system.

You can alternatively install Tensorflow without GPU support by leaving out the -gpu parameter when configuring the Python environment. As an example, consider the following command:

$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.14.0-py3-none-any.whl 
$ pip3 install – upgrade $TF_BINARY_URL

from pyslam.

luigifreda avatar luigifreda commented on August 16, 2024

Hi Utkarsh,
thanks for the fix.

I see this problem appeared now (never hit before) only with the script install_all.sh used under Ubuntu 18. The above fix works on my side! I will leave this issue open for a while in order to make it more visible.

On the other hand, if the script install_all_venv.sh is used then tensorflow-gpu==1.14.0 is installed without problems.

In any case, I am fixing the scripts and committing them.
Thank you very much!
Luigi

from pyslam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.