Isaac sim install packman connection aborted

I was compiling isaac sim 5.0 and got some errors.How can I fix them?

(env_isaaclab) ubuntu@ubuntu:~/isaacsim_ws/isaacsim$ ./build.sh
Script dir: /home/ubuntu/isaacsim_ws/isaacsim
Package ‘repo_man’ at version ‘1.83.3’ is missing from local storage.
packman(WARNING): ConnectionError: (‘Connection aborted.’, ConnectionResetError(104, ‘Connection reset by peer’))
packman(WARNING): Retrying after 20 seconds (2 retries left) …
^CTraceback (most recent call last):
File “/home/ubuntu/isaacsim_ws/isaacsim/tools/repoman/repoman.py”, line 28, in
bootstrap()
File “/home/ubuntu/isaacsim_ws/isaacsim/tools/repoman/repoman.py”, line 20, in bootstrap
deps = packmanapi.pull(REPO_DEPS_FILE)
File “/home/ubuntu/.cache/packman/packman-common/7.31/packman/utils.py”, line 514, in wrapper_message_block
return func(*args, **kwargs)
File “/home/ubuntu/.cache/packman/packman-common/7.31/packman/main.py”, line 1090, in pull
dep_map = pull_with_variable_file(
File “/home/ubuntu/.cache/packman/packman-common/7.31/packman/main.py”, line 1153, in pull_with_variable_file
pull_map = pull_dependencies(
File “/home/ubuntu/.cache/packman/packman-common/7.31/packman/main.py”, line 1326, in pull_dependencies
].get_download_info_for_package(package_name, package_version)
File “/home/ubuntu/.cache/packman/packman-common/7.31/packman/transport/httptransport.py”, line 258, in get_download_info_for_package
id = self.get_download_id_for_file(path)
File “/home/ubuntu/.cache/packman/packman-common/7.31/packman/transport/httptransport.py”, line 225, in get_download_id_for_file
r = self._call_with_retry(lambda: requests.head(url, auth=NullAuth()))
File “/home/ubuntu/.cache/packman/packman-common/7.31/packman/transport/httptransport.py”, line 166, in _call_with_retry
time.sleep(self.retry_delay)
KeyboardInterrupt

Isaac Sim Version

4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
[Y] 5.0.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):

Operating System

[Y] Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):

GPU Information

  • Model: 5090
  • Driver Version: 570.133.07

@Denvi-halli just out of curiosity, though it seems like a connection issue on the surface, how many times have you tried to compile 5.0? and if more than once, is the issue persistent? could you also elaborate on your step by step leading up to the error for more comprehensive repo?

Yes, I compiled it multiple times. I pulled the source code from the GitHub repository and followed the instructions step by step
sudo apt-get install build-essential
sudo apt-get install gcc-11 g+±11
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 200
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g+±11 200
git clone GitHub - isaac-sim/IsaacSim: NVIDIA Isaac Sim™ is an open-source application on NVIDIA Omniverse for developing, simulating, and testing AI-driven robots in realistic virtual environments. isaacsim
cd isaacsim
git lfs install
git lfs pull
./build.sh
Then the error occurred.The output after running build.sh is as I said above.I suspect it’s a network issue, but I’m unsure whether it’s a DNS problem or a network connectivity failure. I don’t know how to confirm the accessibility of the download target location.

Can you try another internet connection? Could you build it on another machine? Something is blocking you from building, because it cannot download the required files.

I met the same error with you, and did you solve the problem?

I’m sorry to tell you that it hasn’t been solved. I can only continue to use isaac sim 4.5 and wait for him to update the stable version of the installation package. I hope you can solve it and let me know, thanks.