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
I solved adding "from multiprocessing"
I would like to know if was the best way to solve it.
2. Unresolved reference raw_input
I solved puting in to the code "row_input = input"
I would like to know if was the best way to solve it.
3. End of satament expected
I solved adding "(" and ")"
I would like to know if was the best way to solve it.
4. Unresolve reference 'status'
But I don't know how resolve this issue. Could you help me?
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
I solved adding "from multiprocessing"
I would like to know if was the best way to solve it.
2. Unresolved reference raw_input
I solved puting in to the code "row_input = input"
I would like to know if was the best way to solve it.
3. End of satament expected
I solved adding "(" and ")"
I would like to know if was the best way to solve it.
4. Unresolve reference 'status'
But I don't know how resolve this issue. Could you help me?
Thanks