Skip to content

[BUG] ERR_DLOPEN_FAILED #39

Open
Open
@TecEash1

Description

@TecEash1

This fix is related to the error caused by the TensorFlow.js library
On some systems you may face this issue, I believe this is a bug in the TensorFlow library, on other systems it is fine. If you encounter the issue please fix it by doing the following:

Move D:\TFJS\node_modules\@tensorflow\tfjs-node\deps\lib\tensorflow.dll to D:\TFJS\node_modules\@tensorflow\tfjs-node\lib\napi-v8\

Example Error:

node: internal/modules/cjs/loader:1464
at require (node:internal/modules/helpers:179:18)
at Object.<anonymous> (C:\\Users\\Administrator\\Downloads\\Taurus\\node_modules\\.pnpm\\@tensorflow+tfjs-node @4.19.0 [email protected]\\node_modules\\@tensorflow\\tfjs-node\\dist\\index.js:72:16)
}
at Module._compile (node:internal/modules/cjs/loader: 1368:14)
at Module._extensions..js (node:internal/modules/cjs/loader: 1426:10)
at Module.load (node:internal/modules/cjs/loader: 1205:32)
at Module._load (node:internal/modules/cjs/loader:1021:12) {
    code: 'ERR_DLOPEN_FAILED'
}

If you know of a different fix, I would appreciate it if you would please file a new issue and let me know!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions