Open Superstars111 opened 1 year ago
https://github.com/Superstars111/recommender/blob/8efb2f6e37e229b8af67f08d3b9cd9e875a8cb63/app.py#L15
When I try to run flask, it refuses to run, saying ModuleNotFoundError: No module named 'mysql'. When I comment out line 15, it doesn't refuse to run. I assume the issue is that the database itself just isn't set up yet, so we should look into that.
https://github.com/Superstars111/recommender/blob/8efb2f6e37e229b8af67f08d3b9cd9e875a8cb63/app.py#L15
When I try to run flask, it refuses to run, saying ModuleNotFoundError: No module named 'mysql'. When I comment out line 15, it doesn't refuse to run. I assume the issue is that the database itself just isn't set up yet, so we should look into that.