Installez le package sur la version spécifique de Python
py -3.7 -m pip install opencv-python
Sore Stork
py -3.7 -m pip install opencv-python
# adapted from answer given by Stack Overflow user in the source link
import pkg_resources
pkg_resources.require("your_package==its_version")
import your_package