When I tried to add the Deepseek model after adding Olama, clicking the save button did not respond #10437

Closed
opened 2026-02-21 18:46:57 -05:00 by yindo · 0 comments
Owner

Originally created by @xiangHannibal on GitHub (Mar 11, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.0.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

When I tried to add the Deepseek model after adding Olama, clicking the save button did not respond, and the Docker log output showed the following error:

Image

[INFO]init environment for plugin langgenius/ollama:0.0.3
plugin_daemon-1 | 2025/03/12 01:17:59 runtime_lifetime.go:76: [ERROR]init environment failed: failed to install dependencies: exit status 2, output: Resolved 38 packages in 9ms
plugin_daemon-1 | warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance.
plugin_daemon-1 | If the cache and target directories are on different filesystems, hardlinking may not be supported.
plugin_daemon-1 | If this is intentional, set export UV_LINK_MODE=copy or use --link-mode=copy to suppress this warning.
plugin_daemon-1 | error: Failed to install: pydantic-2.8.2-py3-none-any.whl (pydantic==2.8.2)
plugin_daemon-1 | Caused by: failed to copy file from /root/.cache/uv/archive-v0/e1KmHsolwY6GHnGneMy4x/pydantic/experimental/pipeline.py to /app/storage/cwd/langgenius/ollama-0.0.3@9ded90ac00e8510119a24be7396ba77191c9610d5e1e29f59d68fa1229822fc7/.venv/lib/python3.12/site-packages/pydantic/experimental/pipeline.py: Too many open files (os error 24)
plugin_daemon-1 | , retry in 30s

✔️ Expected Behavior

After I switched to version 0.15, there was no such issue

Actual Behavior

No response

Originally created by @xiangHannibal on GitHub (Mar 11, 2025). ### 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] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.0.1 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce When I tried to add the Deepseek model after adding Olama, clicking the save button did not respond, and the Docker log output showed the following error: ![Image](https://github.com/user-attachments/assets/e17d4846-1f43-497b-a4a6-c4e71e9cbb65) [INFO]init environment for plugin langgenius/ollama:0.0.3 plugin_daemon-1 | 2025/03/12 01:17:59 runtime_lifetime.go:76: [ERROR]init environment failed: failed to install dependencies: exit status 2, output: Resolved 38 packages in 9ms plugin_daemon-1 | warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance. plugin_daemon-1 | If the cache and target directories are on different filesystems, hardlinking may not be supported. plugin_daemon-1 | If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning. plugin_daemon-1 | error: Failed to install: pydantic-2.8.2-py3-none-any.whl (pydantic==2.8.2) plugin_daemon-1 | Caused by: failed to copy file from /root/.cache/uv/archive-v0/e1KmHsolwY6GHnGneMy4x/pydantic/experimental/pipeline.py to /app/storage/cwd/langgenius/ollama-0.0.3@9ded90ac00e8510119a24be7396ba77191c9610d5e1e29f59d68fa1229822fc7/.venv/lib/python3.12/site-packages/pydantic/experimental/pipeline.py: Too many open files (os error 24) plugin_daemon-1 | , retry in 30s ### ✔️ Expected Behavior After I switched to version 0.15, there was no such issue ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 18:46:57 -05:00
yindo closed this issue 2026-02-21 18:46:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#10437