Hello,
I get the following error when installing with pip
"""
/usr/local/lib/python3.8/dist-packages/torch/include/ATen/cuda/CUDAContext.h:7:10: fatal error: cublas_v2.h: No such file or directory
7 | #include
| ^~~~~
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
"""
Hello, I get the following error when installing with pip """ /usr/local/lib/python3.8/dist-packages/torch/include/ATen/cuda/CUDAContext.h:7:10: fatal error: cublas_v2.h: No such file or directory 7 | #include
| ^
~~~~ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 """torch: 1.7.0 CUDA: 10.2
""" locate cublas_v2.h /usr/local/cuda-10.0/targets/x86_64-linux/include/cublas_v2.h /usr/local/cuda-10.2/targets/x86_64-linux/include/cublas_v2.h /usr/local/cuda-11.0/targets/x86_64-linux/include/cublas_v2.h """ thanks,