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

Bug 720766

Summary: dev-python/arpeggio-1.9.2: ERROR: Could not find a version that satisfies the requirement pytest-runner (from versions: none)
Product: Gentoo Linux Reporter: David Zaslavsky <diazona>
Component: Current packagesAssignee: Zac Medico <zmedico>
Status: RESOLVED DUPLICATE    
Severity: normal CC: drmccoy, jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info output
build log

Description David Zaslavsky 2020-05-03 08:57:03 UTC
Created attachment 635778 [details]
emerge --info output

On ~amd64 arch, I found dev-python/arpeggio-1.9.2 to fail during building. I discovered this during a world update and then I tried it again as a single-package update (emerge -1au dev-python/arpeggio) to reproduce the error. https://bugs.gentoo.org/705078 has a similar error message but from a different package; I can't tell if it may be related.

Here is the essential part of the error message, and I am attaching the output of emerge --info as well as the build log.

ERROR: Could not find a version that satisfies the requirement pytest-runner (from versions: none)
ERROR: No matching distribution found for pytest-runner
Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/setuptools/installer.py", line 128, in fetch_build_egg
    subprocess.check_call(cmd)
  File "/usr/lib64/python3.6/subprocess.py", line 311, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3.6', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/tmp/portage/dev-python/arpeggio-1.9.2/temp/tmpsyylcwx_', '--quiet', 'pytest-runner']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "setup.py", line 91, in <module>
    'Programming Language :: Python :: 3.7'
  File "/usr/lib64/python3.6/site-packages/setuptools/__init__.py", line 144, in setup
    _install_setup_requires(attrs)
  File "/usr/lib64/python3.6/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib64/python3.6/site-packages/setuptools/dist.py", line 721, in fetch_build_eggs
    replace_conflicting=True,
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 782, in resolve
    replace_conflicting=replace_conflicting
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 1065, in best_match
    return self.obtain(req, installer)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 1077, in obtain
    return installer(requirement)
  File "/usr/lib64/python3.6/site-packages/setuptools/dist.py", line 777, in fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/lib64/python3.6/site-packages/setuptools/installer.py", line 130, in fetch_build_egg
    raise DistutilsError(str(e))
distutils.errors.DistutilsError: Command '['/usr/bin/python3.6', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/tmp/portage/dev-python/arpeggio-1.9.2/temp/tmpsyylcwx_', '--quiet', 'pytest-runner']' returned non-zero exit status 1.
Comment 1 David Zaslavsky 2020-05-03 08:58:34 UTC
Created attachment 635780 [details]
build log
Comment 2 Zac Medico gentoo-dev 2020-05-04 23:43:14 UTC

*** This bug has been marked as a duplicate of bug 719762 ***