According to this post (https://www.pythonanywhere.com/forums/topic/1069/), OpenCV is already installed, but whenever I import cv2
, I get a ModuleNotFoundError: No module named 'cv2'
error. I'm using Python 3 on a Flask app. I can't install it with pip because I don't have enough storage space.