piwheels / packages

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

Problem with package: ultralytics #397

Open Ankaliz opened 8 months ago

Ankaliz commented 8 months ago

Package name

ultralytics

Package version

8.0.196

PyPI URL

https://pypi.org/project/ultralytics/

piwheels URL

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

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 am using raspberry OS 32 bit, and when i try to install ultralytics i get errors about packages that do not match the hashes fromthe requierements file.

for example i get this:

ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them. scipy>=1.4.1 from https://www.piwheels.org/simple/scipy/scipy-1.11.3-cp39-cp39-linux_armv7l.whl#sha256=c8a79ab62d8d9f0eb56e7cb0354fdceb9668e86bbfa039c350b03274df9caf8a (from ultralytics): Expected sha256 c8a79ab62d8d9f0eb56e7cb0354fdceb9668e86bbfa039c350b03274df9caf8a Got fac988879a9ba52287aaf259feb6aa0e3e6e538189fad59cd3992893690155ad

i dont know if mybe is the 32 bit version the problem

bennuttall commented 8 months ago

The hash of the file on disk is correct - maybe try again?

You can also download the file and install using pip install scipy-1.11.3-cp39-cp39-linux_armv7l.whl