ERROR: Could not find a version that satisfies the requirement opencv-headless (from versions: none)

Viewed 41

I'm trying to install a few packages on the command prompt, but I keep getting this error:

ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.0rc1 Requires-Python >=3.7,<3.10; 1.7.0rc2 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10 ERROR: Could not find a version that satisfies the requirement opencv-headless (from versions: none) ERROR: No matching distribution found for opencv-headless

I tried downloading the earlier version of python (3.7) and then created a new virtual environment, but I think that the command prompt is still creating a virtual environment on the 3.10 version of python I have installed. What can I do to fix this?

This is the project I am working on https://github.com/datascienceanywhere/FaceRecognition_Flask in case more information is needed on the type of packages. I'm also working on a windows10.

0 Answers
Related