Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphviz error #6

Open
zerth23 opened this issue Jul 7, 2024 · 0 comments
Open

Graphviz error #6

zerth23 opened this issue Jul 7, 2024 · 0 comments

Comments

@zerth23
Copy link

zerth23 commented Jul 7, 2024

When I run python3 GridAttackSim.py:

Traceback (most recent call last):
  File "GridAttackSim.py", line 16, in <module>
    from graphviz import Source  
  File "/home/user/.local/lib/python3.5/site-packages/graphviz/__init__.py", line 31, in <module>
    from .backend import (DOT_BINARY, UNFLATTEN_BINARY,
  File "/home/user/.local/lib/python3.5/site-packages/graphviz/backend/__init__.py", line 3, in <module>
    from .dot_command import DOT_BINARY
  File "/home/user/.local/lib/python3.5/site-packages/graphviz/backend/dot_command.py", line 39
    cmd = [DOT_BINARY, f'-K{engine}', f'-T{output_format_flag}']

All the dependencies were installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant