There was a Dependencies Issue you need to run requirements.txt file that from terminal before running the project
Place requirements.txt into the main project file and then open Terminal and Run This Command:
pip install -r requirements.txt
You will get requirements.txt in the repo place in the main project file then install complete dependencies from that file using command as mention above
There was a Dependencies Issue you need to run requirements.txt file that from terminal before running the project Place requirements.txt into the main project file and then open Terminal and Run This Command: pip install -r requirements.txt