You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error message when executing it python test.py
Traceback (most recent call last):
File "/home/user/test.py", line 7, in <module>
with VPC("vpc"):
TypeError: 'VPC' object does not support the context manager protocol
Not sure what i'm doing wrong.
I get this on Python 3.12 and 3.11. With Python 3.10 and 3.9 I get
Traceback (most recent call last):
File "/home/user/test.py", line 7, in <module>
with VPC("vpc"):
AttributeError: __enter__
The text was updated successfully, but these errors were encountered:
The Cluster and Node are different source in graphviz. So it cannot put a VPC(Node) as a Cluster. I think there are bunch of PRs making it possible (#823). But the author is inactive so all those are pending ...
With this code:
I get this error message when executing it
python test.py
Not sure what i'm doing wrong.
I get this on Python 3.12 and 3.11. With Python 3.10 and 3.9 I get
The text was updated successfully, but these errors were encountered: