We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting a ImportError: Cannot compile splatting CUDA library.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: