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

No such file or directory: './data/metadata/last_release.json' #67

Open
ofleitas opened this issue Jan 15, 2025 · 2 comments
Open

No such file or directory: './data/metadata/last_release.json' #67

ofleitas opened this issue Jan 15, 2025 · 2 comments

Comments

@ofleitas
Copy link

Hello
I am trying to run deepgoplus but I am getting this error

2025-01-15 06:45:59.802659: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: cannot open shared object file: No such file or directory
2025-01-15 06:45:59.802689: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "/home/ofm/.pyenv/versions/3.7.17/bin/deepgoplus", line 8, in
sys.exit(main())
File "/home/ofm/.pyenv/versions/3.7.17/lib/python3.7/site-packages/click/core.py", line 829, in call
return self.main(*args, **kwargs)
File "/home/ofm/.pyenv/versions/3.7.17/lib/python3.7/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/home/ofm/.pyenv/versions/3.7.17/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/ofm/.pyenv/versions/3.7.17/lib/python3.7/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/home/ofm/.pyenv/versions/3.7.17/lib/python3.7/site-packages/deepgoplus/main.py", line 67, in main
with open(os.path.join(data_root, 'metadata/last_release.json')) as f:
FileNotFoundError: [Errno 2] No such file or directory: './data/metadata/last_release.json'

@arminsl
Copy link

arminsl commented Jan 16, 2025

You can copy the metadata folder (on the root directory of deepgoplus) into the data folder.

cp -rf metadata/ data/.

@ofleitas
Copy link
Author

It worked!!
Thank you very much!!!

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