gangealing icon indicating copy to clipboard operation
gangealing copied to clipboard

ImportError: Cannot compile splatting CUDA library.

Open corranmac opened this issue 1 year ago • 0 comments

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.

corranmac avatar Jul 25 '23 21:07 corranmac