Windows 10にpython 3.6.3をインストールするときに問題があります。 私はWindows 10にKerasをインストールできない
pip3 install keras
を実行すると、私はパッケージPyYAMLとのインストールに失敗を取得:
Installing collected packages: pyyaml, keras
...
checking if libyaml is compilable
error: [WinError 3] The system cannot find the path specified: 'D:\\Program Files\\Microsoft Visual Studio 14.0\\VC\\PlatformSDK\\lib'
----------------------------------------
Failed building wheel for pyyaml
のVisual Studioに不足している依存関係があるようですか?誰もがこれを前に来る?
優秀な答え。これは動作します! – Marky0