ModuleNotFoundError: No module named 'setuptools' · Issue ...
github.com › pypa › pipApr 01, 2020 · Projects are up-to-date: Command: python -m pip install --upgrade pip setuptools wheel. Output: Requirement already up-to-date: pip in c:\users igel\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages (20.0.2) Requirement already up-to-date: setuptools in c:\users igel ...
setuptools 60: "No module named 'setuptools'" when installing ...
github.com › pypa › setuptoolsDec 20, 2021 · After reinstalling the system package python3-setuptools it seems to be working fine for this particular version, 57.4.0, even without SETUPTOOLS_USE_DISTUTILS.What led to my broken environment was probably doing pip install --user . and sudo pip install . for a package that had setuptools@60.0.2 listed in [tool.poetry.dependencies] under the requires key (which in retrospective was terribly ...