You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a great deal of trouble getting started with spacy-nlp.
I keep getting the following message:
"node_modules/spacy-nlp/src/client.py", line 10, in
[Fri Jun 22 2018 22:20:42 GMT-0700 (PDT)] ERROR import six
ImportError: No module named six"
I have installed, uninstalled and reinstalled six using pip, but still no dice.
I wonder if the error could be connected to the fact that my computer (mac os x) came with Python on it, so when I installed Python 3.6 I have had to specify it specifically since there are two versions on the same computer.
For instance "Python3.6 -m pip install six"
I notice it says...
INFO Starting socketIO client for python at 6466
When I run "node spacyserver.js". Do I need to specify to use version 3 somewhere? How would I do that?
Thanks so much! I'm at my wit's end trying to get an NLP to function on my computer.
The text was updated successfully, but these errors were encountered:
Greetings,
I am having a great deal of trouble getting started with spacy-nlp.
I keep getting the following message:
I have installed, uninstalled and reinstalled six using pip, but still no dice.
I wonder if the error could be connected to the fact that my computer (mac os x) came with Python on it, so when I installed Python 3.6 I have had to specify it specifically since there are two versions on the same computer.
For instance "Python3.6 -m pip install six"
I notice it says...
When I run "node spacyserver.js". Do I need to specify to use version 3 somewhere? How would I do that?
Thanks so much! I'm at my wit's end trying to get an NLP to function on my computer.
The text was updated successfully, but these errors were encountered: