Skip to content
New issue

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

Clean install on Ubuntu 24.04 is missing setuptools #135

Open
celeroncool opened this issue May 10, 2024 · 0 comments
Open

Clean install on Ubuntu 24.04 is missing setuptools #135

celeroncool opened this issue May 10, 2024 · 0 comments

Comments

@celeroncool
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant