## The problem
Issue langgenius/dify#4463 (closed, 39 comments): ### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.6.8 ### Cloud or Self Hosted Self Host
## The verified fix
Contributor lzzzzzzzzz: bump the sandbox image from 0.2.1 to 0.2.4 to fix inconsistent execution after importing third-party libraries. Maintainer crazywoola linked the dify-sandbox FAQ: the sandbox blocks syscalls not on its allowlist (file io, networking, etc.), so libraries needing disallowed syscalls fail - check the FAQ's ALLOW_SYSCALLS list when a library still misbehaves after the version bump.