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

Edge error in 0.7.2 when running example diagram #60

Closed
jobbio opened this issue Mar 9, 2020 · 2 comments
Closed

Edge error in 0.7.2 when running example diagram #60

jobbio opened this issue Mar 9, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@jobbio
Copy link

jobbio commented 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'

@jobbio 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
@mingrammer
Copy link
Owner

Try with v0.7.3 please. Sorry for that.

@mingrammer mingrammer added the bug Something isn't working label Mar 10, 2020
@jobbio
Copy link
Author

jobbio commented Mar 10, 2020

Yes, this resolved the issue.

@jobbio jobbio closed this as completed Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants