Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 700826 - dev-python/pluggy-0.13.0: ModuleNotFoundError: No module named 'setuptools'
Summary: dev-python/pluggy-0.13.0: ModuleNotFoundError: No module named 'setuptools'
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: setuptools-missing
  Show dependency tree
 
Reported: 2019-11-20 22:53 UTC by Andreas Sturmlechner
Modified: 2019-12-07 14:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2019-11-20 22:53:46 UTC
* python3_8: running distutils-r1_run_phase distutils-r1_python_compile
python3.8 setup.py build -j 8
Traceback (most recent call last):
  File "setup.py", line 1, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
 * ERROR: dev-python/pluggy-0.13.0::gentoo failed (compile phase):
 *   (no error message)
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-12-07 14:40:12 UTC
The distutils-r1 eclass has been changed to default on setuptools by default.  This should resolve the issue in question.  Feel free to reopen if it didn't.