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

Installation od dependencies #15

Closed
testerpce opened this issue Feb 13, 2019 · 1 comment
Closed

Installation od dependencies #15

testerpce opened this issue Feb 13, 2019 · 1 comment

Comments

@testerpce
Copy link

My System is Ubuntu 16.04
Core i3
4 GB RAM
Laptop Integrated Graphics
HP Laptop

When I try installing the dependency using the command given below:
pip install stable-baselines>=2.2.1 box2d box2d-kengz pyyaml pybullet==2.1.0 pytablewriter

It gives the following error:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-org3fV/stable-baselines/

I looked it up online and found they needed me to update setuptools. I updated setuptools using pip upgrade but it is still giving the same results.

@araffin
Copy link
Owner

araffin commented Feb 13, 2019

Hello,
can you try to install only stable-baselines ?

pip install stable-baselines

and if it does not work can you try to install it from source (see doc) ?

@araffin araffin closed this as completed May 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants