maxspahn / gym_envs_urdf

URDF environments for gym
https://maxspahn.github.io/gym_envs_urdf/
GNU General Public License v3.0
43 stars 14 forks source link

Version problem on some machines with pybullet 3.2.0 #58

Open maxspahn opened 2 years ago

maxspahn commented 2 years ago

On some machines pybullet 3.2.0 can be installed, but not a more recent version. It might be useful to downgrade the minimum requirement to 3.2.0.

https://github.com/maxspahn/gym_envs_urdf/blob/273ccfc104d963ef81ae3ba73a45bc5347782172/pyproject.toml#L9

maxspahn commented 2 years ago

https://github.com/maxspahn/gym_envs_urdf/issues/62#issuecomment-1065432902

The simple fix should be to downgrade to 3.2.0 requirement.