Closed cirrusflyer closed 7 months ago
Getting this error on a Raspberry Pi 4:
email-archiver-web-1 | File "/app/app.py", line 8, in email-archiver-web-1 | from flask_cors import CORS email-archiver-web-1 | ModuleNotFoundError: No module named 'flask_cors'
same issue im having
instead of using the image i used the docker file and it worked
Getting this error on a Raspberry Pi 4:
email-archiver-web-1 | File "/app/app.py", line 8, in
email-archiver-web-1 | from flask_cors import CORS
email-archiver-web-1 | ModuleNotFoundError: No module named 'flask_cors'