How did you install grpcio? If you used pip install grpcio, can you please 
include the installation logs?

Did this work on previous versions?
On Monday, October 25, 2021 at 8:33:16 PM UTC-7 Antonio Orozco wrote:

> Traceback (most recent call last):
>   File "fpl_notifications.py", line 4, in <module>
>     *from google.cloud import pubsub_v1*
>   File 
> "/home/antonio/.local/lib/python3.7/site-packages/google/cloud/pubsub_v1/__init__.py",
>  
> line 17, in <module>
>     from google.cloud.pubsub_v1 import types
>   File 
> "/home/antonio/.local/lib/python3.7/site-packages/google/cloud/pubsub_v1/types.py",
>  
> line 25, in <module>
>     from google.api_core import gapic_v1
>   File 
> "/home/antonio/.local/lib/python3.7/site-packages/google/api_core/gapic_v1/__init__.py",
>  
> line 16, in <module>
>     from google.api_core.gapic_v1 import config
>   File 
> "/home/antonio/.local/lib/python3.7/site-packages/google/api_core/gapic_v1/config.py",
>  
> line 23, in <module>
>     import grpc
>   File 
> "/home/antonio/.local/lib/python3.7/site-packages/grpc/__init__.py", line 
> 22, in <module>
>     from grpc import _compression
>   File 
> "/home/antonio/.local/lib/python3.7/site-packages/grpc/_compression.py", 
> line 15, in <module>
>     from grpc._cython import cygrpc
> *ImportError: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not 
> found* (required by 
> /home/antonio/.local/lib/python3.7/site-packages/grpc/_cython/
> cygrpc.cpython-37m-arm-linux-gnueabihf.so)
>
> On Monday, October 25, 2021 at 8:22:28 PM UTC-7 Antonio Orozco wrote:
>
>> Hello,
>>
>> Running into the following issue on a Raspberry Pi 4
>>
>> $ lsb_release -a
>> No LSB modules are available.
>> Distributor ID: Raspbian
>> Description:    Raspbian GNU/Linux 10 (buster)
>> Release:        10
>> Codename:       buster
>> $ uname -a
>> Linux liverpool 5.10.63-v7l+ #1459 SMP Wed Oct 6 16:41:57 BST 2021 armv7l 
>> GNU/Linux
>>
>>
>> Python 3.7.3 (default, Jan 22 2021, 20:04:44)
>> [GCC 8.3.0] on linux
>> Type "help", "copyright", "credits" or "license" for more information.
>> >>> from grpc._cython import cygrpc
>> Traceback (most recent call last):
>>   File "<stdin>", line 1, in <module>
>>   File 
>> "/home/antonio/.local/lib/python3.7/site-packages/grpc/__init__.py", line 
>> 22, in <module>
>>     from grpc import _compression
>>   File 
>> "/home/antonio/.local/lib/python3.7/site-packages/grpc/_compression.py", 
>> line 15, in <module>
>>     from grpc._cython import cygrpc
>> ImportError: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not 
>> found (required by 
>> /home/antonio/.local/lib/python3.7/site-packages/grpc/_cython/
>> cygrpc.cpython-37m-arm-linux-gnueabihf.so)
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/b9a8c59e-67c5-4250-ac53-7cf7591755c9n%40googlegroups.com.

Reply via email to