packages icon indicating copy to clipboard operation
packages copied to clipboard

Missing package: contourpy for version 1.3.0

Open yakirm-cr opened this issue 1 year ago • 2 comments

Package name

contourpy

Package version

1.3.0

PyPI URL

https://pypi.org/project/contourpy/

piwheels URL

https://www.piwheels.org/project/contourpy/

Python version

  • [ ] Python 3.9
  • [X] Python 3.11

I am aware this is the issue tracker for a Python package index specifically for Raspberry Pi

  • [X] Yes

I have checked for duplicate issues

  • [X] Yes

I am the maintainer

  • [ ] Yes

More information

No response

yakirm-cr avatar Aug 28 '24 11:08 yakirm-cr

Not sure why it passed on cp39 but failed on cp311. Have queued for a rebuild so will see if it happens again.

bennuttall avatar Nov 05 '24 17:11 bennuttall

Same as what was observed in another case/package:

2025-06-03T12:16:00,655   ERROR: Clock skew detected. File /tmp/pip-wheel-per7gp0c/contourpy_99e3fd00ddd34508879eaef9b05cba3c/.mesonpy-91xm5b3k/../meson.build has a time stamp 4571638.3806s in the future.

Applies to all recent Bookworm builds. So I guess a rebuild would fix it now (with the clock skew fixed).

1.3.1 dropped support for Python 3.9: https://github.com/contourpy/contourpy/commit/5f6a369 So 1.3.0 is expectedly the last one that succeeded for Bullseye. Maybe another symbol could be used to indicate that a package version is simply not supported by the Python version. pip handles this gracefully, of course, and gives meaningful error messages if there are conflicts between the Python version and dependencies. But it would make it easier to quickly see which logs are worth to have a look inside and which ones "failed" expectedly. Probably also "Build skipped" would do, and adding a tooltip with the skip_reason.

MichaIng avatar Oct 14 '25 20:10 MichaIng