Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662032 - dev-python/tblib-1.3.2 : ModuleNotFoundError: No module named setuptools
Summary: dev-python/tblib-1.3.2 : 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: 2018-07-24 18:00 UTC by Toralf Förster
Modified: 2019-12-07 14:39 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.15 KB, text/plain)
2018-07-24 18:00 UTC, Toralf Förster
Details
dev-python:tblib-1.3.2:20180724-175508.log (dev-python:tblib-1.3.2:20180724-175508.log,4.26 KB, text/plain)
2018-07-24 18:00 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,254.41 KB, text/plain)
2018-07-24 18:00 UTC, Toralf Förster
Details
environment (environment,104.63 KB, text/plain)
2018-07-24 18:00 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.82 KB, application/x-bzip)
2018-07-24 18:00 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,23.97 KB, application/x-bzip)
2018-07-24 18:00 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-07-24 18:00:02 UTC
  File "setup.py", line 14, in <module>
    from setuptools import find_packages
ModuleNotFoundError: No module named 'setuptools'
 * ERROR: dev-python/tblib-1.3.2::gentoo failed (compile phase):
 *   (no error message)
 * 

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

  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/tblib
[ebuild  N    ] dev-python/tblib-1.3.2  PYTHON_TARGETS="python2_7 python3_6 -python3_4 -python3_5"
Comment 1 Toralf Förster gentoo-dev 2018-07-24 18:00:05 UTC
Created attachment 540932 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-07-24 18:00:08 UTC
Created attachment 540934 [details]
dev-python:tblib-1.3.2:20180724-175508.log
Comment 3 Toralf Förster gentoo-dev 2018-07-24 18:00:11 UTC
Created attachment 540936 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-07-24 18:00:14 UTC
Created attachment 540938 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-07-24 18:00:17 UTC
Created attachment 540940 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-07-24 18:00:20 UTC
Created attachment 540942 [details]
temp.tbz2
Comment 7 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-12-07 14:39:40 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.