Skip to content

"Child process exited with code 126" error #25

Description

@bao153

When I ran:
const w2v = require( 'word2vec' );
const corpusFilePath = 'cleared_words.txt';

w2v.word2vec(corpusFilePath, "vectors.txt", { size: 300 }, () => {
console.log("DONE");
});

It returns:
Child process exited with code 126
DONE

leaving vectors.txt unchanged. Is this because I'm running this on MacOS?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions