Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Could not locate the bindings file. Tried: #204

Open
Tamer3mansor opened this issue Mar 15, 2023 · 0 comments
Open

Error: Could not locate the bindings file. Tried: #204

Tamer3mansor opened this issue Mar 15, 2023 · 0 comments

Comments

@Tamer3mansor
Copy link

I decrease my node version to node 15.x to avoid error in deep Speech modules
after that i found this error

throw err;
^

Error: Could not locate the bindings file. Tried:
→ D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\build\vad.node
→ D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\build\Debug\vad.node
→ D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\build\Release\vad.node
→ D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\out\Debug\vad.node
→ D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\Debug\vad.node
→ D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\out\Release\vad.node
→ D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\Release\vad.node
→ D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\build\default\vad.node
→ D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\compiled\14.21.3\win32\x64\vad.node
→ D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\addon-build\release\install-root\vad.node
→ D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\addon-build\debug\install-root\vad.node
→ D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\addon-build\default\install-root\vad.node
→ D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\lib\binding\node-v83-win32-x64\vad.node
at bindings (D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\bindings\bindings.js:126:9)
at Object. (D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\lib\vad.js:4:49) at Module._compile (internal/modules/cjs/loader.js:1114:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
at Module.load (internal/modules/cjs/loader.js:979:32)
at Function.Module._load (internal/modules/cjs/loader.js:819:12)
at Module.require (internal/modules/cjs/loader.js:1003:19)
at require (internal/modules/cjs/helpers.js:107:18)
at Object. (D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\index.js:1:13)
at Module._compile (internal/modules/cjs/loader.js:1114:14) {
tries: [
'D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\build\vad.node',
'D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\build\Debug\vad.node',
'D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\build\Release\vad.node',
'D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\out\Debug\vad.node',
'D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\Debug\vad.node',
'D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\out\Release\vad.node',
'D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\Release\vad.node',
'D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\build\default\vad.node',
'D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\compiled\14.21.3\win32\x64\vad.node',
'D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\addon-build\release\install-root\vad.node',
'D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\addon-build\debug\install-root\vad.node',
'D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\addon-build\default\install-root\vad.node',
'D:\program\DeepSpeech-examples\web_microphone_websocket\node_modules\node-vad\lib\binding\node-v83-win32-x64\vad.node'
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant