You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2020. It is now read-only.
I'm attempting to install detectron to do some prototyping for GRS, but the pip install (in a virtualenv) failes for missing cusparse.h headers. The headers are available but not installed.
Attempt:
(venv) tshafer@9a5494a2eaee:~/Projects/Blackmarker$ python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
[...]
/home/tshafer/Projects/Blackmarker/venv/lib/python3.6/site-packages/torch/include/ATen/cuda/CUDAContext.h:6:10: fatal error: cusparse.h: No such file or directory
#include <cusparse.h>
^~~~~~~~~~~~
compilation terminated.
error: command'/usr/local/cuda/bin/nvcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for detectron2
Looks like the headers are available, just not installed: