alibaba / pipcook

Machine learning platform for Web developers
https://alibaba.github.io/pipcook/
Apache License 2.0
2.55k stars 209 forks source link

SQLITE_ERROR: no such table: plugins #791

Closed yanzilingyan closed 3 years ago

yanzilingyan commented 3 years ago

➜ 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?

FeelyChau commented 3 years ago

Please run command:

$ pipcook daemon debug

and rerun the pipeline in another terminal, we could get the full logs.

yanzilingyan commented 3 years ago

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

yanzilingyan commented 3 years ago

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:

FeelyChau commented 3 years ago

Pipcook is not installed successfully because of the network. You can try again without tuna:

$ pipcook init
yanzilingyan commented 3 years ago

I tried the command, but I got it wrong: http://kotdev.oss-cn-shenzhen.aliyuncs.com/202106/09/sns/sns_soWqg0EyDb0609KPPIDGPG.png

FeelyChau commented 3 years ago

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.

FeelyChau commented 3 years ago

@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