Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Totally New to Github Projects #18

Open
pdb159 opened this issue Aug 4, 2021 · 1 comment
Open

Totally New to Github Projects #18

pdb159 opened this issue Aug 4, 2021 · 1 comment

Comments

@pdb159
Copy link

pdb159 commented Aug 4, 2021

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!

@nicolasbonnici
Copy link
Owner

Hey there what version of Python do you use (only tested with 3.8 and 3.9)?

Do you install dependencies with: pip install --no-cache-dir -r requirements.txt ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants