Commit 0bbfccf
Chris Friedt
requirements: add setuptools
From a fresh installation of Ubuntu 24.04 with build-essential
and other files, 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>1 parent 4d55f35 commit 0bbfccf
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
0 commit comments