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
New to Julia as well as this package, so it's possible there only needs to be a readme update.
After installing and including the package in my repl I was unable to run the word2vec command succesfully. The error was ERROR: IOError: could not spawn...no such file or directory (ENOENT). It was unable to find the file deps/src/word2vec-c/word2vec.
After manually cd'ing into that directory and running make I am able to run the command successfully. Did I miss an installation step that would have built the c executables? I see you have a file deps/build.jl that is supposed to build that directory, so it's possible I missed a step that would have run this.
Thanks!
The text was updated successfully, but these errors were encountered:
New to Julia as well as this package, so it's possible there only needs to be a readme update.
After installing and including the package in my repl I was unable to run the
word2vec
command succesfully. The error wasERROR: IOError: could not spawn
...no such file or directory (ENOENT)
. It was unable to find the filedeps/src/word2vec-c/word2vec
.After manually cd'ing into that directory and running
make
I am able to run the command successfully. Did I miss an installation step that would have built the c executables? I see you have a filedeps/build.jl
that is supposed to build that directory, so it's possible I missed a step that would have run this.Thanks!
The text was updated successfully, but these errors were encountered: