Skip to content

Commit 2069b70

Browse files
committed
requirements: add setuptools
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>
1 parent 4d55f35 commit 2069b70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
project_generator==0.11.*
22
Jinja2
33
pyelftools
4+
setuptools

0 commit comments

Comments
 (0)