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

OSError of Live Demo #35

Open
yuyangw opened this issue Oct 22, 2024 · 0 comments
Open

OSError of Live Demo #35

yuyangw opened this issue Oct 22, 2024 · 0 comments

Comments

@yuyangw
Copy link

yuyangw commented Oct 22, 2024

The huggingface live demo shows the following error.

OSError: libcudart.so.11.0: cannot open shared object file: No such file or directory
Traceback:
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
    exec(code, module.__dict__)
File "/home/user/app/app.py", line 20, in <module>
    import openshape
File "/home/user/.cache/huggingface/hub/models--OpenShape--openshape-demo-support/snapshots/70dbc29fa30520cb78b4982de671f90600c08685/openshape/__init__.py", line 4, in <module>
    from .ppat_rgb import Projected, PointPatchTransformer
File "/home/user/.cache/huggingface/hub/models--OpenShape--openshape-demo-support/snapshots/70dbc29fa30520cb78b4982de671f90600c08685/openshape/ppat_rgb.py", line 5, in <module>
    from .pointnet_util import PointNetSetAbstraction
File "/home/user/.cache/huggingface/hub/models--OpenShape--openshape-demo-support/snapshots/70dbc29fa30520cb78b4982de671f90600c08685/openshape/pointnet_util.py", line 6, in <module>
    import dgl.geometry
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/dgl/__init__.py", line 16, in <module>
    from .backend import load_backend, backend_name
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/dgl/backend/__init__.py", line 109, in <module>
    load_backend(get_preferred_backend())
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/dgl/backend/__init__.py", line 43, in load_backend
    from .._ffi.base import load_tensor_adapter # imports DGL C library
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/dgl/_ffi/base.py", line 45, in <module>
    _LIB, _LIB_NAME, _DIR_NAME = _load_lib()
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/dgl/_ffi/base.py", line 35, in _load_lib
    lib = ctypes.CDLL(lib_path[0])
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/ctypes/__init__.py", line 374, in __init__
    self._handle = _dlopen(self._name, mode)
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