ModuleNotFoundError: No module named 'cvzone'

4k views Asked by At

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

3

There are 3 answers

1
Vinay Jain On

pip install cvzone used in pycharm

0
user23479469 On

solving the cvzone problem,try it.It worked for me
(1)python3.10 -m pip install cvzone
(2)python3.10 -m pip install --upgrade pip setuptools
(3)python3.10 -m pip install pyarrow

0
Ashutosh Kumar On
pip install cvzone

You can visit this link for more details https://github.com/cvzone/cvzone