softbankrobotics-research / qibullet

Bullet simulation for SoftBank Robotics robots
Apache License 2.0
145 stars 38 forks source link

bad magic number for the meshes installer #71

Closed lpwwpl closed 2 years ago

lpwwpl commented 2 years ago

when i run examples, errors ocur

File "C:\Users\86135\Desktop\qibullet-master\qibullet\tools.py", line 139, in _install_resources import meshes_installer_38 as meshes_installer ImportError: bad magic number in 'meshes_installer_38': b'vers'

mbusy commented 2 years ago

Hi, which Python version are you using? This error occurs when no installer is found for the used Python version

mbusy commented 2 years ago

It could also be a git LFS problem, please see issue #48. Did you use pip to install qibullet, or did you build the project from source?

mbusy commented 2 years ago

@lpwwpl Any updates on that issue ?

lpwwpl commented 2 years ago

@lpwwpl Any updates on that issue ?

good,it takes effect。

mbusy commented 2 years ago

Perfect, I'll close the issue then