Skip to content

Commit 749ea01

Browse files
author
zhouyunsong
committed
更新文件: installation.md
1 parent ab01d9c commit 749ea01

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

source/en/user_guide/internmanip/quick_start/installation.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -450,24 +450,10 @@ sudo apt install libvulkan1
450450
sudo ldconfig
451451
```
452452

453-
### 4. Handling `RuntimeError: vk::PhysicalDevice::createDeviceUnique: ErrorExtensionNotPresent` in SimplerEnv Benchmark
454453

455454

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).
457455

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:
464-
```bash
465-
apptainer exec --bind /mnt:/mnt --nv path_to_maniskill2.sif path_to_your_python scripts/eval/start_evaluator.py --config run_configs/examples/internmanip_demo.py --server
466-
```
467-
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
471457

472458

473459
When installing the `model` environment and encountering the following error:
@@ -483,7 +469,7 @@ A recommended approach is to build from source by running:
483469
```
484470
If this fails with GCC-related errors, please refer to the troubleshooting advice below.
485471

486-
### 6. GCC Fails to Compile Due to Missing Dependencies
472+
### 5. GCC Fails to Compile Due to Missing Dependencies
487473

488474
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.
489475

@@ -530,3 +516,19 @@ When compiling C++ components (e.g., `building ManiSkill2_real2sim` or `pyzmq`),
530516
```bash
531517
export LD_LIBRARY_PATH=$HOME/local/lib:$LD_LIBRARY_PATH
532518
```
519+
### 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:
531+
```bash
532+
apptainer exec --bind /mnt:/mnt --nv path_to_maniskill2.sif path_to_your_python scripts/eval/start_evaluator.py --config run_configs/examples/internmanip_demo.py --server
533+
```
534+
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

Comments
 (0)