I am unable to download the open cv package for the capstone project in python programming bootcamp course Can anyone suggest any alternatives
Hi there,
Could you please try opening Anaconda prompt and installing opencv using this code:
pip install opencv-python
Best,
The 365 Team