I wrote an script for rebooting Meraki devices from serial number listed in a CSV file.
Seems to work on MAC but on windows I keep getting this error below and can not not execute the code.
using visual studio code and same version of python on both mac and windows.
partially initialized module 'meraki' has no attribute 'DashboardAPI' (most likely due to a circular import)
any idea ?