piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Problem with package: pydantic-core #415

Open ROldford opened 10 months ago

ROldford commented 10 months ago

Package name

pydantic-core

Package version

2.x.x

PyPI URL

https://pypi.org/project/pydantic-core/

piwheels URL

https://www.piwheels.org/project/pydantic-core/

Python version

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

I have checked for duplicate issues

I am the maintainer

More information

I'm trying to install a 2.x.x wheel on a Pi Zero W, and have picked out the armv6 for Raspbian Bullseye. This would not install, however, giving the following error:

ERROR: pydantic_core-2.3.0-cp39-cp39-linux_armv6l.whl is not a supported wheel on this platform.

Investigating the WHEEL file, I discovered that it's tagged with "cp39-cp39-linux_armv7l", even though it appears to be meant for armv6. This was also found in the 2.14.5 wheel (for Bullseye and armv6).