I need help in setting up and running the project in VS Code #71
NomanBaigA
started this conversation in
General
Replies: 1 comment 3 replies
-
Hey @NomanBaigA |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After downloading and opening it in VS Code. Which STEPS should I follow to run the project properly?
I try to do it by myself but face lots of problems and I am stuck with this error at the end (Error Below)
It's really helpful if you provide a step-by-step process
PS C:\Users\User\Desktop\EazyLoader-main> python main.py
Traceback (most recent call last):
File "C:\Users\User\Desktop\EazyLoader-main\main.py", line 1, in
from core import app, socketio
File "C:\Users\User\Desktop\EazyLoader-main\core_init_.py", line 14, in
app.config.from_object(config("APP_SETTINGS"))
File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\site-packages\decouple.py", line 243, in call
return self.config(*args, **kwargs)
File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\site-packages\decouple.py", line 105, in call
return self.get(*args, **kwargs)
File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\site-packages\decouple.py", line 90, in get
raise UndefinedValueError('{} not found. Declare it as envvar or define a default value.'.format(option))
decouple.UndefinedValueError: APP_SETTINGS not found. Declare it as envvar or define a default value.
Beta Was this translation helpful? Give feedback.
All reactions