attendance-system
attendance-system copied to clipboard
Frontend not working
Hi,
I am facing below issue while tiring to use the frontend of the application.
I really need to make this work for a school project.
Can you please help me get the error resolved?
Thank you in advance.
(attendance-system) PS C:\Users\Cosmin\source\repos\attendance-system\backend> python.exe .\run.py
Traceback (most recent call last):
File ".\run.py", line 1, in
I am probably too late, but for future visitors. They need to update or install Werkzeug.
Below command worked for me
pip install Werkzeug~=2.0.0