Error nb-dt-import.py
When i tried to execute the script i get this error
File "/opt/netbox/Device-Type-Library-Import/./nb-dt-import.py", line 5, in <module> import pynetbox File "/opt/netbox/Device-Type-Library-Import/venv/lib/python3.12/site-packages/pynetbox/__init__.py", line 1, in <module> from pkg_resources import get_distribution, DistributionNotFound ModuleNotFoundError: No module named 'pkg_resources'
You need to install setuptools --> "pip3 install setuptools"
https://stackoverflow.com/questions/7446187/no-module-named-pkg-resources
You need to install setuptools --> "pip3 install setuptools"
https://stackoverflow.com/questions/7446187/no-module-named-pkg-resources
pkg_resources was deprecated in Python3.12.
Ran into the same issue, installed the tools but now receiving error 403 replies for API get requests.
I have the same issue