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
Getting this error when trying to run the script
python3 extanalysis.py
Traceback (most recent call last):
File "/home/ubuntu/Desktop/ExtAnalyser/ExtAnalysis/extanalysis.py", line 27, in
from flask import Flask, request, render_template, redirect, url_for, send_from_directory
ModuleNotFoundError: No module named 'flask'
The text was updated successfully, but these errors were encountered:
Getting this error when trying to run the script
python3 extanalysis.py
Traceback (most recent call last):
File "/home/ubuntu/Desktop/ExtAnalyser/ExtAnalysis/extanalysis.py", line 27, in
from flask import Flask, request, render_template, redirect, url_for, send_from_directory
ModuleNotFoundError: No module named 'flask'
The text was updated successfully, but these errors were encountered: