Skip to content

no attribute 'graphviz_layout' error #4

Description

@gangcai
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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions