watson-developer-cloud / speech-to-text-websockets-python

Python client that interacts with the IBM Watson Speech To Text service through its WebSockets interface
http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/speech-to-text.html
86 stars 63 forks source link

No module named cryptography #13

Closed vikaskumar03 closed 5 years ago

vikaskumar03 commented 8 years ago

I am using python 3.4.0 on windows-7(64 bit) and getting "No Module Named Cryptography" error. I have attached the screenshot to get the detailed error. python

I have also googled this error but didn't able to resolve this issue. How can i resolve this issue?

daniel-bolanos commented 8 years ago

can you try $ pip install cryptography

I have this one insalled:

cryptography (1.0.1)

Dani

cclauss commented 7 years ago

@vikaskumar03 Is this issue still open?