NVlabs / ODISE

Official PyTorch implementation of ODISE: Open-Vocabulary Panoptic Segmentation with Text-to-Image Diffusion Models [CVPR 2023 Highlight]
https://arxiv.org/abs/2303.04803
Other
845 stars 45 forks source link

fatal error: cusparse.h: No such file or directory #14

Open kk52099 opened 1 year ago

kk52099 commented 1 year ago

when run "pip install -e .", the error happen: lude/ATen/cuda/CUDAContext.h:6:10: fatal error: cusparse.h: No such file or directory

include

            ^~~~~~~~~~~~
  compilation terminated.
  error: command '/home/cheng/ws/miniconda3/envs/odise/bin/nvcc' failed with exit code 1
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure

× Encountered error while trying to install package. ╰─> detectron2

note: This is an issue with the package mentioned above, not pip. hint: See above for output from the failure.

zhizdev commented 6 months ago

running into the same error -- anyone has any ideas?