ModuleNotFoundError with wsgi on apache server
I'm running a flask script using wsgi on an apache web server (Amazon Linux 2). I'm getting a "ModuleNotFoundError: No module named 'cv2'" error using Python 3.7. I don't get this error with other modules, I suspect it's because cv2…