npm install opencv
ybchoo opened this issue · 8 comments
ybchoo commented
I executed "npm install opencv" as instructor but getting this errors
node-pre-gyp ERR! Tried to download(403): https://node-opencv.s3.amazonaws.com/opencv/v6.0.0/Release/node-v59-win32-x64.tar.gz
Can kindly help?
jamesdb commented
Any update on this issue?
ybchoo commented
Hi James,
I did not work on nodeopencv anymore as I find it easier to work on OpenCV
inself.
Instead of running NodeJS together with OpenCV, I separated it.
Thanks for following up though. Very efficient.
Thanks for developing projects that will change the world.
…On 23 April 2018 at 17:16, James Baxter ***@***.***> wrote:
Any update on this issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#619 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC_Otv2dnXsiv23USNtaX6sqS4uFUkK8ks5trZv4gaJpZM4S_7NK>
.
--
Rgds
*_______________________________*
CYB
Important: This email is confidential and may be privileged. If you are not
the intended recipient, please delete it and notify me immediately. Please
DO NOT copy or use it for any purpose, or disclose its' contents to ANY
other person. Thank you.
igorescobar commented
Same here :( Can't npm install opencv
.
nedol commented
any solutions?
NicolasRannou commented
Did you install opencv before installing node opencv?
ybchoo commented
Thanks Nicolas.
Is working now. My mistake. I have since installed openCV before performing
npm install.
…On 25 May 2018 at 05:41, Nicolas Rannou ***@***.***> wrote:
Did you install opencv before installing node opencv?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#619 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC_OtlvPKW1jrRVvMJdEiwnMeo3hEK91ks5t1yj2gaJpZM4S_7NK>
.
--
Rgds
*_______________________________*
CYB
Important: This email is confidential and may be privileged. If you are not
the intended recipient, please delete it and notify me immediately. Please
DO NOT copy or use it for any purpose, or disclose its' contents to ANY
other person. Thank you.
NicolasRannou commented
:) I had the same issue and the error message was a bit misleading!
malpaniankit commented
I have installed OPENCV 4.0 alpha and now not able to install using ( npm install opencv )
Error >> first it shows that server at AMAZON S3 bucket is unavailable and it falls back to building from source
and then fails with Make Exit code : 2
please let me know how to resolve this