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
Followed your instructions and when I node index.js launch the index.js file with
const spacyNLP = require("spacy-nlp");
// default port 6466
// start the server with the python client that exposes spacyIO (or use an existing socketIO server at IOPORT)
var serverPromise = spacyNLP.server({ port: process.env.IOPORT });
// Loading spacy may take up to 15s
I get the following error:
[Fri Jun 05 2020 13:50:21 GMT+0200 (Central European Summer Time)] ERROR Traceback (most recent call last):
File "/Users/deemeetree/Documents/Root/spacyorig/node_modules/spacy-nlp/src/client.py", line 12, in <module>
import websocket
ModuleNotFoundError: No module named 'websocket'
Even though websocket was installed on my system.
Why is that?
The text was updated successfully, but these errors were encountered:
Followed your instructions and when I
node index.js
launch theindex.js
file withI get the following error:
Even though websocket was installed on my system.
Why is that?
The text was updated successfully, but these errors were encountered: