You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run pip install -r requirements.txt, it shows
ERROR: Cannot install gym[all]==0.15.7 and mujoco-py==2.0.2.9 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested mujoco-py==2.0.2.9
gym[all] 0.15.7 depends on mujoco-py<2.0 and >=1.50; extra == "all"
Is this caused by the requirement or just my gcc and linux version? I'm using ubuntu 22.04 and gcc -v Ubuntu 7.5.0-3ubuntu1~18.04.
Can anyone tell me which version should I use?thanks!
The text was updated successfully, but these errors were encountered:
when i run pip install -r requirements.txt, it shows
Is this caused by the requirement or just my gcc and linux version? I'm using ubuntu 22.04 and gcc -v Ubuntu 7.5.0-3ubuntu1~18.04.
Can anyone tell me which version should I use?thanks!
The text was updated successfully, but these errors were encountered: