zzh8829 / yolov3-tf2

YoloV3 Implemented in Tensorflow 2.0
MIT License
2.51k stars 905 forks source link

Windows - ERROR: No matching distribution found for tensorflow-gpu==2.1.0rc1 #402

Closed Raunak-Singh-Inventor closed 2 years ago

Raunak-Singh-Inventor commented 2 years ago

I ran this command in git bash/anaconda prompt

conda env create -f conda-gpu.yml

and when the command ran pip, I got the error message: No matching distribution found for tensorflow-gpu==2.1.0rc1.

Please help.

Operating System: Windows GPU: Nvidia RTX 3080 (Laptop) CUDA Version: 11.2

Note: TensorFlow 2 GPU version is already installed on my system.

Raunak-Singh-Inventor commented 2 years ago

using the pip install -r requirements.txt command worked.