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

ImportError: Cannot compile splatting CUDA library. #39

Open
corranmac opened this issue Jul 25, 2023 · 0 comments
Open

ImportError: Cannot compile splatting CUDA library. #39

corranmac opened this issue Jul 25, 2023 · 0 comments

Comments

@corranmac
Copy link

I'm getting a ImportError: Cannot compile splatting CUDA library.

Loading extension module _splat...
0%| | 0/1 [00:00<?, ?it/s]

ImportError Traceback (most recent call last)
/content/gangealing/utils/splat2d_cuda/functional.py in _import_splat()
17
---> 18 _splat = load_extension(
19 '_splat',

13 frames
ImportError: /root/.cache/torch_extensions/py310_cu118/_splat/_splat.so: cannot open shared object file: No such file or directory

During handling of the above exception, another exception occurred:

ImportError Traceback (most recent call last)
/content/gangealing/utils/splat2d_cuda/functional.py in _import_splat()
24 )
25 except ImportError:
---> 26 raise ImportError('Cannot compile splatting CUDA library.')
27
28 return _splat

ImportError: Cannot compile splatting CUDA library.

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