Open yuweimian-shy opened 2 months ago
When I run this test file alone, I get the following error
Please show your test.py ,
Before test your python script, please read the README.md
Please show your test.py ,
Before test your python script, please read the README.md
i just add “import numpy” before main function following the FAQ.md, The rest is unchanged. Is that right? or i need to change my code?
Is the user sandbox present on your platform?
uid=65537(sandbox) gid=59846(sandbox) group=59846(sandbox) — This system call execution is bound to the sandbox user.
Is the user sandbox present on your platform?
uid=65537(sandbox) gid=59846(sandbox) group=59846(sandbox) — This system call execution is bound to the sandbox user.
yes, currently the sandbox is on the platform.(目前正在服务器上配置sandbox的环境) OS:Ubuntu20.04 CPU arch: amd64
Following the instructions: 1.Clone the repository using git clone https://github.com/langgenius/dify-sandbox and navigate to the project directory. 2.Run ./install.sh to install the necessary dependencies. 3.Run ./build/build_[amd64|arm64].sh to build the sandbox binary. 4.Run ./main to start the server.
while doing the "./main", the output is like this:
How to solve the error:[ERROR]failed to start pip3
@athmey Please sure pip3 command is exists ?If not, please install it first
@athmey Please sure pip3 command is exists ?If not, please install it first
Thank you so much
I followed the steps in FAQ.md and got the following error at step2, anyone else having the same problem?