dify 0.15.3 cannot create apps using templates #9032

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

Originally created by @zhiqunlin on GitHub (Mar 4, 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

0.15.3

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

dify 0.15.3 create apps using templates

✔️ Expected Behavior

dify 0.15.3 create apps using templates OK

Actual Behavior

docker logs docker-api-1
Running migrations
None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.
/app/api/.venv/lib/python3.12/site-packages/tencentcloud/hunyuan/v20230901/models.py:6087: SyntaxWarning: invalid escape sequence '_'
"""function名称,只能包含a-z,A-Z,0-9,_或-
2025-03-04 06:39:24.958 INFO [MainThread] [utils.py:160] - NumExpr defaulting to 4 threads.
/app/api/.venv/lib/python3.12/site-packages/opik/evaluation/metrics/heuristics/regex_match.py:8: SyntaxWarning: invalid escape sequence '\d'
"""
2025-03-04 06:39:34.495 INFO [MainThread] [_client.py:1038] - HTTP Request: GET https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json "HTTP/1.1 200 OK"
2025-03-04 06:39:43.600 INFO [pre_load_builtin_providers_cache] [font_manager.py:1578] - generated new fontManager
Preparing database migration...
Starting database migration.
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
Database migration successful!
[2025-03-04 06:40:01 +0000] [1] [INFO] Starting gunicorn 23.0.0
[2025-03-04 06:40:01 +0000] [1] [INFO] Listening at: http://0.0.0.0:5001 (1)
[2025-03-04 06:40:01 +0000] [1] [INFO] Using worker: gevent
[2025-03-04 06:40:01 +0000] [23] [INFO] Booting worker with pid: 23
None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.
2025-03-04 06:40:16.223 INFO [MainThread] [utils.py:160] - NumExpr defaulting to 4 threads.
2025-03-04 06:40:21.652 INFO [MainThread] [_client.py:1038] - HTTP Request: GET https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json "HTTP/1.1 200 OK"
2025-03-04 06:42:10.780 WARNING [Dummy-1] [remote_retrieval.py:31] - fetch recommended apps from dify official failed: fetch recommended apps failed, status code: 404, switch to built-in.
2025-03-04 06:42:20.686 WARNING [Dummy-2] [remote_retrieval.py:31] - fetch recommended apps from dify official failed: fetch recommended apps failed, status code: 404, switch to built-in.
2025-03-04 07:06:56.178 WARNING [Dummy-3] [remote_retrieval.py:31] - fetch recommended apps from dify official failed: fetch recommended apps failed, status code: 404, switch to built-in.

Originally created by @zhiqunlin on GitHub (Mar 4, 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 0.15.3 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce dify 0.15.3 create apps using templates ### ✔️ Expected Behavior dify 0.15.3 create apps using templates OK ### ❌ Actual Behavior docker logs docker-api-1 Running migrations None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used. /app/api/.venv/lib/python3.12/site-packages/tencentcloud/hunyuan/v20230901/models.py:6087: SyntaxWarning: invalid escape sequence '\_' """function名称,只能包含a-z,A-Z,0-9,\_或- 2025-03-04 06:39:24.958 INFO [MainThread] [utils.py:160] - NumExpr defaulting to 4 threads. /app/api/.venv/lib/python3.12/site-packages/opik/evaluation/metrics/heuristics/regex_match.py:8: SyntaxWarning: invalid escape sequence '\d' """ 2025-03-04 06:39:34.495 INFO [MainThread] [_client.py:1038] - HTTP Request: GET https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json "HTTP/1.1 200 OK" 2025-03-04 06:39:43.600 INFO [pre_load_builtin_providers_cache] [font_manager.py:1578] - generated new fontManager Preparing database migration... Starting database migration. INFO [alembic.runtime.migration] Context impl PostgresqlImpl. INFO [alembic.runtime.migration] Will assume transactional DDL. Database migration successful! [2025-03-04 06:40:01 +0000] [1] [INFO] Starting gunicorn 23.0.0 [2025-03-04 06:40:01 +0000] [1] [INFO] Listening at: http://0.0.0.0:5001 (1) [2025-03-04 06:40:01 +0000] [1] [INFO] Using worker: gevent [2025-03-04 06:40:01 +0000] [23] [INFO] Booting worker with pid: 23 None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used. 2025-03-04 06:40:16.223 INFO [MainThread] [utils.py:160] - NumExpr defaulting to 4 threads. 2025-03-04 06:40:21.652 INFO [MainThread] [_client.py:1038] - HTTP Request: GET https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json "HTTP/1.1 200 OK" 2025-03-04 06:42:10.780 WARNING [Dummy-1] [remote_retrieval.py:31] - fetch recommended apps from dify official failed: fetch recommended apps failed, status code: 404, switch to built-in. 2025-03-04 06:42:20.686 WARNING [Dummy-2] [remote_retrieval.py:31] - fetch recommended apps from dify official failed: fetch recommended apps failed, status code: 404, switch to built-in. 2025-03-04 07:06:56.178 WARNING [Dummy-3] [remote_retrieval.py:31] - fetch recommended apps from dify official failed: fetch recommended apps failed, status code: 404, switch to built-in.
yindo added the 🐞 bug label 2026-02-21 18:29:48 -05:00
yindo closed this issue 2026-02-21 18:29:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#9032