SOL
SOL copied to clipboard
Error when testing example
Dear Sir,
I have installed SOL successfully. But when I'm trying to test a simple example:
from sol.topology.generators import chain_topology t = chain_topology(5) list(t.nodes()) # topology nodes
I have got the following error: No handlers could be found for logger "sol" NB: I'm using python 2.7. Thank you in advance.