浏览代码

Added Microsoft cpp dependency for windows users in FAQ (https://github.com/Unity-Technologies/ml-agents/issues/4033) (#4039)

* Added Microsoft cpp dependency for windows users in faq (https://github.com/Unity-Technologies/ml-agents/pull/4033)

* Update docs/FAQ.md

Co-authored-by: Chris Elion <celion@gmail.com>

* Update docs/FAQ.md

Co-authored-by: Chris Elion <celion@gmail.com>

Co-authored-by: Chris Elion <celion@gmail.com>
/MLA-1734-demo-provider
GitHub 5 年前
当前提交
25b02171
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14
      docs/FAQ.md

14
docs/FAQ.md


search the tensorflow github issues for similar problems and solutions before
creating a new issue.
#### Visual C++ Dependency (Windows Users)
When running `mlagents-learn`, if you see a stack trace with a message like this:
```console
ImportError: DLL load failed: The specified module could not be found.
```
then either of the required DLLs, `msvcp140.dll` (old) or `msvcp140_1.dll` (new), are missing on your machine. The `import tensorflow` command will print this warning message.
To solve it, download and install (with a reboot) the install [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019](https://support.microsoft.com/en-my/help/2977003/the-latest-supported-visual-c-downloads).
For more details, please see the [TensorFlow 2.1.0 release notes](https://github.com/tensorflow/tensorflow/releases/tag/v2.1.0)
and the [TensorFlow github issue](https://github.com/tensorflow/tensorflow/issues/22794#issuecomment-573297027).
## Environment Permission Error
If you directly import your Unity environment without building it in the editor,

正在加载...
取消
保存