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

Optix Error #127

Open
jy2247 opened this issue Dec 22, 2023 · 16 comments
Open

Optix Error #127

jy2247 opened this issue Dec 22, 2023 · 16 comments
Labels
bug Something isn't working

Comments

@jy2247
Copy link

jy2247 commented Dec 22, 2023

I followed setup steps and I could able to get into the chrono container without problem. Inside container, I can run "nvidia-smi" without problem. However, I get the following error when I try to run the python demo. I tried cpp demo as well and it seems to give the same error.

image
@StefanCaldararu StefanCaldararu added the bug Something isn't working label Dec 22, 2023
@StefanCaldararu
Copy link
Contributor

What version of numpy is installed in the container? You can check this by importing numpy in python, and running numpy.version.version. Only other issue I could maybe see is the driver version - I am using 545.36, but unsure why that would be a problem...

@jy2247
Copy link
Author

jy2247 commented Dec 23, 2023

This numpy version:

image

@jy2247
Copy link
Author

jy2247 commented Dec 23, 2023

after I rebuild, it break at 12/18
image

@StefanCaldararu
Copy link
Contributor

StefanCaldararu commented Dec 24, 2023

@jy2247 can you please post what command you are running to build the chrono container?

@jy2247
Copy link
Author

jy2247 commented Dec 25, 2023

I think is this one: atk dev -dbua -s dev --optionals gpus vnc

@StefanCaldararu
Copy link
Contributor

Can you try pulling the containers rather than building: first, stop the running sim container with the atk -d option. Then run docker system prune to remove any old images, and try running atk dev -ua -s chrono --optionals gpus vnc. If that doesn't work, the only issues I can think of is with the NVIDIA driver version, or that you are on Windows I believe (correct?), in which case I would have to do a bit more testing...

@harryzhang1018
Copy link
Contributor

harryzhang1018 commented Dec 29, 2023

@StefanCaldararu @AaronYoung5

Not urgent but seems I could reproduce the error on my machine (windows 11):
image

@AaronYoung5
Copy link
Collaborator

Is this Windows 11 or within wsl?

@AaronYoung5
Copy link
Collaborator

And you've pulled the latest, deleted old chrono images?

@harryzhang1018
Copy link
Contributor

Is this Windows 11 or within wsl?

Within WSL. Should I try on windows 11 directly?

And you've pulled the latest, deleted old chrono images?

Yea I did that.

@AaronYoung5
Copy link
Collaborator

Have you tried the existing chrono docker image, like the one that thomas made? Does that work?

@AaronYoung5
Copy link
Collaborator

And what about outside a container? Does it work on these computers without docker?

@AaronYoung5
Copy link
Collaborator

Has this been solved? @harryzhang1018

@harryzhang1018
Copy link
Contributor

Has this been solved? @harryzhang1018

Sorry about the late reply. I tried Thomas' chrono ros docker image and it works well.

@AaronYoung5
Copy link
Collaborator

With the same computer as you're seeing this issue with?

@harryzhang1018
Copy link
Contributor

@AaronYoung5 The link to the docker image is: https://hub.docker.com/r/uwsbel/ros/tags. You might want to ask Thomas to give you access on docker script to create this image.

With the same computer as you're seeing this issue with?

Yes, the same one, my laptop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants