You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm totally new to Github Project and hence i'm not able to install or run your project. I was able to download the whole zip of your files and pasted them into my anaconda directory, afterward i installed the requirements file and run into some errors which I fixed by installing the packages manually. But now I'm trying to run the main.py file with "python main" in my command shell and i keep running into the same error.
"UndefinedValueError('{} not found. Declare it as envvar or define a default value.'.format(option))
decouple.UndefinedValueError: API_ROOT not found. Declare it as envvar or define a default value."
I also placed my api keys for binance into the .env file. What am I doing wrong or how am I supposed to run it?
Sorry for the silly question just trying to figure out how to run any github project, thanks for the help in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I'm totally new to Github Project and hence i'm not able to install or run your project. I was able to download the whole zip of your files and pasted them into my anaconda directory, afterward i installed the requirements file and run into some errors which I fixed by installing the packages manually. But now I'm trying to run the main.py file with "python main" in my command shell and i keep running into the same error.
"UndefinedValueError('{} not found. Declare it as envvar or define a default value.'.format(option))
decouple.UndefinedValueError: API_ROOT not found. Declare it as envvar or define a default value."
I also placed my api keys for binance into the .env file. What am I doing wrong or how am I supposed to run it?
Sorry for the silly question just trying to figure out how to run any github project, thanks for the help in advance!
The text was updated successfully, but these errors were encountered: