Open Jimmykimpo opened 3 years ago
Hello @Jimmykimpo,
Please specify the commands and python version.
Before running the commands listed in the README please double-check the Python version:
python --version
On a Windows testbed this command shows Python 3.8.4
Let us know your progress.
I am on python 3.9.1. As for the commands, I copied and pasted the commands you have listed (making sure I chose the Windows options for the ones that apply).
Hello,
We've re-test the kit (fresh install) on Windows and Linux (Ubuntu 18.04LTS). The codebase is ok. Try to start the app in DEBUG mode: Let us know your progress.
$ # Set up the DEBUG environment $ # (Unix/Mac) export FLASK_ENV=development $ # (Windows) set FLASK_ENV=development $ # (Powershell) $env:FLASK_ENV = "development"
On Mon, 11 Jan 2021 at 01:09, Jimmykimpo notifications@github.com wrote:
I am on python 3.9.1. As for the commands, I copied and pasted the commands you have listed (making sure I chose the Windows options for the ones that apply).
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/app-generator/flask-dashboard-atlantis-dark/issues/4#issuecomment-757560690, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMFUJGDBGVT7NN5VV42CDF3SZIXUNANCNFSM4V4VI33A .
Hi guys,
im getting the same ERROR with the following stacktrace:
I cloned this project and followed your YouTube video step by step however when I run it I get an Internal Server Error 500 on the browser. I followed all Windows commands required for setup.