Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 717824 - dev-python/pipenv-2018.11.26 : ERROR: Could not find a version that satisfies the requirement invoke (from versions: none)
Summary: dev-python/pipenv-2018.11.26 : ERROR: Could not find a version that satisfies...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OzTiram
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-17 07:21 UTC by Toralf Förster
Modified: 2021-02-25 20:31 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.68 KB, text/plain)
2020-04-17 07:21 UTC, Toralf Förster
Details
dev-python:pipenv-2018.11.26:20200417-020614.log (dev-python:pipenv-2018.11.26:20200417-020614.log,6.66 KB, text/plain)
2020-04-17 07:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,33.10 KB, text/plain)
2020-04-17 07:21 UTC, Toralf Förster
Details
environment (environment,113.86 KB, text/plain)
2020-04-17 07:21 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.43 KB, application/x-bzip)
2020-04-17 07:21 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.00 KB, application/x-bzip)
2020-04-17 07:21 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 2020-04-17 07:21:36 UTC
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by NewConnectionError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f18b6b584a8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution,): /simple/invoke/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by NewConnectionError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f18b6b589b0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution,): /simple/invoke/
ERROR: Could not find a version that satisfies the requirement invoke (from versions: none)
ERROR: No matching distribution found for invoke
Traceback (most recent call last):
  File /usr/lib64/python3.6/site-packages/setuptools/installer.py, line 128, in fetch_build_egg

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-abi32+64-20200415-211532

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.42.0 *
The Glorious Glasgow Haskell Compilation System, version 8.0.2

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu 16 Apr 2020 11:38:20 PM UTC

emerge -qpvO dev-python/pipenv
[ebuild  N    ] dev-python/pipenv-2018.11.26  USE="-test" PYTHON_TARGETS="python3_6 -python3_7"
Comment 1 Toralf Förster gentoo-dev 2020-04-17 07:21:39 UTC
Created attachment 633356 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-17 07:21:43 UTC
Created attachment 633358 [details]
dev-python:pipenv-2018.11.26:20200417-020614.log
Comment 3 Toralf Förster gentoo-dev 2020-04-17 07:21:47 UTC
Created attachment 633360 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-04-17 07:21:51 UTC
Created attachment 633362 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-04-17 07:21:55 UTC
Created attachment 633364 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-17 07:21:58 UTC
Created attachment 633366 [details]
temp.tbz2
Comment 7 GianpaMX 2020-05-05 13:24:48 UTC
I have the very same issue when updating from python 3.6 to 3.7

I added python3_7 to PYTHON_TARGETS in make.conf
I set PYTHON_SINGLE_TARGET to python3_7
I added 
*/* PYTHON_TARGETS: -* python3_6 python3_7
*/* PYTHON_SINGLE_TARGET: -* python3_7
to package.use

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7
  [4]   python3.8 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
  [2]   ruby25 (with Rubygems)
Available Rust versions:
  [1]   rust-1.41.1 *
emerge -qpvO dev-python/pipenv
[ebuild   R   ] dev-python/pipenv-2018.11.26  USE="-test" PYTHON_TARGETS="python3_6 python3_7*"
Comment 8 Pavel Procopiuc 2020-05-07 15:29:10 UTC
To fix that you should install dev-python/invoke, but this package is currently masked and slated for removal.
Comment 9 GianpaMX 2020-05-10 14:21:35 UTC
Thank you Pavel that solved my issue
Comment 10 OzTiram 2021-02-25 20:31:30 UTC
This issue can be closed.
The package version is no longer in the ebuild tree.