alibaba / pipcook

Machine learning platform for Web developers

Home Page:https://alibaba.github.io/pipcook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run pipeline error: Forbidden

rhinonan opened this issue · comments

MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)

  • OS: macOS 11.5.2
  • nodejs: 16.9.0
sudo npm install -g @pipcook/cli

sudo pipcook train https://cdn.jsdelivr.net/gh/alibaba/pipcook@main/example/pipelines/image-classification-mobilenet.json -o output. # => run pipeline error: Forbidden

pipcook train https://cdn.jsdelivr.net/gh/alibaba/pipcook@main/example/pipelines/image-classification-mobilenet.json -o output. # => run pipeline error: Forbidden(widthout sudo)

just run as README.MD QUICK START

node 14 is fine

commented

The framework for node v16 is not ready for now, we will update the document when it's done.

@FeelyChau node版本14.0.0也 run pipeline error: Forbidden

commented

@FeelyChau node版本14.0.0也 run pipeline error: Forbidden

What's the OS version and the cpu type?

OS:win10
Inter(R) Core(TM) i5-7400 CPU

commented

@keke0327 Please upgrade Node to v14.17.0, we only packed the framework packages for N-API v8 on win10.

node版本升级到v14.17.0后
run pipeline error: EPERM: operation not permitted, rename 'C:\Users\admin.pipcook\framework\tmp\55f4079d09d4e45a68f9d0bfe352df5b' -> 'C:\Users\admin.pipcook\framework\55f4079d09d4e45a68f9d0bfe352df5b'

commented

@keke0327 需要用管理员模式运行终端,然后跑 pipcook。

谢谢~