sonnet

ImportError: cannot import name 'Sonnet' from 'graphs'

ImportError: cannot import name 'Sonnet' from 'graphs' Question: The code I am trying to run is import graph_nets as gn and the compiler returns ImportError: cannot import name ‘Sonnet’ from ‘graphs’ which traces back to a line in the sonnet package that says from graphs import Sonnet, D3Graph, MatplotGraph (I have seen many similar errors …

Total answers: 1