bandundu / email-archiver

Email archiving tool for IMAP/POP3 accounts (early development)
209 stars 7 forks source link

ModuleNotFoundError: No module named 'flask_cors' #21

Closed cirrusflyer closed 7 months ago

cirrusflyer commented 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'

killmasta93 commented 7 months ago

same issue im having

killmasta93 commented 7 months ago

instead of using the image i used the docker file and it worked