0

I'm stuck on a probably stupid thing. I try to run my code with cvzone but I get the following error:

ModuleNotFoundError: No module named 'cvzone'

Although I have installed this package. I use Spyder.

My conf:

  • python 3.9.1
  • cvzone 1.5.5
  • opencv-python 4.6.0.66

Any advice will be helpful. Cheers

stateMachine
  • 5,227
  • 4
  • 13
  • 29
Protektor
  • 31
  • 5

1 Answers1

-1

pip install cvzone used in pycharm

  • OP said that they already have cvzone installed, so trying to install it with pip probably wouldn't help. Also, in the future, please try to include a bit more detail in your answers. – John Leuenhagen Feb 28 '23 at 00:32