langgenius / dify-sandbox

A lightweight, fast, and secure code execution environment that supports multiple programming languages
https://docs.dify.ai/development/backend/sandbox
Apache License 2.0
412 stars 93 forks source link

The requests library cannot be used because the Python library file is missing. #54

Open userzhangqg opened 2 months ago

userzhangqg commented 2 months ago

When I run Requests, I report wrong. After investigation, I lack the Python library file. Although I can configure the Python Lib Path, requests should be allowed directly as the built -in library.