You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/en/user_guide/internmanip/quick_start/installation.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -450,24 +450,10 @@ sudo apt install libvulkan1
450
450
sudo ldconfig
451
451
```
452
452
453
-
### 4. Handling `RuntimeError: vk::PhysicalDevice::createDeviceUnique: ErrorExtensionNotPresent` in SimplerEnv Benchmark
454
453
455
454
456
-
This error is a tricky issue caused by a failed GPU driver installation when running the SimplerEnv benchmark. Many users have reported this problem in the [SimplerEnv GitHub issue #68](https://github.com/simpler-env/SimplerEnv/issues/68).
457
455
458
-
You may try the suggested solutions there, but they do not always work reliably. Therefore, we provide an alternative approach if you can use container images.
459
-
460
-
#### Alternative Solution Using Apptainer Container
461
-
- Install Apptainer on your system if you haven't already.
462
-
- Download a prebuilt container image with SimplerEnv installed from our [Hugging Face repository](https://huggingface.co/InternRobotics/Manishill2/tree/main).
463
-
- Run the evaluation inside the container using a command similar to the following:
Replace path_to_maniskill2.sif with the actual path to the downloaded container image, and path_to_your_python with the Python interpreter you want to use inside the container.
468
-
469
-
470
-
### 5. Failed to Install `pyzmq` When Building Model Dependency
456
+
### 4. Failed to Install `pyzmq` When Building Model Dependency
471
457
472
458
473
459
When installing the `model` environment and encountering the following error:
@@ -483,7 +469,7 @@ A recommended approach is to build from source by running:
483
469
```
484
470
If this fails with GCC-related errors, please refer to the troubleshooting advice below.
485
471
486
-
### 6. GCC Fails to Compile Due to Missing Dependencies
472
+
### 5. GCC Fails to Compile Due to Missing Dependencies
487
473
488
474
When compiling C++ components (e.g., `building ManiSkill2_real2sim` or `pyzmq`), you might encounter errors related to GCC or missing shared libraries. This guide walks you through how to resolve them without root/sudo permissions.
489
475
@@ -530,3 +516,19 @@ When compiling C++ components (e.g., `building ManiSkill2_real2sim` or `pyzmq`),
### 6. Handling `RuntimeError: vk::PhysicalDevice::createDeviceUnique: ErrorExtensionNotPresent` in SimplerEnv Benchmark
520
+
521
+
522
+
This error is a tricky issue caused by a failed GPU driver installation when running the SimplerEnv benchmark. Many users have reported this problem in the [SimplerEnv GitHub issue #68](https://github.com/simpler-env/SimplerEnv/issues/68).
523
+
524
+
You may try the suggested solutions there, but they do not always work reliably. Therefore, we provide an alternative approach if you can use container images.
525
+
526
+
#### Alternative Solution Using Apptainer Container
527
+
- Make sure you have installed `simpler_env`.
528
+
- Install Apptainer on your system if you haven't already.
529
+
- Download a prebuilt container image with SimplerEnv installed from our [Hugging Face repository](https://huggingface.co/InternRobotics/Manishill2/tree/main).
530
+
- Run the evaluation inside the container using a command similar to the following:
Replace path_to_maniskill2.sif with the actual path to the downloaded container image, and path_to_your_python with the Python interpreter you want to use inside the container.
0 commit comments