Ściągnąłem Graphviz 2.38
wersję MSI i zainstalowany w folderze C:\Python34
, a następnie uruchomić pip install Graphviz
, wszystko poszło dobrze. W ścieżce systemu dodałem C:\Python34\bin
. Kiedy próbowałem uruchomić skrypt testowy filename=dot.render(filename='test')
, otrzymałem komunikat
RuntimeError: failed to execute ['dot', '-Tpdf', '-O', 'test'], make sure the Graphviz executables are on your systems' path
Próbowałem wprowadzić "C:\Python34\bin\dot.exe"
ścieżkę systemową, ale to nie zadziałało, a nawet utworzyłem nową zmienną środowiskową "GRAPHVIZ_DOT"
z wartością "C:\Python34\bin\dot.exe"
, która nadal nie działa. Próbowałem odinstalować Graphviz pip uninstall graphviz
, a następnie zainstalować go ponownie i ponownie zainstalować pip, ale nic nie działa.
Cała wiadomość śledzenia zwrotnego to:
Traceback (most recent call last):
File "C:\Python34\lib\site-packages\graphviz\files.py", line 220, in render
proc = subprocess.Popen(cmd, startupinfo=STARTUPINFO)
File "C:\Python34\lib\subprocess.py", line 859, in __init__
restore_signals, start_new_session)
File "C:\Python34\lib\subprocess.py", line 1112, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Documents\Kissmetrics\curves and lines\eventNodes.py", line 56, in <module>
filename=dot.render(filename='test')
File "C:\Python34\lib\site-packages\graphviz\files.py", line 225, in render
'are on your systems\' path' % cmd)
RuntimeError: failed to execute ['dot', '-Tpdf', '-O', 'test'], make sure the Graphviz executables are on your systems' path
Czy ktoś ma z tym jakieś doświadczenie?
sudo apt-get update
, aby zaktualizować apt-get i powiedzieć mu, jakie pakiety tam są.