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

no attribute 'graphviz_layout' error #4

Open
gangcai opened this issue Oct 25, 2018 · 0 comments
Open

no attribute 'graphviz_layout' error #4

gangcai opened this issue Oct 25, 2018 · 0 comments

Comments

@gangcai
Copy link

gangcai commented Oct 25, 2018

Traceback (most recent call last):
  File "/home/user/bin/GraphEmbed/graph_embed.py", line 405, in <module>
    main(args)
  File "/home/user/bin/GraphEmbed/graph_embed.py", line 354, in main
    data_matrix_2d = ge.transform(data_matrix=data_matrix, target=y)
  File "/home/user/bin/GraphEmbed/graph_layout_embedder.py", line 113, in transform
    random_state=self.random_state)
  File "/home/user/bin/miniconda2/lib/python2.7/site-packages/toolz/functoolz.py", line 440, in memof
    cache[k] = result = func(*args, **kwargs)
  File "/home/user/bin/GraphEmbed/graph_layout_embedder.py", line 323, in annotate_graph_with_graphviz_layout
    layout_pos = nx.graphviz_layout(graph)
AttributeError: 'module' object has no attribute 'graphviz_layout'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant