Languages

TensorFlow / Windows - installation ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)

6 points
Asked by:
Maryamcc
511

When I try to install TensorFlow under Windows 11, I get the following error: 

ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow

The installation instruction that I use is from https://www.tensorflow.org/install.

Screensahot:

1 answer
5 points
Answered by:
Maryamcc
511

It looks like you use Python version that is not supported by TensorFlow.

You should install correct version.

Current note from https://www.tensorflow.org/install:

TensorFlow is tested and supported on the following 64-bit systems:

    Solution 1:

    So you can run in the command line:

    "C:\Users\your_profile\AppData\Local\Programs\Python\Python310\Scripts\pip.exe" install tensorflow

    Where: your_profile should be changed to your profile directory.

    Solution 2:

    Change in your PATH environment variable to correct Python version.

    User local PATH environment variable to correct Python version.
    User local PATH environment variable to correct Python version.

    Then run in the command line:

    pip install tensorflow

     

    0 comments Add comment
    Donate to Dirask
    Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
    Join to our subscribers to be up to date with content, news and offers.
    Native Advertising
    🚀
    Get your tech brand or product in front of software developers.
    For more information Contact us
    Dirask - we help you to
    solve coding problems.
    Ask question.

    ❤️💻 🙂

    Join