Hello, I’m working on the first week optional lab. I created the environment with conda and installed all the requirements, as explained on the github repository. But, when I try to import cv2 or cvlib I have the following error: ModuleNotFoundError: No module named ‘cv2’
I’m pretty sure that the requirements are satisfied, indeed if I run the following cell on Jupyter Lab: !pip install opencv-python I receive the following message: Requirement already satisfied: opencv-python in /home/pc/anaconda3/envs/mlep-w1-lab/lib/python3.7/site-packages (4.5.2.54)
As suggested in a previous post, I also tried to invoke jupyter lab using the command python -m jupyterlab but the error persists.
Any ideas? Best regards, Vincenzo.