Opened 4 years ago
Closed 4 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)
Change History (5)
Changed 4 years ago by michaellass (Michael Lass)
comment:1 Changed 4 years ago by jmroot (Joshua Root)
Cc: | stromnov removed |
---|---|
Owner: | set to stromnov |
Status: | new → assigned |
comment:2 Changed 4 years ago by jmroot (Joshua Root)
comment:3 Changed 4 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 4 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
fixed in this commit
Note: See
TracTickets for help on using
tickets.
At minimum this is missing a build dependency on py*-setuptools, and from the error message probably py*-setuptools_scm as well.