-
Notifications
You must be signed in to change notification settings - Fork 60
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
Error when trying out the main branch #112
Comments
What is the output of |
That is the output |
Do I have the wrong version? I am still stuck on this. The dev branch worked fine when using a CArm but not with projection matrices which is why I tried switching to the main branch, but now this is happening. Any help would be appreciated, I am still new to this. Thank you! |
What was the error when you used a projection matrix on the dev branch? Sorry you're having an issue! |
I have fixed it by using the cuda11x instead of 12x, apparently cuda 12.3 does not work with DeepDRR for me, could that just be the case? That DeepDRR does not work with cuda 12.3? Thank you for your help though! |
The dev branch is specifically updated to work with CUDA 12, but if there is a bug for projection matrices there then it would be something we want to fix before a full release.
Can you still provide this error message if you don’t mind?
…On Jan 23, 2024 at 8:35 AM -0500, Yassin Abdelrahman ***@***.***>, wrote:
I have fixed it by using the cuda11x instead of 12x, apparently cuda 12.3 does not work with DeepDRR for me, could that just be the case? That DeepDRR does not work with cuda 12.3? Thank you for your help though!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
I don't have the original error message but the main error message was: "cuPy failed to load libnvrtc.so.12: cannot open shared object file: No such file or directory". This when installing with |
Hi all,
Whenever I try to run any kind of DRR generation with the main branch, I get this error:
Is this an error on my side? I have tried using cuda 11 and the latest cuda but I still keep having this same error.
Thank you,
Yassin
The text was updated successfully, but these errors were encountered: