I am trying to import opencv for webcam capturing and Keras to use AI, however, it returns an error showing that the module isn't found.
I used both pip install opencv-python
and python -m pip install opencv-python
but I still cannot import it.
(I'm using python 3.9.6)