-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The requests
module in sandbox doesn't function well
#8008
Comments
I found two similar discussions that might be relevant to your issue:
The issue you're encountering with the [tool.poetry.dependencies]
# existing dependencies
chardet = "~5.1.0" # Add this line to include chardet
# or
charset_normalizer = "~3.2.0" # Add this line to include charset_normalizer Make sure to add only one of these dependencies, as Additionally, there are known limitations regarding the use of external libraries like |
Could this issue be related to the removal of “Advanced Dependencies” from the panel? |
Yes, the issue could be related to the removal of “Advanced Dependencies” from the panel. The Here is the relevant part of the code that includes the <Field
title={t(`${i18nPrefix}.advancedSetting`)}
supportFold
>
<AdvancedSetting
hideMemorySetting={!isChatMode}
instruction={inputs.instruction}
onInstructionChange={handleInstructionChange}
memory={inputs.memory}
onMemoryChange={handleMemoryChange}
readonly={readOnly}
isChatApp={isChatMode}
isChatModel={isChatModel}
hasSetBlockStatus={hasSetBlockStatus}
nodesOutputVars={availableVars}
availableNodes={availableNodesWithParent}
/>
</Field> If the |
FYI, In 0.2.6, we no longer need to include it in advance settings. I think you can try httpx. |
closed by #8397 |
Self Checks
Dify version
0.7.3
Cloud or Self Hosted
Cloud, Self Hosted (Docker), Self Hosted (Source)
Steps to reproduce
✔️ Expected Behavior
This happens both on Cloud & self-host
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: