You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Known Error
On a fresh install of Raspbian you may encounter this issue when running Sonus:
Fix
To solve this issue you have to install libatlas-base-dev
The text was updated successfully, but these errors were encountered: