Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cvenour opened this issue Feb 22, 2020 · 0 comments
Open

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

cvenour opened this issue Feb 22, 2020 · 0 comments

Comments

@cvenour
Copy link

cvenour commented Feb 22, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant