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

make: ModuleNotFoundError: No module named 'setuptools' #441

Open
strk opened this issue Dec 7, 2023 · 3 comments
Open

make: ModuleNotFoundError: No module named 'setuptools' #441

strk opened this issue Dec 7, 2023 · 3 comments

Comments

@strk
Copy link
Contributor

strk commented Dec 7, 2023

It would be nice for make to just work. Maybe we could have a ./configure step to deal with deps ?

@strk
Copy link
Contributor Author

strk commented Dec 7, 2023

For the record, on an apt-based system (Debian,Ubuntu etc.) this should get all deps in place: sudo apt build-dep toot

@strk
Copy link
Contributor Author

strk commented Dec 7, 2023

this should get all deps in place: sudo apt build-dep toot

Except (on Debian 12) new deps, I guess: error: invalid command 'bdist_wheel'

@strk
Copy link
Contributor Author

strk commented Dec 7, 2023

Except (on Debian 12) new deps, I guess: error: invalid command 'bdist_wheel'

This fixes the above: sudo apt install pip

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