Opened 3 years ago

Closed 3 years ago

#62392 closed defect (fixed)

py-mpmath: build fails with "No matching distribution found for setuptools_scm>=1.7.0"

Reported by: michaellass (Michael Lass) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-mpmath

Description

Trying to update py38-mpmath or py39-mpmath to version 1.2.1 fails with the following error:

WARNING: The wheel package is not available.
WARNING: The index url "''" seems invalid, please provide a scheme.
WARNING: Url '''/setuptools-scm/' is ignored. It is either a non-existing path or lacks a specific scheme.
WARNING: Url '''' is ignored. It is either a non-existing path or lacks a specific scheme.
ERROR: Could not find a version that satisfies the requirement setuptools_scm>=1.7.0
ERROR: No matching distribution found for setuptools_scm>=1.7.0

Installing py3*-wheel only gets rid of the first warning but does not change the error.

Full build.log is attached.

Attachments (1)

main.log (12.0 KB) - added by michaellass (Michael Lass) 3 years ago.

Download all attachments as: .zip

Change History (5)

Changed 3 years ago by michaellass (Michael Lass)

Attachment: main.log added

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Cc: stromnov removed
Owner: set to stromnov
Status: newassigned

comment:2 Changed 3 years ago by jmroot (Joshua Root)

At minimum this is missing a build dependency on py*-setuptools, and from the error message probably py*-setuptools_scm as well.

comment:3 Changed 3 years ago by michaellass (Michael Lass)

py*-setuptools was already installed here. Installing py*-setuptools_scm fixed the error for me. So definitely a missing build dependency.

comment:4 Changed 3 years ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed

fixed in this commit

Note: See TracTickets for help on using tickets.