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

Need help with python include path #181

Closed Touutae-lab closed 2 years ago

Touutae-lab commented 2 years ago

I tried to edit Python path that relate to my miniconda but still not work after i edited makefile

PYTHON_INC = /home/touutae/miniconda3/envs/isaac/include/python3.8
PYTHON_LIB = /home/touutae/miniconda3/envs/isaac/lib/ -lpython3.8

then run bash build.sh Python.h not found

Touutae-lab commented 2 years ago

you should install sudo apt install python3-dev package if it was python 3.8 just

PYTHON_INC = /usr/include/python3.8
PYTHON_LIB = /usr/lib/ -lpython3.8
Touutae-lab commented 2 years ago

or easier for anaconda user your python3-dev package is insatlled in your conda directory