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

libcblas.so.3: cannot open shared object file: No such file or directory #54

Open
evancohen opened this issue Aug 12, 2017 · 0 comments

Comments

@evancohen
Copy link
Owner

evancohen commented Aug 12, 2017

Known Error

On a fresh install of Raspbian you may encounter this issue when running Sonus:

module.js:583
  return process.dlopen(module, path._makeLong(filename));
                 ^

Error: libcblas.so.3: cannot open shared object file: No such file or directory
    at Error (native)
    at Object.Module._extensions..node (module.js:583:18)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/home/pi/matrix-sonus-test/node_modules/snowboy/lib/node/index.js:8:29)
    at Module._compile (module.js:556:32)
    at Object.Module._extensions..js (module.js:565:10)

Fix

To solve this issue you have to install libatlas-base-dev

sudo apt-get install libatlas-base-dev
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