You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am aware this is the issue tracker for a Python package index specifically for Raspberry Pi
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: