snap-stanford / deepsnap

Python library assists deep learning on graphs
https://snap.stanford.edu/deepsnap/
MIT License
542 stars 57 forks source link

cannot import name 'container_abcs' from 'torch._six' #26

Closed jmilldotdev closed 3 years ago

jmilldotdev commented 3 years ago

hetero_gnn.py imports container_abcs from torch._six, which has been removed in later versions of pytorch. Should be updated to use collections.abc directly, since container_abcs was just a wrapper for this module.