Page 1 of 1

service-identity module not detected?

Posted: Wed Nov 08, 2017 6:15 pm
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?