axelbr / racecar_gym

A gym environment for a miniature racecar using the pybullet physics engine.
MIT License
149 stars 22 forks source link

pybullet out of date in #11

Closed ThorAvaTahr closed 1 year ago

ThorAvaTahr commented 1 year ago

doesn't work out of the box:

I get the following error importerror numpy.core.multiarray failed to import

I am on windows using pycharm

fixed after updating pybullet to latest version

axelbr commented 1 year ago

I just tried to do a fresh install with pip install -e . but I could not reproduce your error. Can you provide a set of commands that reproduce this error in a fresh python 3.10 virtual environment?

axelbr commented 1 year ago

i will close this for now. feel free to reopen if this error persists.