service-identity module not detected?

General support for problems installing or using Deluge
Post Reply
neuman1812
New User
New User
Posts: 6
Joined: Thu Sep 21, 2017 5:23 pm

service-identity module not detected?

Post by neuman1812 »

Im running on a raspberry pi, raspbian stretch. Im getting this error in my logs

Code: Select all

deluge-web[1379]: :0: UserWarning: You do not have a working installation of the service_identity module: 'No module named pyasn1.codec.der.decoder'.  Please install it from <https://pypi.python.org/pypi/service_identity> and make sure all of its dependencies are satisfied.  Without the service_identity module and a recent enough pyOpenSSL to support it, Twisted can perform only rudimentary TLS client hostname verification.  Many valid certificate/hostname mappings may be rejected.
I ran the install

Code: Select all

sudo pip install service_identity
But it shows as already installed

Code: Select all

Requirement already satisfied: service_identity in /usr/lib/python2.7/dist-packages
What can I do to resolve this?
Post Reply