You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
Install this according the read me file
, but on opening in the terminal
I stumble at this
han@han-iMac:
/beetiful$ python3 app.py/beetiful$Traceback (most recent call last):
File "/home/han/beetiful/app.py", line 1, in
from flask import Flask, jsonify, request, render_template
ModuleNotFoundError: No module named 'flask'
han@han-iMac: