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

where is the nntrader directory #108

Open
Masonlxy opened this issue Oct 17, 2018 · 2 comments
Open

where is the nntrader directory #108

Masonlxy opened this issue Oct 17, 2018 · 2 comments

Comments

@Masonlxy
Copy link

Masonlxy commented Oct 17, 2018

i download your project,but the nntrader directory doesn't exist. .and when i type the python main.py --mode=generate --repeat=1.
there was a error:
Traceback (most recent call last):
File "main.py", line 132, in
main()
File "main.py", line 63, in main
generate.add_packages(load_config(), int(options.repeat))
File "/home/liuxuyang/PycharmProjects/untitled2/venv/PGPortfolio-master/pgportfolio/autotrain/generate.py", line 14, in add_packages
all_subdir = [int(s) for s in os.listdir(package_dir) if os.path.isdir(package_dir+"/"+s)]
File "/home/liuxuyang/PycharmProjects/untitled2/venv/PGPortfolio-master/pgportfolio/autotrain/generate.py", line 14, in
all_subdir = [int(s) for s in os.listdir(package_dir) if os.path.isdir(package_dir+"/"+s)]
ValueError: invalid literal for int() with base 10: '.idea'

@Masonlxy Masonlxy changed the title i don't know how to download the data where is the nntrader directory Oct 18, 2018
@Draichi
Copy link

Draichi commented Feb 11, 2019

I notice the same thing, i was able to make the project run using PGPortfolio instead nntrader

@dexhunter
Copy link
Collaborator

nntrader is the name we used before publishing the repo. Although I only see .idea error, I think you can just delete .idea folder if that's the problem.

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

3 participants