-
Notifications
You must be signed in to change notification settings - Fork 79
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
Cannot get model file successfully #63
Comments
I found the following command:
I download |
What's more, I found when I try While when it comes to
x model-20170512-110547.ckpt-250000.index
x model-20170512-110547.meta
/Users/jiaruili/git/node-facenet
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN sinon-test@2.1.1 requires a peer of sinon@2.x - 3.x but none was installed.
added 123 packages, removed 88 packages, updated 25 packages and moved 9 packages in 623.836s
x 20170512-110547.pb
x model-20170512-110547.ckpt-250000.data-00000-of-00001: (Empty error message)
tar: Error exit delayed from previous errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! facenet@0.3.19 postinstall:models: `set -e && if [ ! -d models ]; then mkdir models; fi && cd models && if [ ! -f model.tar.bz2 ]; then curl --location --output model.tar.bz2.tmp https://github.com/zixia/node-facenet/releases/download/v0.1.9/model-20170512.tar.bz2; mv model.tar.bz2.tmp model.tar.bz2; fi && tar jxvf model.tar.bz2 && cd -`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the facenet@0.3.19 postinstall:models script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jiaruili/.npm/_logs/2017-10-13T12_35_40_714Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! facenet@0.3.19 postinstall: `npm run venv && npm run postinstall:facenet && npm run postinstall:models`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the facenet@0.3.19 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jiaruili/.npm/_logs/2017-10-13T12_35_40_810Z-debug.log |
facenet@0.3.19
Cannot install successfully
Solution:download the file from https://github.com/zixia/node-facenet/releases/download/v0.1.9/model-20170512.tar.bz2 rename the file |
facenet@0.3.19
Cannot install successfully
when try
npm install
get the following errorCannot install it successfully. Could you help to find the reason?
I found the reason is
facenet@0.3.19 postinstall: npm run venv && npm run postinstall:facenet && npm run postinstall:models
When I try
npm run venv
andnpm run postinstall:facenet
, it works well, but when I trynpm run postinstall:models
, get the same error as follows:The text was updated successfully, but these errors were encountered: