I'm currently working on Network Automation Container in GNS3. While I'm trying to use napalm lib, I'm getting either or these two errors:
"ImportError: cannot import name 'get_network_driver' from partially initialized module 'napalm' (most likely due to a circular import ) (/root/napalm.py)"
"AttributeError: partially initialized module 'napalm' has no attribute 'get_network_driver' (most likely due to a circular import)"
I checked Python version on this machine and it's 3.8.3 so the napalm is supported here. Does anyone know what can cause this error?