Skip to content

AttributeError: 'Graph' object has no attribute 'node' #3

@vot4ntonio

Description

@vot4ntonio

The script is still working but it needs to downgrade networkx:
pip3 install networkx==2.3

Traceback (most recent call last):
File "memespector.py", line 5, in
main.main()
File "D:\memespector-python-master\lib\main.py", line 37, in main
output.loadimginfo()
File "D:\memespector-python-master\lib\outputhandler.py", line 199, in loadimginfo
self.addimagenode(curimg['id'], curimg['copyfn'], curimg['link'])
File "D:\memespector-python-master\lib\outputhandler.py", line 241, in addimagenode
if (field in self.csv.fieldnames) and (field not in self.labelgraph.node[id]):
AttributeError: 'Graph' object has no attribute 'node'

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