2016-12-22 17 views
0

Jupyter에서 그래프 작업을하고 있으며 네트워크 그래프는 좋은 그래프 표현을 제공하지 않으므로 GraphViz 패키지를 사용하려고 시도했습니다. 거기 : https://github.com/chebee7i/nxpd.PATH에 GraphViz 폴더를 추가 한 후에도 GraphViz 실행 파일에 액세스 할 수 없습니다.

내가 먼저 nxpd 패키지를 가져 왔지만 나는 무승부() 함수를 시도 할 때,이 오류에 직면 : 내가 처음 내가 pygraphviz 패키지를 설치하지 않았기 때문에이있는 그대로 생각

InvocationException: GraphViz's executables not found.

을 내가하려고했으나 지금은이 오류에 직면 무엇 :

D:\Program Files (x86)\Anaconda3\Lib\site-packages\graphviz\bin 
D:\Program Files (x86)\Anaconda3\Lib\site-packages\graphviz\include\graphviz 
:에 StackOverflow에서 검색 한 후

Collecting pygraphviz 
    Using cached pygraphviz-1.3.1.zip 
Building wheels for collected packages: pygraphviz 
    Running setup.py bdist_wheel for pygraphviz: started 
    Running setup.py bdist_wheel for pygraphviz: finished with status 'error' 
    Complete output from command "D:\Program Files (x86)\Anaconda3\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\VPELL_~1\\AppData\\Local\\Temp\\pip-build-vs56t5f2\\pygraphviz\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d C:\Users\VPELL_~1\AppData\Local\Temp\tmpqiovc8brpip-wheel- --python-tag cp35: 
    running bdist_wheel 
    running build 
    running build_py 
    creating build 
    creating build\lib.win-amd64-3.5 
    creating build\lib.win-amd64-3.5\pygraphviz 
    copying pygraphviz\agraph.py -> build\lib.win-amd64-3.5\pygraphviz 
    copying pygraphviz\graphviz.py -> build\lib.win-amd64-3.5\pygraphviz 
    copying pygraphviz\release.py -> build\lib.win-amd64-3.5\pygraphviz 
    copying pygraphviz\version.py -> build\lib.win-amd64-3.5\pygraphviz 
    copying pygraphviz\__init__.py -> build\lib.win-amd64-3.5\pygraphviz 
    creating build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_attributes.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_attribute_defaults.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_clear.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_drawing.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_edge_attributes.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_graph.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_html.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_layout.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_node_attributes.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_readwrite.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_string.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_subgraph.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_unicode.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\__init__.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    running egg_info 
    writing dependency_links to pygraphviz.egg-info\dependency_links.txt 
    writing top-level names to pygraphviz.egg-info\top_level.txt 
    writing pygraphviz.egg-info\PKG-INFO 
    warning: manifest_maker: standard file '-c' not found 

    reading manifest file 'pygraphviz.egg-info\SOURCES.txt' 
    reading manifest template 'MANIFEST.in' 
    warning: no previously-included files matching '*~' found anywhere in distribution 
    warning: no previously-included files matching '*.pyc' found anywhere in distribution 
    warning: no previously-included files matching '.svn' found anywhere in distribution 
    no previously-included directories found matching 'doc\build' 
    writing manifest file 'pygraphviz.egg-info\SOURCES.txt' 
    copying pygraphviz\graphviz.i -> build\lib.win-amd64-3.5\pygraphviz 
    copying pygraphviz\graphviz_wrap.c -> build\lib.win-amd64-3.5\pygraphviz 
    running build_ext 
    building 'pygraphviz._graphviz' extension 
    creating build\temp.win-amd64-3.5 
    creating build\temp.win-amd64-3.5\Release 
    creating build\temp.win-amd64-3.5\Release\pygraphviz 
    C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD "-ID:\Program Files (x86)\Anaconda3\include" "-ID:\Program Files (x86)\Anaconda3\include" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" /Tcpygraphviz/graphviz_wrap.c /Fobuild\temp.win-amd64-3.5\Release\pygraphviz/graphviz_wrap.obj 
    graphviz_wrap.c 
    pygraphviz/graphviz_wrap.c(2954): fatal error C1083: Cannot open include file: 'graphviz/cgraph.h': No such file or directory 
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2 

    ---------------------------------------- 
    Running setup.py clean for pygraphviz 
Failed to build pygraphviz 
Installing collected packages: pygraphviz 
    Running setup.py install for pygraphviz: started 
    Running setup.py install for pygraphviz: finished with status 'error' 
    Complete output from command "D:\Program Files (x86)\Anaconda3\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\VPELL_~1\\AppData\\Local\\Temp\\pip-build-vs56t5f2\\pygraphviz\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\VPELL_~1\AppData\Local\Temp\pip-fplxc9at-record\install-record.txt --single-version-externally-managed --compile: 
    running install 
    include_dirs=None 
    library_dirs=None 
    running build 
    running build_py 
    creating build 
    creating build\lib.win-amd64-3.5 
    creating build\lib.win-amd64-3.5\pygraphviz 
    copying pygraphviz\agraph.py -> build\lib.win-amd64-3.5\pygraphviz 
    copying pygraphviz\graphviz.py -> build\lib.win-amd64-3.5\pygraphviz 
    copying pygraphviz\release.py -> build\lib.win-amd64-3.5\pygraphviz 
    copying pygraphviz\version.py -> build\lib.win-amd64-3.5\pygraphviz 
    copying pygraphviz\__init__.py -> build\lib.win-amd64-3.5\pygraphviz 
    creating build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_attributes.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_attribute_defaults.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_clear.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_drawing.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_edge_attributes.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_graph.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_html.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_layout.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_node_attributes.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_readwrite.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_string.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_subgraph.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\test_unicode.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    copying pygraphviz\tests\__init__.py -> build\lib.win-amd64-3.5\pygraphviz\tests 
    running egg_info 
    writing dependency_links to pygraphviz.egg-info\dependency_links.txt 
    writing pygraphviz.egg-info\PKG-INFO 
    writing top-level names to pygraphviz.egg-info\top_level.txt 
    warning: manifest_maker: standard file '-c' not found 

    reading manifest file 'pygraphviz.egg-info\SOURCES.txt' 
    reading manifest template 'MANIFEST.in' 
    warning: no previously-included files matching '*~' found anywhere in distribution 
    warning: no previously-included files matching '*.pyc' found anywhere in distribution 
    warning: no previously-included files matching '.svn' found anywhere in distribution 
    no previously-included directories found matching 'doc\build' 
    writing manifest file 'pygraphviz.egg-info\SOURCES.txt' 
    copying pygraphviz\graphviz.i -> build\lib.win-amd64-3.5\pygraphviz 
    copying pygraphviz\graphviz_wrap.c -> build\lib.win-amd64-3.5\pygraphviz 
    running build_ext 
    building 'pygraphviz._graphviz' extension 
    creating build\temp.win-amd64-3.5 
    creating build\temp.win-amd64-3.5\Release 
    creating build\temp.win-amd64-3.5\Release\pygraphviz 
    C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -INone "-ID:\Program Files (x86)\Anaconda3\include" "-ID:\Program Files (x86)\Anaconda3\include" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" /Tcpygraphviz/graphviz_wrap.c /Fobuild\temp.win-amd64-3.5\Release\pygraphviz/graphviz_wrap.obj 
    graphviz_wrap.c 
    pygraphviz/graphviz_wrap.c(2954): fatal error C1083: Cannot open include file: 'graphviz/cgraph.h': No such file or directory 
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2 

    ---------------------------------------- 
    Failed building wheel for pygraphviz 
Command ""D:\Program Files (x86)\Anaconda3\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\VPELL_~1\\AppData\\Local\\Temp\\pip-build-vs56t5f2\\pygraphviz\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\VPELL_~1\AppData\Local\Temp\pip-fplxc9at-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\VPELL_~1\AppData\Local\Temp\pip-build-vs56t5f2\pygraphviz\ 
You are using pip version 8.1.2, however version 9.0.1 is available. 
You should consider upgrading via the 'python -m pip install --upgrade pip' command. 

을, 나는이 디렉토리를 추가

을 내 PATH에 추가했지만 변경되지 않았습니다.

도움 주셔서 감사합니다.

답변

0

당신은 사용하여 명령 프롬프트에 경로를 추가 했 :

PATH = %PATH%;<new path stuff> 

를하거나 시스템 등록 정보에서 환경 변수를 사용하여 추가 했습니까?

시스템 전체를 시스템 속성으로 추가해야했습니다. 명령 프롬프트를 사용하여 추가 할 때만 작동하지 않았습니다.

0

os.environ을 사용하여 jupyter 노트 자체에 경로를 추가하십시오.

import os 
os.environ["PATH"] += os.pathsep + 'C:/Program Files (x86)/Graphviz2.38/bin/'