Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with installing #23

Open
Akshay-9416 opened this issue May 30, 2021 · 7 comments
Open

issue with installing #23

Akshay-9416 opened this issue May 30, 2021 · 7 comments
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@Akshay-9416
Copy link

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
Copy link
Owner

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
Copy link
Author

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

image

@nicrusso7
Copy link
Owner

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 nicrusso7 added bug Something isn't working dependencies Pull requests that update a dependency file labels May 30, 2021
@sffranke
Copy link

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
Copy link

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
Copy link

is alive! in 3d xD

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

@yuukix77
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

5 participants