浏览代码

update FAQ for tensorflow and py3.9 (#4827)

/release_12_branch
GitHub 4 年前
当前提交
0ba9eb06
共有 1 个文件被更改,包括 8 次插入4 次删除
  1. 12
      docs/FAQ.md

12
docs/FAQ.md


If you see a message like this
```console
ERROR: Could not find a version that satisfies the requirement tensorflow<2.0,>=1.7 (from mlagents) (from versions: none)
ERROR: No matching distribution found for tensorflow<2.0,>=1.7 (from mlagents)
ERROR: Could not find a version that satisfies the requirement tensorflow<3.0,>=1.14 (from mlagents) (from versions: none)
ERROR: No matching distribution found for tensorflow<3.0,>=1.14 (from mlagents)
```
it means that there is no version of TensorFlow for your python environment.

[here](https://stackoverflow.com/a/1405971/224264) for how to tell which you
have installed.
- You're using python 3.9. TensorFlow plans to release packages for this as soon
as possible; see
[this issue](https://github.com/tensorflow/tensorflow/issues/44485) for more
details.
this is to update to `tensorflow==1.15.0` which provides GPU support in the
this is to update to `tensorflow==1.15.0` or later, which provides GPU support in the
same package (see the
[release notes](https://github.com/tensorflow/tensorflow/issues/33374) for
more details.)

In all of these cases, the issue is a pip/python environment setup issue. Please
search the tensorflow github issues for similar problems and solutions before
search the TensorFlow github issues for similar problems and solutions before
creating a new issue.
#### Visual C++ Dependency (Windows Users)

正在加载...
取消
保存