I worked for 4 months on an webapp and when I tried to deploy it, I saw this message on the server.
Traceback (most recent call last): File "/srv/data/web/vhosts/default/wsgi.py", line 12, in from FlaskApp import app as application File "./FlaskApp/init.py", line 3, in from flask import Flask, render_template ModuleNotFoundError: No module named 'flask'
There is also this line I don't understand :
!!! no internal routing support, rebuild with pcre support !!!
So, I have the requirements.txt and the wsgi.py, do I have something to activate with a script or other ? Because I have the feeling that the venv is not activate on the server..?