How to install object-detection library without downgrading Python version?

262 Views Asked by At

I am trying to install object-detection library using cmd but having an issue

I tried

pip install object-detection

I am getting this error

ERROR: Ignored the following versions that require a different python version: 0.0.3 Requires-Python >=3.5, !=3.7.* ERROR: Could not find a version that satisfies the requirement object-detection (from versions: none) ERROR: No matching distribution found for object-detection

Is there anyway i can install it without requiring to either uninstall the current python ersion I have or without needing to install an older versin?

0

There are 0 best solutions below