我是python的新手,我想在Windows中安装OpenAI基线。我遵循https://github.com/openai/baselines的官方安装指南。但是当我运行代码pip install -e。时,我得到以下错误:
我想也许我需要修改setup.py,但我不知道如何解决。
assert LooseVersion(re.sub(r'-?rc\d+$', '', tf_pkg.version)) >= LooseVersion('1.4.0')
AssertionError
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in D:\myGitHub\baselines\
https://github.com/openai/baselines/blob/1b092434fc51efcb25d6650e287f07634ada1e08/setup.py#L61:
需要TensorFlow,版本高于1.4
如果你有pip install -U tensorflow
,那么运行pip install -U tensorflow-gpu
或a supported GPU。