-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
osrandom engine already registered #2473
Comments
Try upgrading to the latest cryptography if you're not on 1.1. It may resolve it, although the underlying problem is not resolved. See: #2299 (closing in favor of that issue) |
Thanks for the answer, I have cryptography 1.0.1 on Ubuntu 15.10, what is the best manner to upgrade it ? |
Yeah you'll need to use pip to install 1.1 Be sure to uninstall the system package first though. You'll also need gcc/libssl-dev/libffi-dev to compile it. Please let us know if 1.1 resolves your issue! |
Yeah, thanks that worked with pip ! Le mar. 10 nov. 2015 02:54, Paul Kehrer [email protected] a écrit :
|
I use the Emby plugin for Kodi and it raise an error related to cryptography :
RuntimeError: osrandom engine already registered
The text was updated successfully, but these errors were encountered: