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

Bug 662022

Summary: dev-python/py-ubjson-0.11.0 : ModuleNotFoundError: No module named setuptools
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED OBSOLETE    
Severity: normal CC: dolsen, python
Priority: Normal Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 515060    
Attachments: emerge-info.txt
dev-python:py-ubjson-0.11.0:20180724-174703.log
emerge-history.txt
environment
etc.portage.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2018-07-24 17:52:23 UTC
  File "setup.py", line 26, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'

During handling of the above exception, another exception occurred:


  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-developer_abi32+64_20180715-201646

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.7 (fallback)
  [3]   python3.6 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.8.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv dev-python/py-ubjson
[ebuild  N    ] dev-python/py-ubjson-0.11.0  PYTHON_TARGETS="python2_7 python3_6 -python3_4 -python3_5"
Comment 1 Toralf Förster gentoo-dev 2018-07-24 17:52:26 UTC
Created attachment 540906 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-07-24 17:52:29 UTC
Created attachment 540908 [details]
dev-python:py-ubjson-0.11.0:20180724-174703.log
Comment 3 Toralf Förster gentoo-dev 2018-07-24 17:52:32 UTC
Created attachment 540912 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-07-24 17:52:35 UTC
Created attachment 540914 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-07-24 17:52:38 UTC
Created attachment 540916 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-07-24 17:52:41 UTC
Created attachment 540918 [details]
temp.tbz2
Comment 7 Brian Dolbec (RETIRED) gentoo-dev 2018-07-26 17:21:54 UTC
Added setuptools dep
Comment 8 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-12-07 14:39:41 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.