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

Some issues with Anaconda env Python 3.6.3 #24

Closed azuluagavarios closed 5 years ago

azuluagavarios commented 6 years ago

Hi Daniel

I have some issues with my environment in Anaconda (Python 3.6.3 |Anaconda, Inc.| (default, Nov 8 2017, 15:10:56) [MSC v.1900 64 bit (AMD64)] on win32), I think this issues are probably because I am starting with python and watson. Also I'm using PyCharm IDE. So I woul like if you could help me to use the code.

1. No module named Queue

1

I solved adding "from multiprocessing" image

I would like to know if was the best way to solve it.

2. Unresolved reference raw_input

image

I solved puting in to the code "row_input = input"

image

I would like to know if was the best way to solve it.

3. End of satament expected

image

I solved adding "(" and ")"

image

I would like to know if was the best way to solve it.

4. Unresolve reference 'status'

image

But I don't know how resolve this issue. Could you help me?

Thanks