[Bug Report] [Error] [gpu.foundation.plugin] No device could be created #3769
Replies: 2 comments
-
|
error isaacsim isaaclab nov5th.txt error isaacsim isaaclab nov5th.txt I re-installed IsaacSim and IsaacLab and IsaacSim following this tutorial: "Using Isaac Lab with Isaac Sim 5.0 in a Conda Environment" #3021 But after I ran the project I ended up hitting the exact same error: This is my driver information: I'm running isaacsim and isaaclab from inside Ubuntu (WSL2) 22.04.5 LTS in my windows machine (with a RTX 4090 GPU) Is this indicating that Isaac Sim, which is running inside my Ubuntu (WSL2) environment, cannot find or communicate with your NVIDIA GPU?? If so, why and how to fix it?? -> I have attached the full error log. |
Beta Was this translation helpful? Give feedback.
-
|
I tried this series of fixes making some progress but still hitting a critical error CUDA in a bad state: 1. The isaacsim Module ErrorPrevious Error: ModuleNotFoundError: No module named 'isaacsim' The Fix: terminal session didn't know where the Isaac Sim application was located. fixed this by running the official setup script from the correct directory. This script tells terminal all the paths it needs to find the Isaac Sim libraries. The Commands: Result: This fixed the ModuleNotFoundError. Python could now find isaacsim, 2. The GPU Graphics (Vulkan) ErrorPrevious Error: [Error] [gpu.foundation.plugin] No device could be created. (vulkaninfo test confirmed this, showing deviceName = llvmpipe (your CPU) instead of your NVIDIA GPU.) The Fix: Your Ubuntu graphics drivers (Mesa/Vulkan) were probably broken or outdated. They couldn't communicate with your main Windows NVIDIA driver. added a PPA to upgrade these specific graphics libraries. The Commands: Result: This fixed the graphics problem. vulkaninfo test now correctly shows your NVIDIA GeForce RTX 4090. 3. The CUDA Toolkit ErrorError: [Warning] [gpu.foundation.plugin] Skipping NVIDIA GPU due CUDA being in bad state... (nvcc --version test confirmed this, failing with Command 'nvcc' not found.) The Fix: system had the NVIDIA driver (nvidia-smi) but was missing the CUDA Toolkit. installed the official toolkit from NVIDIA's website: https://developer.nvidia.com/cuda-downloads. the specific version for your machine, In my case, for WSL-Ubuntu: Did a full computer restart. Remaining errors:
Full error logs attached here: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Isaac Sim Version 5.0.0
Operating System Ubuntu 22.04 / Windows 11
GPU Information
Model: RTX 4090
Driver Version: 581.57
Topic Description
1- Context:
I'm trying to install nvidia isaac lab. I'm following the tutorial: "installation using isaac sim pip package" https://isaac-sim.github.io/IsaacLab/main/source/setup/installation/pip_installation.html.
I created and activated the conda environment on a Ubuntu environment: "env_isaaclab". I decided to configure this environment to run python 3.11 to be able to run isaac sim 5.0 on it.
I installed pytorch 2.7
I installed isaac sim 5.0 with "pip install "isaacsim[all,extscache]==5.0.0" --extra-index-url https://pypi.nvidia.com/"
After installing isaac sim 5.0 I inputed the command "isaacsim" but it didn't open isaac sim, the ubuntu terminal just stood still after outputing warnings and errors and got stuck there. Here attached are the logs after trying to open isaac sim, in the file "error isaac sim installation"
Some of the main errors are:
My machine specs are in the file attached "machine specs"
2- Questions:
What is happening? Why it doesn't open isaac sim 5.0?
How to fix it?
Does it have to do with versioning (trying to run isaac sim 5.0 and python 3.11)? I already have installed isaac sim 4.1 and python 3.10 and it runs fine on my machine.
3- Alternatives
Is there an Nvidia driver with all dependencies and pre requisites already installed from which I can run isaac sim and isaac lab, so I don’t have to go through all this grueling version control and installation process?
error isaacsim installation.txt
machine specs.txt
Beta Was this translation helpful? Give feedback.
All reactions