Closed julesser closed 1 year ago
Hi @julesser
The issue is coming due to latest upgrade in setuptools from Python that is causing the underlying OpenAI Gym dependency to fail.
Can you try the solution mentioned here as a fix: https://isaac-orbit.github.io/orbit/source/refs/issues.html#installation-errors-due-to-gym-0-21-0
Hi @Mayankm96 Thanks for the hint!
After adding ./orbit.sh -p -m pip install -U setuptools==66
the installation also runs through for 2022.2.1.
my version is 2023.1.0 also have this problem the setuptools=66.
Describe the bug
Hi there! Seems as if Orbit currently does not work with the latest version of Isaac SIM (2022.2.1). A similiar bug as described below already has been reported in this forum post, so I'm catching up here to resolve it.
Steps to reproduce
Starting off with a fresh install of Orbit following the documentation and Isaac SIM 2022.2.1,
./orbit.sh --install
crashes with the following error (see log.txt for the full console output):To confirm that it's not related to my system: When pointing to Isaac SIM 2022.2.0 instead (
ISAACSIM_PATH="${HOME}/.local/share/ov/pkg/isaac_sim-2022.2.0"
), the installation of extensions./orbit.sh --install
runs without any errors.System Info
Describe the characteristic of your environment:
Checklist