You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 discover_meraki_clients.py
/usr/lib/python3/dist-packages/requests/init.py:87: RequestsDependencyWarning: urllib3 (2.0.6) or chardet (4.0.0) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
Traceback (most recent call last):
File "/opt/meraki-netbox/discover_meraki_clients.py", line 2, in
from meraki_netbox.meraki_netbox import MerakiNetbox
File "/opt/meraki-netbox/meraki_netbox/meraki_netbox.py", line 8, in
import url
ModuleNotFoundError: No module named 'url'
The text was updated successfully, but these errors were encountered:
python3 discover_meraki_clients.py
/usr/lib/python3/dist-packages/requests/init.py:87: RequestsDependencyWarning: urllib3 (2.0.6) or chardet (4.0.0) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
Traceback (most recent call last):
File "/opt/meraki-netbox/discover_meraki_clients.py", line 2, in
from meraki_netbox.meraki_netbox import MerakiNetbox
File "/opt/meraki-netbox/meraki_netbox/meraki_netbox.py", line 8, in
import url
ModuleNotFoundError: No module named 'url'
The text was updated successfully, but these errors were encountered: