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: libdlib.so.19.8.0: cannot open shared object file: No such file or directory #162

Open
ajaylg opened this issue Jun 19, 2020 · 0 comments

Comments

@ajaylg
Copy link

ajaylg commented Jun 19, 2020

Hi @justadudewhohacks ,

I’m doing simple face recognition NodeJS API using your source code face-recognition.js. Now I facing some issue while creating face descriptor. This API works well and creates Face descriptors while running in Local Host, but when I try to deploy this NodeJS app to Heroku it throws some error log like this. Can you guide us on this?

Heroku Error Log:

internal/modules/cjs/loader.js:807
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: libdlib.so.19.8.0: cannot open shared object file: No such file or directory
at Object.Module._extensions..node (internal/modules/cjs/loader.js:807:18)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (/app/node_modules/face-recognition/lib/fr.js:6:8)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)

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