We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Installing this application using the instuctions results in following error while trying to use: ModuleNotFoundError: No module named 'pkg_resources'
This is fixed by running: pip install setuptools
Can we add setuptools to requirements.txt?
This is the package list taken from my venv: (venv) mdadmin@netbox:/opt/Device-Type-Library-Import$ pip list Package Version
certifi 2024.2.2 charset-normalizer 3.3.2 gitdb 4.0.11 GitPython 3.1.32 idna 3.7 pip 24.0 pynetbox 7.0.1 python-dotenv 1.0.0 PyYAML 6.0.1 requests 2.31.0 setuptools 69.5.1 smmap 5.0.1 urllib3 2.2.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Installing this application using the instuctions results in following error while trying to use:
ModuleNotFoundError: No module named 'pkg_resources'
This is fixed by running:
pip install setuptools
Can we add setuptools to requirements.txt?
This is the package list taken from my venv:
(venv) mdadmin@netbox:/opt/Device-Type-Library-Import$ pip list
Package Version
certifi 2024.2.2
charset-normalizer 3.3.2
gitdb 4.0.11
GitPython 3.1.32
idna 3.7
pip 24.0
pynetbox 7.0.1
python-dotenv 1.0.0
PyYAML 6.0.1
requests 2.31.0
setuptools 69.5.1
smmap 5.0.1
urllib3 2.2.1
The text was updated successfully, but these errors were encountered: