[grpc-io] Re: grpc.io

2022-01-27 Thread Antonio Orozco
That is great to know. I think I tried installing that version of grpcio, 
but was not able to. When you get the chance, please post the commands you 
ran to downgrade/reinstall version 1.40.0, thanks.

On Thursday, January 27, 2022 at 3:43:39 PM UTC-8 Richard Mejia wrote:

> Mi problema sucedía con el raspbian buster recien descargado en raspberry 
> pi4, al momento de llamar a la biblioteca de google cloud vision. Encontré 
> que tenia instalado la versión de grpcio==1.43.0, he degradado a la version 
> grpcio==1.40.0. El problema ha desaparecido.
>
> El jueves, 27 de enero de 2022 a las 17:35:59 UTC-5, Antonio Orozco 
> escribió:
>
>> No solution yet. If you really want to use python api package, you may 
>> need to install ubuntu or other supported os. Otherwise, use other package 
>> for C++, Go (those work for me).
>>
>> On Thursday, January 27, 2022 at 12:43:17 PM UTC-8 Richard Mejia wrote:
>>
>>>
>>> Hola, tenego el mismo problema, alguna solucion?
>>> El martes, 4 de enero de 2022 a las 9:33:52 UTC-5, Christopher Connor 
>>> escribió:
>>>
>>>> Hi,  
>>>>
>>>> I am running into the same issue with Google Cloud IOT API  on 
>>>> Raspberry PI 4.  Tried the above commands to re-install the grpcio 
>>>> modules, 
>>>> but still not working.  
>>>>
>>>>   File 
>>>> "/home/pi/.local/lib/python3.7/site-packages/google/cloud/iot_v1/__init__.py",
>>>>  
>>>> line 17, in 
>>>> from .services.device_manager import DeviceManagerClient
>>>>   File 
>>>> "/home/pi/.local/lib/python3.7/site-packages/google/cloud/iot_v1/services/device_manager/__init__.py",
>>>>  
>>>> line 16, in 
>>>> from .client import DeviceManagerClient
>>>>   File 
>>>> "/home/pi/.local/lib/python3.7/site-packages/google/cloud/iot_v1/services/device_manager/client.py",
>>>>  
>>>> line 25, in 
>>>> from google.api_core import gapic_v1  # type: ignore
>>>>   File 
>>>> "/home/pi/.local/lib/python3.7/site-packages/google/api_core/gapic_v1/__init__.py",
>>>>  
>>>> line 16, in 
>>>> from google.api_core.gapic_v1 import config
>>>>   File 
>>>> "/home/pi/.local/lib/python3.7/site-packages/google/api_core/gapic_v1/config.py",
>>>>  
>>>> line 23, in 
>>>> import grpc
>>>>   File "/home/pi/.local/lib/python3.7/site-packages/grpc/__init__.py", 
>>>> line 22, in 
>>>> from grpc import _compression
>>>>
>>>>
>>>>
>>>> *  File 
>>>> "/home/pi/.local/lib/python3.7/site-packages/grpc/_compression.py", line 
>>>> 15, in from grpc._cython import cygrpcImportError: 
>>>> /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not found 
>>>> (required by 
>>>> /home/pi/.local/lib/python3.7/site-packages/grpc/_cython/cygrpc.cpython-37m-arm-linux-gnueabihf.so
>>>>  
>>>> <http://cygrpc.cpython-37m-arm-linux-gnueabihf.so>)*
>>>>
>>>> Info of the Pi:
>>>>
>>>> OS Release notes:
>>>>
>>>> $ cat /etc/os-release
>>>> PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
>>>> NAME="Raspbian GNU/Linux"
>>>> VERSION_ID="10"
>>>> VERSION="10 (buster)"
>>>> VERSION_CODENAME=buster
>>>> ID=raspbian
>>>> ID_LIKE=debian
>>>> HOME_URL="http://www.raspbian.org/;
>>>> SUPPORT_URL="http://www.raspbian.org/RaspbianForums;
>>>> BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs;
>>>>
>>>> Debian version:
>>>> $ cat /etc/debian_version
>>>> 10.11
>>>>
>>>> Kernel version:
>>>> $ uname -a
>>>> Linux raspberrypi 5.10.63-v7l+ #1496 SMP Wed Dec 1 15:58:56 GMT 2021 
>>>> armv7l GNU/Linux
>>>>
>>>> On Saturday, November 27, 2021 at 3:16:59 AM UTC-8 p.o.seidon wrote:
>>>>
>>>>> Had a look into my install script to be precise. There it reads:
>>>>> os.system( "sudo pip3 install -U grpcio --no-binary=grpcio")
>>>>> os.system( "sudo pip3 install -U grpcio-tools 
>>>>> --no-binary=grpcio-tools")
>>>>>
>>>>> Cheers
>>>>> Paul
>>>

[grpc-io] Re: `GLIBC_2.33' not found

2022-01-27 Thread Antonio Orozco
No solution yet. If you really want to use python api package, you may need 
to install ubuntu or other supported os. Otherwise, use other package for 
C++, Go (those work for me).

On Thursday, January 27, 2022 at 12:43:17 PM UTC-8 Richard Mejia wrote:

>
> Hola, tenego el mismo problema, alguna solucion?
> El martes, 4 de enero de 2022 a las 9:33:52 UTC-5, Christopher Connor 
> escribió:
>
>> Hi,  
>>
>> I am running into the same issue with Google Cloud IOT API  on Raspberry 
>> PI 4.  Tried the above commands to re-install the grpcio modules, but still 
>> not working.  
>>
>>   File 
>> "/home/pi/.local/lib/python3.7/site-packages/google/cloud/iot_v1/__init__.py",
>>  
>> line 17, in 
>> from .services.device_manager import DeviceManagerClient
>>   File 
>> "/home/pi/.local/lib/python3.7/site-packages/google/cloud/iot_v1/services/device_manager/__init__.py",
>>  
>> line 16, in 
>> from .client import DeviceManagerClient
>>   File 
>> "/home/pi/.local/lib/python3.7/site-packages/google/cloud/iot_v1/services/device_manager/client.py",
>>  
>> line 25, in 
>> from google.api_core import gapic_v1  # type: ignore
>>   File 
>> "/home/pi/.local/lib/python3.7/site-packages/google/api_core/gapic_v1/__init__.py",
>>  
>> line 16, in 
>> from google.api_core.gapic_v1 import config
>>   File 
>> "/home/pi/.local/lib/python3.7/site-packages/google/api_core/gapic_v1/config.py",
>>  
>> line 23, in 
>> import grpc
>>   File "/home/pi/.local/lib/python3.7/site-packages/grpc/__init__.py", 
>> line 22, in 
>> from grpc import _compression
>>
>>
>>
>> *  File 
>> "/home/pi/.local/lib/python3.7/site-packages/grpc/_compression.py", line 
>> 15, in from grpc._cython import cygrpcImportError: 
>> /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not found 
>> (required by 
>> /home/pi/.local/lib/python3.7/site-packages/grpc/_cython/cygrpc.cpython-37m-arm-linux-gnueabihf.so
>>  
>> <http://cygrpc.cpython-37m-arm-linux-gnueabihf.so>)*
>>
>> Info of the Pi:
>>
>> OS Release notes:
>>
>> $ cat /etc/os-release
>> PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
>> NAME="Raspbian GNU/Linux"
>> VERSION_ID="10"
>> VERSION="10 (buster)"
>> VERSION_CODENAME=buster
>> ID=raspbian
>> ID_LIKE=debian
>> HOME_URL="http://www.raspbian.org/;
>> SUPPORT_URL="http://www.raspbian.org/RaspbianForums;
>> BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs;
>>
>> Debian version:
>> $ cat /etc/debian_version
>> 10.11
>>
>> Kernel version:
>> $ uname -a
>> Linux raspberrypi 5.10.63-v7l+ #1496 SMP Wed Dec 1 15:58:56 GMT 2021 
>> armv7l GNU/Linux
>>
>> On Saturday, November 27, 2021 at 3:16:59 AM UTC-8 p.o.seidon wrote:
>>
>>> Had a look into my install script to be precise. There it reads:
>>> os.system( "sudo pip3 install -U grpcio --no-binary=grpcio")
>>> os.system( "sudo pip3 install -U grpcio-tools --no-binary=grpcio-tools")
>>>
>>> Cheers
>>> Paul
>>> On Saturday, November 27, 2021 at 12:07:54 PM UTC+1 p.o.seidon wrote:
>>>
>>>> sudo pip3 install grpcio -tools -U --no-binary=grpcio 
>>>> --no-binary=grpcio-tools
>>>>
>>>>
>>>>
>>>> On Tuesday, October 26, 2021 at 5:14:36 AM UTC+2 Antonio Orozco wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> Running into the same problem, "--no-binary=grpcio" did not work for 
>>>>> me. What are the exact commands that you ran?
>>>>>
>>>>> 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 Thursday, October 21, 2021 at 11:07:03 AM UTC-7 p.o.seidon wrote:
>>>>>
>>>>>> --no-binary=grpcio
>>>>>> --no-binary=grpcio-tools
>>>>>>
>>>>>> Worx. Thank you so much!
>>>>>>
>>>>>> Cheers Paul
>>>>>>
>>>>>> On Wednesday, October 20, 2021 at 8:15:44 PM UTC+2 rbel...@google.com 
>>>>>> wrote:
>>>>&g

[grpc-io] Re: ImportError: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not found

2021-12-02 Thread Antonio Orozco
This was not resolved. I just re-installed Ubuntu on a RaspberryPi instead. 
I noticed that there's a new version of Debian for the RaspberryPi (Based 
on Debian version 11-bullseye), it might work now but I have not tried.
Unfortunately, it seems like Google PubSub python package is just 
incompatible with *Debian GLIBC 2.28*

On Wednesday, December 1, 2021 at 11:20:10 AM UTC-8 Dayton Turner wrote:

> Same, I'm also just running into this and looking for a solution too! 
> please let us know if you figure it out!
>
> On Tuesday, 30 November 2021 at 21:15:53 UTC-8 jeremy scott wrote:
>
>> I'm having the same exact issue. Did this issue ever get resolved?
>>
>>
>> On Wednesday, October 27, 2021 at 8:44:54 PM UTC-7 Antonio Orozco wrote:
>>
>>> This is the first time trying to use google pub/sub python package.
>>>
>>> Command that I used to install:
>>> python3 -m pip --no-cache-dir install grpcio
>>>
>>> I tried many other ways, all yield the same result. "sudo pip3..", 
>>> "sudo pip...", "pip3 ...", "pip..."
>>> It works perfectly on Ubuntu 20.04.
>>> Looking in indexes: https://pypi.org/simple, 
>>> https://www.piwheels.org/simple
>>> Collecting grpcio
>>>   Downloading 
>>> https://files.pythonhosted.org/packages/9e/68/721d94afa6fea6c559b1d795d2bae0147b3db9b43f4069d392371a2b8cab/grpcio-1.41.1-cp37-cp37m-linux_armv7l.whl
>>>  
>>> (47.9MB)
>>> 100% || 48.0MB 12.8MB/s
>>> Requirement already satisfied: six>=1.5.2 in 
>>> ./.local/lib/python3.7/site-packages (from grpcio) (1.16.0)
>>> Installing collected packages: grpcio
>>> Successfully installed grpcio-1.41.1
>>>
>>> ldd --version
>>> ldd (*Debian GLIBC 2.28-10+rpt2+rpi1*) 2.28
>>> Copyright (C) 2018 Free Software Foundation, Inc.
>>> This is free software; see the source for copying conditions.  There is 
>>> NO
>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
>>> PURPOSE.
>>> Written by Roland McGrath and Ulrich Drepper.
>>>
>>> On Wednesday, October 27, 2021 at 10:21:07 AM UTC-7 rbel...@google.com 
>>> wrote:
>>>
>>>>
>>>> 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 
>>>>> *from google.cloud import pubsub_v1*
>>>>>   File 
>>>>> "/home/antonio/.local/lib/python3.7/site-packages/google/cloud/pubsub_v1/__init__.py",
>>>>>  
>>>>> line 17, in 
>>>>> 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 
>>>>> 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 
>>>>> 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 
>>>>> import grpc
>>>>>   File 
>>>>> "/home/antonio/.local/lib/python3.7/site-packages/grpc/__init__.py", line 
>>>>> 22, in 
>>>>> from grpc import _compression
>>>>>   File 
>>>>> "/home/antonio/.local/lib/python3.7/site-packages/grpc/_compression.py", 
>>>>> line 15, in 
>>>>> 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 is

[grpc-io] Re: ImportError: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not found

2021-10-27 Thread Antonio Orozco
This is the first time trying to use google pub/sub python package.

Command that I used to install:
python3 -m pip --no-cache-dir install grpcio

I tried many other ways, all yield the same result. "sudo pip3..", "sudo 
pip...", "pip3 ...", "pip..."
It works perfectly on Ubuntu 20.04.
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting grpcio
  Downloading 
https://files.pythonhosted.org/packages/9e/68/721d94afa6fea6c559b1d795d2bae0147b3db9b43f4069d392371a2b8cab/grpcio-1.41.1-cp37-cp37m-linux_armv7l.whl
 
(47.9MB)
100% || 48.0MB 12.8MB/s
Requirement already satisfied: six>=1.5.2 in 
./.local/lib/python3.7/site-packages (from grpcio) (1.16.0)
Installing collected packages: grpcio
Successfully installed grpcio-1.41.1

ldd --version
ldd (*Debian GLIBC 2.28-10+rpt2+rpi1*) 2.28
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

On Wednesday, October 27, 2021 at 10:21:07 AM UTC-7 rbel...@google.com 
wrote:

>
> 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 
>> *from google.cloud import pubsub_v1*
>>   File 
>> "/home/antonio/.local/lib/python3.7/site-packages/google/cloud/pubsub_v1/__init__.py",
>>  
>> line 17, in 
>> 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 
>> 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 
>> 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 
>> import grpc
>>   File 
>> "/home/antonio/.local/lib/python3.7/site-packages/grpc/__init__.py", line 
>> 22, in 
>> from grpc import _compression
>>   File 
>> "/home/antonio/.local/lib/python3.7/site-packages/grpc/_compression.py", 
>> line 15, in 
>> 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 "", line 1, in 
>>>   File 
>>> "/home/antonio/.local/lib/python3.7/site-packages/grpc/__init__.py", line 
>>> 22, in 
>>> from grpc import _compression
>>>   File 
>>> "/home/antonio/.local/lib/python3.7/site-packages/grpc/_compression.py", 
>>> line 15, in 
>>> 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/7825ef7f-a364-4afc-a07f-0dd847353d45n%40googlegroups.com.


[grpc-io] Re: ImportError: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not found

2021-10-25 Thread Antonio Orozco
Traceback (most recent call last):
  File "fpl_notifications.py", line 4, in 
*from google.cloud import pubsub_v1*
  File 
"/home/antonio/.local/lib/python3.7/site-packages/google/cloud/pubsub_v1/__init__.py",
 
line 17, in 
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 
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 
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 
import grpc
  File "/home/antonio/.local/lib/python3.7/site-packages/grpc/__init__.py", 
line 22, in 
from grpc import _compression
  File 
"/home/antonio/.local/lib/python3.7/site-packages/grpc/_compression.py", 
line 15, in 
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 "", line 1, in 
>   File 
> "/home/antonio/.local/lib/python3.7/site-packages/grpc/__init__.py", line 
> 22, in 
> from grpc import _compression
>   File 
> "/home/antonio/.local/lib/python3.7/site-packages/grpc/_compression.py", 
> line 15, in 
> 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/db4717e7-b8b3-42d8-813e-c47c1a50a69en%40googlegroups.com.


[grpc-io] ImportError: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not found

2021-10-25 Thread Antonio Orozco
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 "", line 1, in 
  File "/home/antonio/.local/lib/python3.7/site-packages/grpc/__init__.py", 
line 22, in 
from grpc import _compression
  File 
"/home/antonio/.local/lib/python3.7/site-packages/grpc/_compression.py", 
line 15, in 
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/c7e3e52a-d4d8-4073-a1b3-940e6ae4d0f4n%40googlegroups.com.


[grpc-io] Re: Importerror on Raspberry Pi 3A Python 3.7

2021-10-25 Thread Antonio Orozco
Yep, running into the same issue on a raspberry pi 4.

On Thursday, October 21, 2021 at 12:06:50 AM UTC-7 Jörg Zywek wrote:

> I've a running configuration resp. script on a Ubuntu 20.04 LTS System. 
> Now I try to install the google-cloud-texttospeech Python package on a 
> Raspberry Pi 3A because I want to use Google TTS system in Picroft. But I 
> don't get the package running on that system. Everytime I start the package 
> on a Python console with import google.cloud.texttospeech I got this errors:
>
> >>> import google.cloud.texttospeech
> Traceback (most recent call last):
>   File "", line 1, in 
>   File 
> "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/google/cloud/texttospeech/__init__.py",
>  line 17, in 
> from google.cloud.texttospeech_v1.services.text_to_speech.client import (
>   File 
> "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/google/cloud/texttospeech_v1/services/text_to_speech/__init__.py",
>  line 16, in 
> from .client import TextToSpeechClient
>   File 
> "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/google/cloud/texttospeech_v1/services/text_to_speech/client.py",
>  line 25, in 
> from google.api_core import gapic_v1  # type: ignore
>   File 
> "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/google/api_core/gapic_v1/__init__.py",
>  line 16, in 
> from google.api_core.gapic_v1 import config
>   File 
> "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/google/api_core/gapic_v1/config.py",
>  line 23, in 
> import grpc
>   File 
> "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/grpc/__init__.py", 
> line 22, in 
> from grpc import _compression
>   File 
> "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/grpc/_compression.py",
>  line 15, in 
> from grpc._cython import cygrpc*ImportError: 
> /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not found *(required 
> by 
> /home/pi/mycroft-core/.venv/lib/python3.7/site-packages/grpc/_cython/cygrpc.cpython-37m-arm-linux-gnueabihf.so)
>
> What is going wrong?
>
> Jörg
>
>  

-- 
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/1ec2ca5a-9293-447b-af2a-7100236b2f2cn%40googlegroups.com.