ImportError:导入pydot失败。请安装pydot。例如,>使用pip install pydot。Data_Collection_and_learnings\venv\lib\site-packages\keras\utils\vis_utils.py", line 55, in model_to_dot
_check_pydot\Data_Collection_and_learnings\venv\lib\site-packages\keras\utils\vis_utils.py&q
pip install pydotpip install pydot-ng
这是在Windows10机器上的Python3.5上运行的。appdata\local\programs\python\python35\lib\site-packages\keras\utils\vis_utils.py", line 31, in _check_pydotraise ImportError('Failed to import pydot.You must insta
我在windows 10上使用Anaconda Python 2.7如果我卸载graphviz和pydot,keras就会再次工作。You must install pydot'
RuntimeError: Failed to import pydot.You must install pydot and graphviz for `pydotpr