ImportError No module named ndg.httpsclient.ssl_peer_verification
jamesh38 opened this issue · 0 comments
jamesh38 commented
After installing pusher into a specific folder with sudo pip install -t directory pusher
I try a basic trigger to my app and get this.
File "deploy/lambda.py", line 5, in
pusher = Pusher(app_id=u'_', key=u''_", secret=u'***')
File "/home/vagrant/Code/Lamdba/DevPitch/deploy/pusher/pusher.py", line 42, in init
from pusher.requests import RequestsBackend
File "/home/vagrant/Code/Lamdba/DevPitch/deploy/pusher/requests.py", line 12, in
import urllib3.contrib.pyopenssl
File "/home/vagrant/Code/Lamdba/DevPitch/deploy/urllib3/contrib/pyopenssl.py", line 49, in
from ndg.httpsclient.ssl_peer_verification import SUBJ_ALT_NAME_SUPPORT
ImportError: No module named ndg.httpsclient.ssl_peer_verification`