You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! I'm having trouble using the Jieba library for word segmentation in the dify-sandbox environment. When I run the code below, I get the error message: "Building prefix dict from the default dictionary ... error: operation not permitted."
It seems like this error is related to permission issues when Jieba tries to build a prefix dictionary from the default dictionary. I'm wondering if there's a way to solve this problem, or if there's an alternative method for word segmentation that works smoothly in dify-sandbox. Additionally, could you provide any solutions or relevant resources to address this issue? Thanks a bunch!
The text was updated successfully, but these errors were encountered:
Hi there! I'm having trouble using the Jieba library for word segmentation in the dify-sandbox environment. When I run the code below, I get the error message: "Building prefix dict from the default dictionary ... error: operation not permitted."
It seems like this error is related to permission issues when Jieba tries to build a prefix dictionary from the default dictionary. I'm wondering if there's a way to solve this problem, or if there's an alternative method for word segmentation that works smoothly in dify-sandbox. Additionally, could you provide any solutions or relevant resources to address this issue? Thanks a bunch!
The text was updated successfully, but these errors were encountered: