Closed yanzilingyan closed 3 years ago
Please run command:
$ pipcook daemon debug
and rerun the pipeline in another terminal, we could get the full logs.
Run command:
$ pipcook init --tuna
However, the report was wrong. Please see the link for the screenshot:
http://kotdev.oss-cn-shenzhen.aliyuncs.com/202106/08/sns/sns_qttLxnPQxc0608KPO2RAL8.png
Run command:
$ pipcook daemon debug
Still wrong:
`➜ ~ git:(master) ✗ pipcook daemon debug
✔ skiped, daemon is not running.
(node:56004) UnhandledPromiseRejectionWarning: Error: Cannot find module '/Users/xiaoenai/.pipcook/server/node_modules/@pipcook/daemon/bootstrap.js'
Require stack:
node --trace-warnings ...
to show where the warning was created)
(node:56004) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:56004) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.`Pipcook is not installed successfully because of the network. You can try again without tuna
:
$ pipcook init
I tried the command, but I got it wrong: http://kotdev.oss-cn-shenzhen.aliyuncs.com/202106/09/sns/sns_soWqg0EyDb0609KPPIDGPG.png
I tried the command, but I got it wrong: http://kotdev.oss-cn-shenzhen.aliyuncs.com/202106/09/sns/sns_soWqg0EyDb0609KPPIDGPG.png
I can't see the error in the screenshot, only a warning message.
@yanzilingyan Pipcook 2.0 is released, it's much faster than v1.x. You could install it through:
npm uninstall @pipcook/pipcook-cli -g && npm install @pipcook/cli -g
➜ demo_model2 pipcook run pipeline.json ✖ SQLITE_ERROR: no such table: plugins
node v14.16.0 npm .14.11
https://oss.197.com/202106/02/sns/sns_87JWBt5Byz0605KPJV3F6T.png
Please see what's going on?