KrzyHonk / bpmn-python

Project for creating a Python library that allows to import/export BPMN diagram (as an XML file) and provides a simple visualization capabilities
GNU General Public License v3.0
65 stars 44 forks source link

pydotplus.graphviz .InvocationException: GraphViz's executables not found #46

Open ali6134 opened 1 year ago

ali6134 commented 1 year ago

Hey Guys,

I'm trying to set up the tool in python, but when i try to execute "pytest --cov-report html --cov=bpmn_python", it simply doesnt work. At first I had the same error as everyone else (Graph and nodes), but after fixing it, the one above appeared. Anyone keen to help? Thank you in advance!