Get something ran on pages

Hey, how can I get that project run on my cloudflare page?

If I use
conda create -n opensora python=3.8 -y; conda activate opensora; pip install -e .

I get this error:

18:04:52.420    /opt/buildhome/.asdf/plugins/python/shims/pip: line 53:   576 Segmentation fault      "$pip" "$@"
18:04:52.426    Error: Exit with error code: 139
18:04:52.427        at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)
18:04:52.427        at Object.onceWrapper (node:events:652:26)
18:04:52.427        at ChildProcess.emit (node:events:537:28)
18:04:52.427        at ChildProcess._handle.onexit (node:internal/child_process:291:12)
18:04:52.439    Failed: build command exited with code: 1


https://github.com/PKU-YuanGroup/Open-Sora-Plan
Was this page helpful?