polmorenoc / opendr

Modern OpenDR
141 stars 32 forks source link

How to install this opendr for python3 #10

Open yyuanl opened 4 years ago

yyuanl commented 4 years ago

hello, thank your work . As I didn’t touch thsee for a long time, I have no idea how to install it to my conda virtual environment.Could you give some detials on how to install it ?Thank you very much.

old-school-kid commented 3 years ago

first activate your environment: conda activat <envname> download the zip of the repo and unzip it in your anaconda prompt go the directory this repo is present cd opendr-master/opendr install the package python setup.py install

raj-gupta1 commented 1 year ago

hello, thank your work . As I didn’t touch thsee for a long time, I have no idea how to install it to my conda virtual environment.Could you give some detials on how to install it ?Thank you very much.

For python 3.8 environment in ubuntu/windows to install opendr, follow these steps. sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev sudo apt-get install libosmesa6-dev pip install chumpy pip install opendr

EngrNadeemShah commented 3 weeks ago

hello, thank your work . As I didn’t touch thsee for a long time, I have no idea how to install it to my conda virtual environment.Could you give some detials on how to install it ?Thank you very much.

For python 3.8 environment in ubuntu/windows to install opendr, follow these steps. sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev sudo apt-get install libosmesa6-dev pip install chumpy pip install opendr

Thanks, raj-gupta1! I just want to let people know that t's still working in 2024.