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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: