Installing orbit - gymnasium version requirement error

I’m currently installing ‘isaac-orbit’ in linux environment, installing on the local terminal. I git cloned the respective ‘orbit’ repository, and now I have a folder named ‘orbit’ in my local folders including the file named ‘orbit.sh’ and other lower folders.

I put the command on the terminal like this.
" ./orbit.sh --install"

and during the process I got the error like this.
ERROR: Could not find a version that satisfies the requirement gymnasium==0.29.0 (from omni-isaac-orbit) (from versions: 0.0.1, 0.26.1, 0.26.2, 0.26.3, 0.27.0, 0.27.1, 0.28.0, 0.28.1)
ERROR: No matching distribution found for gymnasium==0.29.0

How can I solve this error? Should I degrade the gymnasium to 0.28 ?

++ I found out this code just before the errorline,
"
Requirement already satisfied: prettytable==3.3.0 in /home/vision/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/python/lib/python3.7/site-packages (from omni-isaac-orbit==0.10.10) (3.3.0)
"
My isaac-sim in omniverse launcher is the version of 2023.1.1 release, but this code shows the isaac_sim-2022.2.1 out of the blue. Could this part be the ultimate reason of the error? If so, how can I solve it?

Hi @achieve21ct - New version of Orbit is available. Please use that instead of older version.