Install zhipuai_tool error #916

Closed
opened 2026-02-16 10:21:00 -05:00 by yindo · 0 comments
Owner

Originally created by @NotAlone777 on GitHub (Jan 5, 2026).

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 Dify issues & Dify Official Plugins, 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.11.2

Plugin version

langgenius/zhipuai_tool version 0.0.2

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

An error occurred when installing the zhipuai_tool plugin on Dify version 1.11.2

✔️ Error log

2026-01-05T20:15:18.406420083+08:00 2026/01/05 12:15:18 logger.go:24: [ERROR]local runtime start failed: langgenius/zhipuai_tool:0.0.2@e8432ba5721a924ff9ff13c083877e1711ff840f775f1cccec7118aaa7b1f74a, error: plugin failed to start: -0.0.2@e8432ba5721a924ff9ff13c083877e1711ff840f775f1cccec7118aaa7b1f74a/.venv/lib/python3.12/site-packages/zhipuai/core/__init__.py", line 1, in <module>
2026-01-05T20:15:18.406440303+08:00     from ._base_models import (
2026-01-05T20:15:18.406443423+08:00   File "/app/storage/cwd/langgenius/zhipuai_tool-0.0.2@e8432ba5721a924ff9ff13c083877e1711ff840f775f1cccec7118aaa7b1f74a/.venv/lib/python3.12/site-packages/zhipuai/core/_base_models.py", line 23, in <module>
2026-01-05T20:15:18.406447223+08:00     from ._utils import is_list, is_mapping, parse_date, parse_datetime, is_annotated_type, extract_type_arg, \
2026-01-05T20:15:18.406450843+08:00   File "/app/storage/cwd/langgenius/zhipuai_tool-0.0.2@e8432ba5721a924ff9ff13c083877e1711ff840f775f1cccec7118aaa7b1f74a/.venv/lib/python3.12/site-packages/zhipuai/core/_utils/__init__.py", line 2, in <module>
2026-01-05T20:15:18.406453392+08:00     from ._utils import (
2026-01-05T20:15:18.406456962+08:00   File "/app/storage/cwd/langgenius/zhipuai_tool-0.0.2@e8432ba5721a924ff9ff13c083877e1711ff840f775f1cccec7118aaa7b1f74a/.venv/lib/python3.12/site-packages/zhipuai/core/_utils/_utils.py", line 21, in <module>
2026-01-05T20:15:18.406459852+08:00     import sniffio
2026-01-05T20:15:18.406463002+08:00 ModuleNotFoundError: No module named 'sniffio'
Originally created by @NotAlone777 on GitHub (Jan 5, 2026). ### 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 [Dify issues](https://github.com/langgenius/dify/issues) & [Dify Official Plugins](https://github.com/langgenius/dify-official-plugins/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.11.2 ### Plugin version langgenius/zhipuai_tool version 0.0.2 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce An error occurred when installing the zhipuai_tool plugin on Dify version 1.11.2 ### ✔️ Error log ```code 2026-01-05T20:15:18.406420083+08:00 2026/01/05 12:15:18 logger.go:24: [ERROR]local runtime start failed: langgenius/zhipuai_tool:0.0.2@e8432ba5721a924ff9ff13c083877e1711ff840f775f1cccec7118aaa7b1f74a, error: plugin failed to start: -0.0.2@e8432ba5721a924ff9ff13c083877e1711ff840f775f1cccec7118aaa7b1f74a/.venv/lib/python3.12/site-packages/zhipuai/core/__init__.py", line 1, in <module> 2026-01-05T20:15:18.406440303+08:00 from ._base_models import ( 2026-01-05T20:15:18.406443423+08:00 File "/app/storage/cwd/langgenius/zhipuai_tool-0.0.2@e8432ba5721a924ff9ff13c083877e1711ff840f775f1cccec7118aaa7b1f74a/.venv/lib/python3.12/site-packages/zhipuai/core/_base_models.py", line 23, in <module> 2026-01-05T20:15:18.406447223+08:00 from ._utils import is_list, is_mapping, parse_date, parse_datetime, is_annotated_type, extract_type_arg, \ 2026-01-05T20:15:18.406450843+08:00 File "/app/storage/cwd/langgenius/zhipuai_tool-0.0.2@e8432ba5721a924ff9ff13c083877e1711ff840f775f1cccec7118aaa7b1f74a/.venv/lib/python3.12/site-packages/zhipuai/core/_utils/__init__.py", line 2, in <module> 2026-01-05T20:15:18.406453392+08:00 from ._utils import ( 2026-01-05T20:15:18.406456962+08:00 File "/app/storage/cwd/langgenius/zhipuai_tool-0.0.2@e8432ba5721a924ff9ff13c083877e1711ff840f775f1cccec7118aaa7b1f74a/.venv/lib/python3.12/site-packages/zhipuai/core/_utils/_utils.py", line 21, in <module> 2026-01-05T20:15:18.406459852+08:00 import sniffio 2026-01-05T20:15:18.406463002+08:00 ModuleNotFoundError: No module named 'sniffio' ```
yindo added the bug label 2026-02-16 10:21:00 -05:00
yindo closed this issue 2026-02-16 10:21:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#916