xbpeng / DeepMimic

Motion imitation with deep reinforcement learning.
https://xbpeng.github.io/projects/DeepMimic/index.html
MIT License
2.31k stars 488 forks source link

Error while installing the Python Wrapper #94

Open avbiswas opened 5 years ago

avbiswas commented 5 years ago

I have installed all the dependencies in Ubuntu 18. I am getting the below error when running the "make python" command:

sim/ObjTracer.cpp:218:3: error: use of undeclared identifier 'cDrawUtil::LoadShaderUniforms' cDrawUtil::LoadShaderUniforms(); ^ 20 warnings and 1 error generated. Makefile:49: recipe for target 'objs/sim/ObjTracer.o' failed make: *** [objs/sim/ObjTracer.o] Error 1

dev-bz commented 5 years ago

This is my fault, I will correct it later, you can pull the fixed version again.

OlalekanIsola commented 4 years ago

please, can anyone help, i have installled all the dependences in ubuntu 16.04. I am also getting errors while running make python

./sim/World.h:5:10: fatal error: 'btBulletDynamicsCommon.h' file not found

include "btBulletDynamicsCommon.h"

xbpeng commented 4 years ago

seems like it's having trouble finding Bullet. You might want to check your include paths, to make sure it's pointing to Bullet properly.