AWS p2 instance setup - Error Lesson 1 - ModuleNotFoundError: No module named 'cv2'

Thank you @satheesh !
I met the same problem and your solution worked for me. I just added sudo in front of your command as follows :
sudo apt-get install libsm6 libxrender1 libfontconfig1

3 Likes