-
-
Notifications
You must be signed in to change notification settings - Fork 55
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 while installing in linux #59
Comments
Do you have OpenCV installed? |
Yes |
@dragneelfps I am also in the process of installing receipt-scanner and ran into a similar issue, turns out the git clone i did installed opencv 4, i manually downloaded 3.4.4 from github and extracted/installed that. When running I haven't finished my tinkering on this, noce i do i'll follow up with more information. |
@dragneelfps I installed on Debian 9, another issue i ran into is the default directory for opencv's libs is apparently After moving the libraries into the correct position, i ran into another issue, i'm wondering if Node 11 isn't supported by the progress bar library as it throws an error saying the following:
At this point just to have this run as a working POC i edited function updateProgressBar () {
/*bar.update(percentages.reduce(function (a, b) {
return a + b
}, 0) / files.length)*/
} However i believe this has created an issue where the function never finishes running so now i am going to troubleshoot this further, it seems that "progress" is being tracked even when the progress flag is not set. |
@Destreyf Thank you for your investigation. |
This is the log: https://pastebin.com/nUiJgegZ
The text was updated successfully, but these errors were encountered: