Skip to content

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 <cfriedt@tenstorrent.com>
@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