Tensorflow error: Could not find a version that satisfies the requirement tensorflow

This problem is caused by one of the following two situations, you can check one by one and try

1. Version compatibility issues

As of about 2020.10, the Python version supported by the Tensorflow community is from 3.6-3.8, and Python needs to be 64-bit in windows (Tensorflow does not support 32-bit at the moment)

To see your version of Python and the median method, open a command line, enter directly from the command line pythoncan be ordered as follows:

Snipaste_2021-01-16_08-57-43

If the version does not match or the number of digits does not match, you need to download again

For specific details of Tensorflow compatible python version, please refer to the official manual

https://www.tensorflow.org/install

2. Network problems

If the situation 1 is true, and downloading Tensorflow still appears Could not find a version that satisfies the requirement tensorflow, it means that your current network environment is too bad ( 之前自己就是属于这种情况), and you can’t download it. Solution: just change to a better network environment
Snipaste_2021-01-16_08-17-20

Guess you like

Origin blog.csdn.net/weixin_42512684/article/details/112691689