Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

grpcio==1.37.0 fails for arm32v7 #287

@sr-gi

Description

@sr-gi

grpcio==1.37.0 has wheel for arm32v7, what makes it extremely faster to run when creating docker images. However, looks like there's something wrong with it. The image does build, but teosd crashes:

Traceback (most recent call last):
  File "/usr/local/bin/teosd", line 5, in <module>
    from teos.teosd import run
  File "/usr/local/lib/python3.7/dist-packages/teos/teosd.py", line 15, in <module>
    import teos.api as api
  File "/usr/local/lib/python3.7/dist-packages/teos/api.py", line 1, in <module>
    import grpc
  File "/usr/lib/python3.7/site-packages/grpc/__init__.py", line 23, in <module>
    from grpc._cython import cygrpc as _cygrpc
ImportError: cannot import name 'cygrpc' from 'grpc._cython' (/usr/lib/python3.7/site-packages/grpc/_cython/__init__.py)

Already reported this via Gitter. Leaving it here in case it is still present for the next release, when the new images will be built.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions