-
Notifications
You must be signed in to change notification settings - Fork 179
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
gevent problem on Debian Jessie (missing SSLv3) #135
Comments
Upgrading to latest version of gevent no longer works. To get plivo running, uninstall gevent and install version 1.1.0 (now on Github):
|
Fixed this in plivo_install.sh: |
This will make plivo run but then when I try to make calls I get: BlockingSwitchOutError: Impossible to call blocking function in the event loop callback This is from plivo outbound log and I think it is a problem with python and gevent. |
Basically , the plivo framework installation and runtime fails on most recent linux distros |
I am also facing the same issue. Is there any solution for this? |
It's not possible to start Plivo when installed with the gevent version 1.03a downloaded from plivo_install.sh on a Debian 8 Jessie system:
Upgrading to the latest gevent version with
<plivo_root>/bin/pip install gevent --upgrade
seems to fix the problem.
The text was updated successfully, but these errors were encountered: