Hi!
When import OpenCV in my flask app, there's no error after saving the file, but when accessing the website, there's is an error says that No module named cv2
.
I am using Python3, and I've installed opencv-python
using pip3
at the online editor console.
Requirement already satisfied: opencv-python in /home/sichen/.local/lib/python3.7/site-packages (4.1.2.30)
Requirement already satisfied: numpy>=1.14.5 in /usr/lib/python3.7/site-packages (from opencv-python) (1.17.3)