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
Hello,
I am unable generate a Diagram. i have installed the below required packages. Packages: brew->python3x->pip3-> graphviz ->diagrams
python3 ~/DATA/Diagram_as_Code/testDiagram.py
Traceback (most recent call last):
File "/Users/macosuser1/DATA/Diagram_as_Code/testDiagram.py", line 1, in <module>
from diagrams import Diagram
**ModuleNotFoundError: No module named 'diagrams'**
Hi, I think for running you are using python3 and while installing you are using pip.
Did you try with pip3 install diagrams? Or if you use a venv, then simple pip install and python <filename>.
Hello,
I am unable generate a Diagram. i have installed the below required packages.
Packages: brew->python3x->pip3-> graphviz ->diagrams
Installation Logs:
The text was updated successfully, but these errors were encountered: