Skip to content

requirements: add setuptools #75

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cfriedt
Copy link

@cfriedt cfriedt commented May 5, 2025

From a fresh installation of Ubuntu 24.04 with build-essential, there was an error when following the build instructions in the readme.

ModuleNotFoundError: No module named 'pkg_resources'

This was due to a missing setuptools package.

Add setuptools to requirements.txt.

Fixes #74

From a fresh installation of Ubuntu 24.04 with build-essential there
was an error when following the build instructions in the readme.

```
ModuleNotFoundError: No module named 'pkg_resources'
```

This was due to a missing `setuptools` package.

Add `setuptools` to `requirements.txt`.

Signed-off-by: Chris Friedt <[email protected]>
@cfriedt cfriedt force-pushed the add-setuptools-to-requirements branch from 0bbfccf to 2069b70 Compare May 5, 2025 13:01
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

Successfully merging this pull request may close these issues.

requirements: missing setuptools
1 participant