I am trying to work with cvzone
library in Python using VSCode. I have installed the library using
pip install cvzone
. But when trying to import the library, ModuleNotFoundError
is being raised.
import cvzone
Output
ModuleNotFoundError: No module named 'cvzone'
- I have checked that the correct environment is activated in terminal
- Have checked that the interpreter is correctly selected
- Ran
pip list
and ensured that the library is installed - Tried to import using python in terminal, and worked correctly
I tried to run the same in Colab and it was successfully imported. But when trying to run in Jupyter Notebook in VSCode, it is not working.
- Using
cvzone 1.5.6