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

Tensorflow and Stablebaselines Compatibility Issue #141

Open
trisongz opened this issue Feb 5, 2020 · 2 comments
Open

Tensorflow and Stablebaselines Compatibility Issue #141

trisongz opened this issue Feb 5, 2020 · 2 comments

Comments

@trisongz
Copy link

trisongz commented Feb 5, 2020

Wanted to give a heads up to anyone trying to run this. You will need specifically tensorflow==1.14.0 because stablebaselines only supports up until this version (aka breaking module name changes).

For anyone trying to run on Colab, you'll need to run:

pip uninstall tensorflow
pip install tensorflow==1.14.0
pip install stable-baselines[mpi]==2.8.0

hill-a/stable-baselines#520

@zahragh996
Copy link

Wanted to give a heads up to anyone trying to run this. You will need specifically tensorflow==1.14.0 because stablebaselines only supports up until this version (aka breaking module name changes).

For anyone trying to run on Colab, you'll need to run:

pip uninstall tensorflow pip install tensorflow==1.14.0 pip install stable-baselines[mpi]==2.8.0

hill-a/stable-baselines#520

Hi I tries these codes, unfortunately got this error:
ERROR: Could not find a version that satisfies the requirement tensorflow==1.14.0 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.4.0rc0, 2.4.0rc1, 2.4.0rc2, 2.4.0rc3, 2.4.0rc4, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.5.0rc0, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.5.1, 2.5.2, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.6.1, 2.7.0rc0, 2.7.0rc1, 2.7.0)
ERROR: No matching distribution found for tensorflow==1.14.0

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

3 participants