at the time of entering the command pip install -r requirements_gpu.txt; I receive an error in requirement number 3 (tensorflow-gpu<=1.12.0), How could I solve it?
Commands and Errors Obtained
(base) PS C:\Windows\system32> pip install -r requirements_gpu.txt
Collecting numpy<1.17
Using cached numpy-1.16.6.zip (5.1 MB)
Collecting opencv-python>4
Using cached opencv_python-4.5.1.48-cp38-cp38-win_amd64.whl (34.9 MB)
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu<=1.12.0 (from -r requirements_gpu.txt (line 3)) (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.2.2, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1, 2.3.2, 2.4.0rc0, 2.4.0rc1, 2.4.0rc2, 2.4.0rc3, 2.4.0rc4, 2.4.0, 2.4.1)
ERROR: No matching distribution found for tensorflow-gpu<=1.12.0 (from -r requirements_gpu.txt (line 3))