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

Bug 741692

Summary: dev-python/asttokens-2.0.4 : pkg_resources.DistributionNotFound: The pip distribution was not found and is required by the applica
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: ago, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
dev-python:asttokens-2.0.4:20200911-052611.log
emerge-history.txt
environment
etc.portage.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2020-09-11 16:53:33 UTC
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pip' distribution was not found and is required by the application

During handling of the above exception, another exception occurred:


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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-20200910-071536

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.2.0 *
/usr/lib/llvm/10
10.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python2.7 (fallback)
Available Rust versions:
  [1]   rust-1.46.0 *

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Sep 11 05:05:35 AM UTC 2020

emerge -qpvO dev-python/asttokens
[ebuild  N    ] dev-python/asttokens-2.0.4  USE="-test" PYTHON_TARGETS="python3_7 -python3_6 -python3_8 -python3_9"
Comment 1 Toralf Förster gentoo-dev 2020-09-11 16:53:34 UTC
Created attachment 659540 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-09-11 16:53:36 UTC
Created attachment 659542 [details]
dev-python:asttokens-2.0.4:20200911-052611.log
Comment 3 Toralf Förster gentoo-dev 2020-09-11 16:53:37 UTC
Created attachment 659544 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-09-11 16:53:39 UTC
Created attachment 659546 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-09-11 16:53:41 UTC
Created attachment 659548 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-09-11 16:53:43 UTC
Created attachment 659550 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-09-11 18:09:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da5883bc9a2c0781bda69c8c73c1f05fdd9a56e

commit 5da5883bc9a2c0781bda69c8c73c1f05fdd9a56e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-09-11 18:09:13 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-09-11 18:09:22 +0000

    dev-python/asttokens: strip dev-python/wheel 'dep'
    
    We don't actually build the wheel, so strip
    it out of setup.cfg to avoid build failures
    where it's not on the system.
    
    Closes: https://bugs.gentoo.org/741692
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/asttokens/asttokens-2.0.4.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)
Comment 8 Agostino Sarubbo gentoo-dev 2020-09-12 09:38:05 UTC
*** Bug 741783 has been marked as a duplicate of this bug. ***