Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] No matching distribution found for rsl-rl (unavailable) #1807

Closed
2 of 3 tasks
samibouziri opened this issue Feb 7, 2025 · 0 comments · Fixed by #1808
Closed
2 of 3 tasks

[Bug Report] No matching distribution found for rsl-rl (unavailable) #1807

samibouziri opened this issue Feb 7, 2025 · 0 comments · Fixed by #1808

Comments

@samibouziri
Copy link
Contributor

Describe the bug

When following the install instruction the rsl-rl would launch the following error.

ERROR: Could not find a version that satisfies the requirement rsl-rl (unavailable) (from isaaclab-rl[all]) (from versions: none)
ERROR: No matching distribution found for rsl-rl (unavailable)

Steps to reproduce

Run:

./isaaclab.sh --install

Terminal logs:

Collecting rsl-rl@ git+https://github.com/leggedrobotics/rsl_rl.git (from isaaclab_rl==0.1.0)
  Cloning https://github.com/leggedrobotics/rsl_rl.git to /tmp/pip-install-gt713flu/rsl-rl_b75df02398af4f24a9c833214d4a7d7d
  Running command git clone --filter=blob:none --quiet https://github.com/leggedrobotics/rsl_rl.git /tmp/pip-install-gt713flu/rsl-rl_b75df02398af4f24a9c833214d4a7d7d
  Resolved https://github.com/leggedrobotics/rsl_rl.git to commit d4682c73166ac4b7d1f8804a19ab651fd0aa3985
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
  WARNING: Generating metadata for package rsl-rl produced metadata for project name rsl-rl-lib. Fix your #egg=rsl-rl fragments.
Discarding git+https://github.com/leggedrobotics/rsl_rl.git: Requested rsl-rl-lib from git+https://github.com/leggedrobotics/rsl_rl.git (from isaaclab_rl==0.1.0) has inconsistent name: expected 'rsl-rl', but metadata has 'rsl-rl-lib'
Collecting stable-baselines3>=2.1 (from isaaclab_rl==0.1.0)
  Using cached stable_baselines3-2.5.0-py3-none-any.whl.metadata (4.8 kB)
Collecting rl-games==1.6.1 (from isaaclab_rl==0.1.0)
  Using cached rl-games-1.6.1.tar.gz (14.6 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting gym (from isaaclab_rl==0.1.0)
  Using cached gym-0.26.2.tar.gz (721 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting skrl>=1.4.1 (from isaaclab_rl==0.1.0)
  Using cached skrl-1.4.1-py3-none-any.whl.metadata (4.8 kB)
INFO: pip is looking at multiple versions of isaaclab-rl[all] to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement rsl-rl (unavailable) (from isaaclab-rl[all]) (from versions: none)
ERROR: No matching distribution found for rsl-rl (unavailable)

System Info

  • Commit: 2cf2867
  • Isaac Sim Version: 4.5.0
  • OS: Ubuntu 22.04
  • GPU: NVIDIA RTX 2000 Ada
  • CUDA: 12.2
  • GPU Driver: 535.183.01

Checklist

  • I have checked that there is no similar issue in the repo (required)
  • I have checked that the issue is not in running Isaac Sim itself and is related to the repo

Acceptance Criteria

Add the criteria for which this task is considered done. If not known at issue creation time, you can add this once the issue is assigned.

  • The installation is successful again and the error is removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant