After import and renaming the dotini file when I tried to start the mlifx app using python run.py cmd ,below exception are thrown.
Traceback (most recent call last):
File “run.py”, line 1, in
from mflix.factory import create_app
File “C:\Users\Barun\Downloads\Compressed\mflix-python\mflix\factory.py”, line 5, in
from flask_cors import CORS
ModuleNotFoundError: No module named ‘flask_cors’