Code in Lessson not working
https://learn.365datascience.com/courses/python-programmer-bootcamp/starting-to-work-with-visual-studio The code in the lesson is not working neither GaussianBlur, IMREAD_GREYSCALE nor cv2.imshow().
1 answers ( 0 marked as helpful)
Hi Amogh,
Did you make sure to install cv2?
If not, please open Anaconda prompt and write:
pip install opencv-python
Best,
Iliya