packages icon indicating copy to clipboard operation
packages copied to clipboard

Problem with package: ultralytics

Open Ankaliz opened this issue 2 years ago • 3 comments

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

  • [ ] 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

  • [ ] Yes

I have checked for duplicate issues

  • [x] Yes

I am the maintainer

  • [ ] Yes

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

Ankaliz avatar Oct 12 '23 22:10 Ankaliz

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

bennuttall avatar Oct 12 '23 22:10 bennuttall