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 receive the following error on Windows:
File "c:/Users/username/Documents/diagrams/edge.py", line 27, in
grpcsvc >> Edge(color="brown") >> master
File "C:\Users\username\AppData\Local\Programs\Python\Python38-32\lib\site-packages\diagrams_init_.py", line 474, in rrshift
return self.append(other, forward=True)
File "C:\Users\username\AppData\Local\Programs\Python\Python38-32\lib\site-packages\diagrams_init_.py", line 489, in append
result.append(Edge(o, forward=forward, reverse=reverse, **self._attrs))
TypeError: init() got an unexpected keyword argument 'xlabel'
The text was updated successfully, but these errors were encountered:
jobbio
changed the title
Edge error in 0.72 when running example diagram
Edge error in 0.7.2 when running example diagram
Mar 9, 2020
I ran the example edge code from https://diagrams.mingrammer.com/docs/guides/edge
I receive the following error on Windows:
File "c:/Users/username/Documents/diagrams/edge.py", line 27, in
grpcsvc >> Edge(color="brown") >> master
File "C:\Users\username\AppData\Local\Programs\Python\Python38-32\lib\site-packages\diagrams_init_.py", line 474, in rrshift
return self.append(other, forward=True)
File "C:\Users\username\AppData\Local\Programs\Python\Python38-32\lib\site-packages\diagrams_init_.py", line 489, in append
result.append(Edge(o, forward=forward, reverse=reverse, **self._attrs))
TypeError: init() got an unexpected keyword argument 'xlabel'
The text was updated successfully, but these errors were encountered: