benelot / pybullet-gym

Open-source implementations of OpenAI Gym MuJoCo environments for use with the OpenAI Gym Reinforcement Learning Research Platform.
https://pybullet.org/
Other
814 stars 124 forks source link

ModuleNotFoundError when importing pybulletgym #46

Open SammyRossberg opened 4 years ago

SammyRossberg commented 4 years ago

I followed the readme instructions and successfully installed pybullet and pybulletgym on my VMware Ubuntu 18.04 VM but when I do import pybulletgym I get a ModuleNotFoundError. Anyone know what the issue could be?

TheScalper commented 4 years ago

Hello guys,

I'm facing the same issue. Do you have an idea how to resolve it?

Edit : When reading the issue https://github.com/benelot/pybullet-gym/issues/36 they mention to install an old version of PyBullet. For me it was working.