packages
packages copied to clipboard
Problem with package: pydantic-core
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
- [ ] Python 3.7
- [X] Python 3.9
- [ ] 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
- [ ] Yes
I am the maintainer
- [ ] Yes
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).