DeepRoboticsLab / DeepRoboticsLab/rl_training
依赖冲突持续出现导致测试时报错
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 277
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. isaacsim-kernel 5.1.0.0 requires click==8.1.7, but you have click 8.5.0 which is incompatible. isaacsim-kernel 5.1.0.0 requires psutil==5.9.8, but you have psutil 7.2.2 which is incompatible. isaacsim-kernel 5.1.0.0 requires typing_extensions==4.12.2, but you have typing-extensions 4.16.0 which is incompatible. isaacsim-kernel 5.1.0.0 requires wrapt==1.16.0, but you have wrapt 2.3.0 which is incompatible. aiobotocore 2.24.0 requires wrapt<2.0.0,>=1.10.10, but you have wrapt 2.3.0 which is incompatible.
我目前使用的是5.1.0.0的isaacsim和2.3.2的isaaclab,我严格按照教程但是在install rl_train的时候每次都出现依赖冲突,想问问有没有大佬能指导一下,感谢
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository files or tests are named. Start by reproducing the rl_train installation with Isaac Sim 5.1.0.0 and IsaacLab 2.3.2, then inspect the dependency declarations and installation instructions for the pinned click, psutil, typing_extensions, and wrapt versions. Done means the documented installation completes without dependency conflicts and the tests run successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100