Libcudart Problem with nightly

I am using a package that is trying to import torchcspring. This package works fine with pytorch 1.6.0 but when I switch to more nightly builds that appear in my ngc based container this import fails with CUDA11 installed. Where should I report this compatibility issue at?

import torchcsprng as csprng
  File "/opt/conda/lib/python3.6/site-packages/torchcsprng/__init__.py", line 10, in <module>
    from torchcsprng._C import *
ImportError: libcudart.so.10.2: cannot open shared object file: No such file or directory

This seems to say that the torchcsprng package you have installed uses CUDA 10.2, so you would need to recompile if you want to use CUDA 11.

Best regards

Thomas

Thanks. Sounds like I need to figure out how to contact the container maintainer, which appears to be no one :slight_smile: