pytransitions / transitions

A lightweight, object-oriented finite state machine implementation in Python with many extensions
MIT License
5.49k stars 524 forks source link

Update README.md for transitions[diagrams] Linux #535

Closed deelin closed 3 years ago

deelin commented 3 years ago

I had to install graphviz-dev in order to install pygraphviz

deelin commented 3 years ago

Stacktrace:


    Running setup.py install for pygraphviz ... error                                                                                                         
    ERROR: Command errored out with exit status 1:                                                                                                            
     command: /usr/local/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-c3m5xrdx/pygraphviz/setup.py'"'"'; __file__='"'"'/tmp/pip-install-c3m5xrdx/pygraphviz/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"')
;f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-n21jm0v6/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.8/pygraphviz
         cwd: /tmp/pip-install-c3m5xrdx/pygraphviz/                                                                                                           
    Complete output (53 lines):                                                                                                                               
    running install                                                                                                                                                                                                                                                                                                         
    running build                                                                                                                                             
    running build_py                                                                                                                                          
    creating build                                                             
    creating build/lib.linux-x86_64-3.8                                        
    creating build/lib.linux-x86_64-3.8/pygraphviz                                                                                                            
    copying pygraphviz/agraph.py -> build/lib.linux-x86_64-3.8/pygraphviz                                                                                                                                                                                                                                                   
    copying pygraphviz/__init__.py -> build/lib.linux-x86_64-3.8/pygraphviz                                                                                   
    copying pygraphviz/graphviz.py -> build/lib.linux-x86_64-3.8/pygraphviz                                                                                   
    copying pygraphviz/scraper.py -> build/lib.linux-x86_64-3.8/pygraphviz                                                                                                                                                                                                                                                  
    copying pygraphviz/testing.py -> build/lib.linux-x86_64-3.8/pygraphviz                                                                                    
    creating build/lib.linux-x86_64-3.8/pygraphviz/tests                                                                                                      
    copying pygraphviz/tests/test_edge_attributes.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                           
    copying pygraphviz/tests/test_scraper.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                                                                                                                                                                                                 
    copying pygraphviz/tests/test_close.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                                                                                                                                                                                                   
    copying pygraphviz/tests/test_graph.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                                                                                                                                                                                                   
    copying pygraphviz/tests/test_layout.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                                    
    copying pygraphviz/tests/__init__.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                                       
    copying pygraphviz/tests/test_attribute_defaults.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                                                                                                                                                                                      
    copying pygraphviz/tests/test_node_attributes.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                           
    copying pygraphviz/tests/test_html.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                                      
    copying pygraphviz/tests/test_readwrite.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                                 
    copying pygraphviz/tests/test_clear.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                                     
    copying pygraphviz/tests/test_subgraph.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                                  
    copying pygraphviz/tests/test_string.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                                                                                                                                                                                                  
    copying pygraphviz/tests/test_drawing.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                                                                   
    copying pygraphviz/tests/test_unicode.py -> build/lib.linux-x86_64-3.8/pygraphviz/tests                    
    running egg_info                                                           
    writing pygraphviz.egg-info/PKG-INFO                                                                                                                      
    writing dependency_links to pygraphviz.egg-info/dependency_links.txt                                                                                      
    writing top-level names to pygraphviz.egg-info/top_level.txt                                                                                              
    reading manifest file 'pygraphviz.egg-info/SOURCES.txt'                                                                                                   
    reading manifest template 'MANIFEST.in'                                                                                                                   
    warning: no files found matching '*.png' under directory 'doc'                                                                                            
    warning: no files found matching '*.txt' under directory 'doc'                                                                                            
    warning: no files found matching '*.css' under directory 'doc'                                                                                            
    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.linux-x86_64-3.8/pygraphviz
    copying pygraphviz/graphviz_wrap.c -> build/lib.linux-x86_64-3.8/pygraphviz 
    running build_ext                                                          
    building 'pygraphviz._graphviz' extension
    creating build/temp.linux-x86_64-3.8
    creating build/temp.linux-x86_64-3.8/pygraphviz
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -I/usr/local/include/python3.8 -c pygraphviz/graphviz_wrap.c -o build/temp.linux-x86_64-3.8/pygraphviz/graphviz_wrap.o
    pygraphviz/graphviz_wrap.c:2711:10: fatal error: graphviz/cgraph.h: No such file or directory
     2711 | #include "graphviz/cgraph.h"
          |          ^~~~~~~~~~~~~~~~~~~
    compilation terminated.                                                    
    error: command 'gcc' failed with exit status 1
    ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/local/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-c3m5xrdx/pygraphviz/setup.py'"'"'; __file__='"'"'/tmp/pip-install-c3m5xrdx/pygraphviz/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().repl
ace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-n21jm0v6/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.8/pygraphviz Check the logs for full command output.```
aleneum commented 3 years ago

Hi @deelin,

good catch. Thank you for taking the time to open a PR.