Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: libcudart.so.9.2: cannot open shared object file: No such file or directory #592

Closed
yyangmei opened this issue May 6, 2019 · 6 comments

Comments

@yyangmei
Copy link

yyangmei commented May 6, 2019

I use pytorch1.0,cuda9.0,but when I import deform_conv_cuda it seems like to need cuda 9.2?

@hellock
Copy link
Member

hellock commented May 7, 2019

Maybe you have different cuda versions, such as in your system environment and conda environment.

@FoilHao
Copy link

FoilHao commented Jul 15, 2019

meet same problem with another repo, may I know how you solved it?

@zeng-hello-world
Copy link

The mmdet package is build with cuda 9.0, and if you have another version of cuda, like cuda-10.0 and don't install it in your computer, this error would occur. So installation of mmdet will built with your cuda version again.

@abhinavshaw1993
Copy link

Hey, what do you mean don't install it in your computer? are you talking about cuda in conda env or system cuda? I am facing the same issue. My system cuda is 10.1, I downloaded pytorch with cudatoolkit version 10.1, ran python setup.py develop but the error still persist. Am I missing something here?

@mofang2016
Copy link

Hey, what do you mean don't install it in your computer? are you talking about cuda in conda env or system cuda? I am facing the same issue. My system cuda is 10.1, I downloaded pytorch with cudatoolkit version 10.1, ran python setup.py develop but the error still persist. Am I missing something here?

I meet the same problems with you, how did you solved?

@bahulkark
Copy link

Hey, what do you mean don't install it in your computer? are you talking about cuda in conda env or system cuda? I am facing the same issue. My system cuda is 10.1, I downloaded pytorch with cudatoolkit version 10.1, ran python setup.py develop but the error still persist. Am I missing something here?

Hey man, did you solve it ?

FANGAreNotGnu pushed a commit to FANGAreNotGnu/mmdetection that referenced this issue Oct 23, 2023
* fix error type

* Change to logger

* Update test_scheduler.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants