rex-gym icon indicating copy to clipboard operation
rex-gym copied to clipboard

issue with installing

Open Akshay-9416 opened this issue 3 years ago • 8 comments

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

Akshay-9416 avatar May 30 '21 08:05 Akshay-9416

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 .

nicrusso7 avatar May 30 '21 10:05 nicrusso7

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

image

Akshay-9416 avatar May 30 '21 15:05 Akshay-9416

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 .

nicrusso7 avatar May 30 '21 15:05 nicrusso7

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.

sffranke avatar Sep 13 '22 16:09 sffranke

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 avatar Oct 07 '23 07:10 zephirusgit

is alive! in 3d xD

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

zephirusgit avatar Oct 07 '23 07:10 zephirusgit