theAIGuysCode / yolov4-custom-functions

A Wide Range of Custom Functions for YOLOv4, YOLOv4-tiny, YOLOv3, and YOLOv3-tiny Implemented in TensorFlow, TFLite, and TensorRT.
MIT License
601 stars 372 forks source link

ERROR: No matching distribution found for tensorflow-gpu==2.3.0rc0 please help #80

Open iamnothingCC opened 2 years ago

iamnothingCC commented 2 years ago

image

Rahmyyy commented 2 years ago

Hi I had the same issue and found this solved it.

https://github.com/theAIGuysCode/yolov4-deepsort/issues/120#issuecomment-974678504

It should work by installing Tensorflow 2.3.0:

pip install tensorflow==2.3.0

iamnothingCC commented 2 years ago

thanks it works

iamnothingCC commented 2 years ago

BTW i want to run this on jetson nano the problem is tensorflow==2.3.0 cannot be installed will it be okay if i just install the latest version of tensorflow?

Rahmyyy commented 2 years ago

Worth a try. I haven't tried this before. But there are others who have tried installing Tensorflow 2 on a jetson Nano https://jkjung-avt.github.io/build-tensorflow-2.0.0/

Sounds like an interesting project. Let us know how this goes.