nicrusso7 / rex-gym

OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
Apache License 2.0
973 stars 130 forks source link

issue with installing #23

Open Akshay-9416 opened 3 years ago

Akshay-9416 commented 3 years ago

Hi, pip install rex_gym is downloading all the versions of rex_gym and I see a lot of red in my terminal. please refer to the below image. Can someone tell me what's the issue and do I need to do anything else to install it in right way. please let me know Thank you image

nicrusso7 commented 3 years ago

Hello, This looks like an issue with the rex-gym PyPi package and its dependencies, may I ask to install the lib from source?

Just clone this repository and run (from the project root folder):

pip install .

Akshay-9416 commented 3 years ago

Hi, Thank you for your response I tried, pip install . and this is the issue, refer below pic.

image

nicrusso7 commented 3 years ago

Thanks for pointing this out, I’ll fix the dependencies tree ASAP. In the meanwhile you can just install it with:

pip install --no-dependencies .

sffranke commented 1 year ago

Hi, using Ubuntu 22.04.1 LTS the problem described above is still present. "pip install --no-dependencies ." Leads to a yoyo dance of pip's dependency resolver. Giving up at this early stage.

zephirusgit commented 11 months ago

Could I do it even if I don't have to do xD to see yourself in 3D? is training something .. I leave my steps, supply many versions until it worked

conda create -n spot python=3.7 anaconda conda activate spot (spot) PS H:\ia\spotmicro\rex-gym-master> pip install rex_gym --no-dependencies . (spot) PS H:\ia\spotmicro\rex-gym-master> pip install cloudpickle==1.3.0 (spot) PS H:\ia\spotmicro\rex-gym-master> pip install pyqt5==5.12 (spot) PS H:\ia\spotmicro\rex-gym-master> pip install pyqtwebengine==5.12 (spot) PS H:\ia\spotmicro\rex-gym-master> pip install cloudplicke==1.5.1 (spot) PS H:\ia\spotmicro\rex-gym-master> pip install gym==0.17.1 (spot) PS H:\ia\spotmicro\rex-gym-master> pip install pybullet==2.8.3 (spot) PS H:\ia\spotmicro\rex-gym-master> pip install tensorflow==1.15.5 (spot) PS H:\ia\spotmicro\rex-gym-master> pip install protobuf==3.20.0 (spot) PS H:\ia\spotmicro\rex-gym-master> pip install numpy==1.18 (spot) PS H:\ia\spotmicro\rex-gym-master> pip install daal==2021.4.0 (spot) PS H:\ia\spotmicro\rex-gym-master> pip install cloudpickle==1.3.0 (spot) PS H:\ia\spotmicro\rex-gym-master> pip install tensorflow-probability==0.8 (spot) PS H:\ia\spotmicro\rex-gym-master> rex-gym train -e walk -log a.txt

zephirusgit commented 11 months ago

is alive! in 3d xD

rex-gym train -e walk -log a.txt --playground True --env

yuukix77 commented 4 months ago

the same

Thanks for pointing this out, I’ll fix the dependencies tree ASAP. In the meanwhile you can just install it with:

pip install --no-dependencies .

I got it by using this way!Thanks