amymcgovern / pyparrot

Python interface for Parrot Drones
MIT License
274 stars 129 forks source link

libgcc_s.so.1 must be installed for pthread_cancel to work #196

Open cvenour opened 4 years ago

cvenour commented 4 years ago

I get the error message "libgcc_s.so.1 must be installed for pthread_cancel to work" when I import the pyparrot library in a python program that sits on my raspberry pi 3 b+. Even if I don't make use of the pyparrot library and just import the library, I get this error message.

The program that's importing the pyparrot library makes use of the Google Cloud Speech to Text library. Using Google Speech to Text involves creating threads and as soon as this speech program sees that I want to import the pyparrot library, I get this error. The program runs fine if I don't import pyparrot but I want to import and make use of pyparrot!

Can anyone help with this problem?