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
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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, butteosd
crashes: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.
The text was updated successfully, but these errors were encountered: