packages icon indicating copy to clipboard operation
packages copied to clipboard

Package issue: grpcio

Open MacroLens opened this issue 2 years ago • 4 comments

Package name

grpcio

Package version

1.59.2, 1.59.3, 1.60.0rc1, 1.60.0

PyPI URL

https://pypi.org/project/grpcio/

piwheels URL

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

Python version

  • [X] Python 3.7
  • [ ] 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

  • [X] Yes

I am the maintainer

  • [ ] Yes

More information

This is a dependency for grpcio-status which has latest version 1.60.0 which only takes grpcio>=1.60.0. When trying to get that package from a Pi Zero you won't have the resources to compile.

Looking at the build log it looks like we fail at:

/usr/bin/ld: final link failed: memory exhausted

For now using grpcio-status==1.59.0 works from piwheels.

MacroLens avatar Jan 01 '24 05:01 MacroLens

Which build log is that from?

bennuttall avatar Jan 01 '24 22:01 bennuttall

Should've specified my bad, I double checked it was all of them.

MacroLens avatar Jan 03 '24 02:01 MacroLens

I don't see it. Can you give me an example build log url?

bennuttall avatar Jan 03 '24 15:01 bennuttall

https://www.piwheels.org/logs/0000/1122/4367.txt, scroll to the bottom and find search.

MacroLens avatar Jan 03 '24 21:01 MacroLens