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
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'
The text was updated successfully, but these errors were encountered:
Masonlxy
changed the title
i don't know how to download the data
where is the nntrader directory
Oct 18, 2018
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.
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'
The text was updated successfully, but these errors were encountered: