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

lore init exception #79

Closed
asd51731 opened this issue Mar 22, 2018 · 0 comments
Closed

lore init exception #79

asd51731 opened this issue Mar 22, 2018 · 0 comments

Comments

@asd51731
Copy link

asd51731 commented Mar 22, 2018

hi, I user lore init like 'lore init my_app --python-version=3.6.4 --keras --xgboost' (centos 7)
I catch one exception

Traceback (most recent call last):
File "/home/zhangxiaxu/py36/lib/python3.6/shutil.py", line 544, in move
os.rename(src, real_dst)
FileNotFoundError: [Errno 2] No such file or directory: 'app' -> 'my_app'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/zhangxiaxu/py36/bin/lore", line 11, in
sys.exit(main())
File "/home/zhangxiaxu/py36/lib/python3.6/site-packages/lore/main.py", line 331, in main
known.func(known, unknown)
File "/home/zhangxiaxu/py36/lib/python3.6/site-packages/lore/main.py", line 534, in init
shutil.move('app', parsed.name)
File "/home/zhangxiaxu/py36/lib/python3.6/shutil.py", line 558, in move
copy_function(src, real_dst)
File "/home/zhangxiaxu/py36/lib/python3.6/shutil.py", line 257, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/home/zhangxiaxu/py36/lib/python3.6/shutil.py", line 120, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'app'

Can you give me some help or suggestion?

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

1 participant