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
Traceback (most recent call last):
File "/mnt/mydata/OMIT/dev/python/my-diagram.py", line 7, in <module>
from diagrams.generic.os import Raspbian
ImportError: cannot import name 'Raspbian' from 'diagrams.generic.os' (/home/OMIT/.local/share/virtualenvs/diagrams-NrMAsCZV/lib/python3.10/site-packages/diagrams/generic/os.py)
I am not able to import
diagrams.generic.os.Raspbian
but I am able to get LinuxGeneral working.I grep'ed thru the code and do see Raspbian as an option in
diagrams/generic/os.py
The error I receive is
ImportError: cannot import name 'Raspbian' from 'diagrams.generic.os'
The text was updated successfully, but these errors were encountered: