Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 700826

Summary: dev-python/pluggy-0.13.0: ModuleNotFoundError: No module named 'setuptools'
Product: Gentoo Linux Reporter: Andreas Sturmlechner <asturm>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 515060    

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.