stable-baseline with tensorflow issue

烂漫一生 提交于 2021-02-10 05:32:29

问题


It says: Stable-Baselines supports Tensorflow versions from 1.8.0 to 1.15.0, and does not work on Tensorflow versions 2.0.0 and above.

So I tried to install "sudo pip3 install tensorflow==1.15.0"

But I get the message: ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.0 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0) ERROR: No matching distribution found for tensorflow==1.15.0

I'm using: Ubuntu 20.04 LTS Python 3.8.2 pip 20.1.1 from .../python3.8/site-packages/pip (python 3.8)

How can I install a tensorflow version that works with stable-baselines?


回答1:


I solved the problem by using anaconda instead. Thanks for the help!



来源:https://stackoverflow.com/questions/62042491/stable-baseline-with-tensorflow-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!