Discussions on Python.org
ModuleNotFoundError: No module named 'setuptools'
Python Help
help
Marco_Sulla
(Marco Sulla)
February 5, 2023, 2:32pm
6
Have you tried
pip install -U pip setuptools wheel
?
(wheel optional)
show post in topic