dify icon indicating copy to clipboard operation
dify copied to clipboard

[ERROR]init environment failed: failed to pre-compile the plugin: ./.venv/lib/python3.12/site-packages/oletools/thirdparty/prettytable/prettytable.py:74: SyntaxWarning: invalid escape sequence '\['

Open tsuzukia21 opened this issue 10 months ago • 3 comments

Self Checks

  • [x] This is only for bug report, if you would like to ask a question, please head to Discussions.
  • [x] I have searched for existing issues search for existing issues, including closed ones.
  • [x] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [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

Issue title:

Cannot install custom plugin via Github/difypkg

Issue description:

Image

init environment for plugin tsuzukia21/extractvba:0.0.1 failed too many times, you should consider the package is corrupted or your network is unstable

I am unable to install my custom plugin via Github/difypkg. I have already confirmed that it works correctly when using the remote debug feature.

However, installation through Github/difypkg is unsuccessful. When checking the docker-plugin_daemon-1 logs, I found the following error message:

[ERROR] init environment failed: failed to pre-compile the plugin: ./.venv/lib/python3.12/site-packages/oletools/thirdparty/prettytable/prettytable.py:74: SyntaxWarning: invalid escape sequence '['

It seems the package could not be extracted properly. Strangely enough, I can successfully install oletools in the Python 3.12 environment when using the remote debug feature. What could be causing this issue?

Environment: WSL / Docker Desktop

✔️ Expected Behavior

install

❌ Actual Behavior

error message

[ERROR]init environment failed: failed to pre-compile the plugin: ./.venv/lib/python3.12/site-packages/oletools/thirdparty/prettytable/prettytable.py:74: SyntaxWarning: invalid escape sequence '['

docker-plugin_daemon-1 log

2025-03-16 14:35:08 [GIN] 2025/03/16 - 05:35:08 | 200 | 806.435µs | 172.19.0.8 | GET "/plugin/c8a9864a-2d24-45de-922b-fc301e0e452f/management/install/tasks?page=1&page_size=100" 2025-03-16 14:35:13 [GIN] 2025/03/16 - 05:35:13 | 200 | 846.938µs | 172.19.0.8 | GET "/plugin/c8a9864a-2d24-45de-922b-fc301e0e452f/management/install/tasks/829f431d-27bf-4add-b73e-eb647f093d20" 2025-03-16 14:35:13 [GIN] 2025/03/16 - 05:35:13 | 200 | 807.536µs | 172.19.0.8 | GET "/plugin/c8a9864a-2d24-45de-922b-fc301e0e452f/management/install/tasks?page=1&page_size=100" 2025-03-16 14:35:18 [GIN] 2025/03/16 - 05:35:18 | 200 | 786.035µs | 172.19.0.8 | GET "/plugin/c8a9864a-2d24-45de-922b-fc301e0e452f/management/install/tasks?page=1&page_size=100" 2025-03-16 14:35:23 [GIN] 2025/03/16 - 05:35:23 | 200 | 767.435µs | 172.19.0.8 | GET "/plugin/c8a9864a-2d24-45de-922b-fc301e0e452f/management/install/tasks/829f431d-27bf-4add-b73e-eb647f093d20" 2025-03-16 14:35:23 [GIN] 2025/03/16 - 05:35:23 | 200 | 700.131µs | 172.19.0.8 | GET "/plugin/c8a9864a-2d24-45de-922b-fc301e0e452f/management/install/tasks?page=1&page_size=100" 2025-03-16 14:35:34 [GIN] 2025/03/16 - 05:35:34 | 200 | 834.735µs | 172.19.0.8 | GET "/plugin/c8a9864a-2d24-45de-922b-fc301e0e452f/management/install/tasks/829f431d-27bf-4add-b73e-eb647f093d20" 2025-03-16 14:35:38 2025/03/16 05:35:38 runtime_lifetime.go:70: [INFO]init environment for plugin tsuzukia21/extractvba:0.0.1 2025-03-16 14:35:38 2025/03/16 05:35:38 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Listing '.'...... 2025-03-16 14:35:38 2025/03/16 05:35:38 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/click/_compat.py'...... 2025-03-16 14:35:38 2025/03/16 05:35:38 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Listing './.venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/serialization'...... 2025-03-16 14:35:39 2025/03/16 05:35:39 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/dify_plugin/file/constants.py'...... 2025-03-16 14:35:39 2025/03/16 05:35:39 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/dpkt/llc.py'...... 2025-03-16 14:35:39 2025/03/16 05:35:39 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/gevent/_tblib.py'...... 2025-03-16 14:35:39 2025/03/16 05:35:39 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/monkey_package/threadpool_monkey_patches.py'...... 2025-03-16 14:35:39 2025/03/16 05:35:39 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__resolver_dnspython.py'...... 2025-03-16 14:35:40 2025/03/16 05:35:40 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Listing './.venv/lib/python3.12/site-packages/h11-0.14.0.dist-info'...... 2025-03-16 14:35:40 2025/03/16 05:35:40 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Listing './.venv/lib/python3.12/site-packages/jinja2-3.1.6.dist-info'...... 2025-03-16 14:35:40 2025/03/16 05:35:40 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Listing './.venv/lib/python3.12/site-packages/oletools-0.60.2.dist-info'...... 2025-03-16 14:35:41 2025/03/16 05:35:41 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/pydantic/functional_validators.py'...... 2025-03-16 14:35:41 2025/03/16 05:35:41 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/requests/help.py'...... 2025-03-16 14:35:41 2025/03/16 05:35:41 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_py.py'...... 2025-03-16 14:35:42 2025/03/16 05:35:42 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Listing './.venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text'...... 2025-03-16 14:35:42 2025/03/16 05:35:42 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/setuptools/vendor/wheel/vendored/packaging/elffile.py'...... 2025-03-16 14:35:42 2025/03/16 05:35:42 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml.py'...... 2025-03-16 14:35:43 2025/03/16 05:35:43 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/urllib3/connectionpool.py'...... 2025-03-16 14:35:43 2025/03/16 05:35:43 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/yaml/loader.py'...... 2025-03-16 14:35:43 2025/03/16 05:35:43 runtime_lifetime.go:76: [ERROR]init environment failed: failed to pre-compile the plugin: ./.venv/lib/python3.12/site-packages/oletools/thirdparty/prettytable/prettytable.py:74: SyntaxWarning: invalid escape sequence '[' 2025-03-16 14:35:43 re = re.compile("\033[[0-9;]m") 2025-03-16 14:35:43 ./.venv/lib/python3.12/site-packages/oletools/thirdparty/prettytable/prettytable.py:800: SyntaxWarning: invalid escape sequence '{' 2025-03-16 14:35:43 self.vertical_char = random.choice("~!@#$%^&()+|-={}[];':",./;<>?") 2025-03-16 14:35:43 ./.venv/lib/python3.12/site-packages/oletools/thirdparty/prettytable/prettytable.py:801: SyntaxWarning: invalid escape sequence '{' 2025-03-16 14:35:43 self.horizontal_char = random.choice("~!@#$%^&*()+|-={}[];':",./;<>?") 2025-03-16 14:35:43 ./.venv/lib/python3.12/site-packages/oletools/thirdparty/prettytable/prettytable.py:802: SyntaxWarning: invalid escape sequence '{' 2025-03-16 14:35:43 self.junction_char = random.choice("~!@#$%^&*()+|-={}[];':",./;<>?") 2025-03-16 14:35:43 ./.venv/lib/python3.12/site-packages/pydub/utils.py:300: SyntaxWarning: invalid escape sequence '(' 2025-03-16 14:35:43 m = re.match('(sup?) (([0-9]{1,2}) bit)$', token) 2025-03-16 14:35:43 ./.venv/lib/python3.12/site-packages/pydub/utils.py:301: SyntaxWarning: invalid escape sequence '(' 2025-03-16 14:35:43 m2 = re.match('(sup?)( (default))?$', token) 2025-03-16 14:35:43 ./.venv/lib/python3.12/site-packages/pydub/utils.py:310: SyntaxWarning: invalid escape sequence '(' 2025-03-16 14:35:43 elif re.match('(flt)p?( (default))?$', token): 2025-03-16 14:35:43 ./.venv/lib/python3.12/site-packages/pydub/utils.py:314: SyntaxWarning: invalid escape sequence '(' 2025-03-16 14:35:43 elif re.match('(dbl)p?( (default))?$', token): 2025-03-16 14:35:43 , retry in 30s 2025-03-16 14:35:45 [GIN] 2025/03/16 - 05:35:45 | 200 | 876.345µs | 172.19.0.8 | GET "/plugin/c8a9864a-2d24-45de-922b-fc301e0e452f/management/install/tasks/829f431d-27bf-4add-b73e-eb647f093d20" 2025-03-16 14:35:56 [GIN] 2025/03/16 - 05:35:56 | 200 | 1.176159ms | 172.19.0.8 | GET "/plugin/c8a9864a-2d24-45de-922b-fc301e0e452f/management/install/tasks/829f431d-27bf-4add-b73e-eb647f093d20" 2025-03-16 14:36:07 [GIN] 2025/03/16 - 05:36:07 | 200 | 701.331µs | 172.19.0.8 | GET "/plugin/c8a9864a-2d24-45de-922b-fc301e0e452f/management/install/tasks/829f431d-27bf-4add-b73e-eb647f093d20" 2025-03-16 14:36:13 2025/03/16 05:36:13 runtime_lifetime.go:70: [INFO]init environment for plugin tsuzukia21/extractvba:0.0.1 2025-03-16 14:36:13 2025/03/16 05:36:13 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Listing '.'...... 2025-03-16 14:36:14 2025/03/16 05:36:14 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/click/_compat.py'...... 2025-03-16 14:36:14 2025/03/16 05:36:14 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Listing './.venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/serialization'...... 2025-03-16 14:36:14 2025/03/16 05:36:14 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/dify_plugin/file/constants.py'...... 2025-03-16 14:36:14 2025/03/16 05:36:14 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/dpkt/llc.py'...... 2025-03-16 14:36:14 2025/03/16 05:36:14 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/gevent/_tblib.py'...... 2025-03-16 14:36:14 2025/03/16 05:36:14 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/monkey_package/threadpool_monkey_patches.py'...... 2025-03-16 14:36:15 2025/03/16 05:36:15 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__resolver_dnspython.py'...... 2025-03-16 14:36:15 2025/03/16 05:36:15 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Listing './.venv/lib/python3.12/site-packages/h11-0.14.0.dist-info'...... 2025-03-16 14:36:15 2025/03/16 05:36:15 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Listing './.venv/lib/python3.12/site-packages/jinja2-3.1.6.dist-info'...... 2025-03-16 14:36:16 2025/03/16 05:36:16 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Listing './.venv/lib/python3.12/site-packages/oletools-0.60.2.dist-info'...... 2025-03-16 14:36:16 2025/03/16 05:36:16 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/pydantic/functional_validators.py'...... 2025-03-16 14:36:17 2025/03/16 05:36:17 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/requests/help.py'...... 2025-03-16 14:36:17 2025/03/16 05:36:17 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_py.py'...... 2025-03-16 14:36:17 2025/03/16 05:36:17 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Listing './.venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text'...... 2025-03-16 14:36:17 2025/03/16 05:36:17 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/setuptools/vendor/wheel/vendored/packaging/elffile.py'...... 2025-03-16 14:36:17 2025/03/16 05:36:17 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml.py'...... 2025-03-16 14:36:18 2025/03/16 05:36:18 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/urllib3/connectionpool.py'...... 2025-03-16 14:36:18 2025/03/16 05:36:18 environment_python.go:281: [INFO]pre-compiling tsuzukia21/extractvba:0.0.1 - Compiling './.venv/lib/python3.12/site-packages/yaml/loader.py'...... 2025-03-16 14:36:18 [GIN] 2025/03/16 - 05:36:18 | 200 | 765.734µs | 172.19.0.8 | GET "/plugin/c8a9864a-2d24-45de-922b-fc301e0e452f/management/install/tasks/829f431d-27bf-4add-b73e-eb647f093d20" 2025-03-16 14:36:18 2025/03/16 05:36:18 runtime_lifetime.go:76: [ERROR]init environment failed: failed to pre-compile the plugin: ./.venv/lib/python3.12/site-packages/oletools/thirdparty/prettytable/prettytable.py:74: SyntaxWarning: invalid escape sequence '[' 2025-03-16 14:36:18 re = re.compile("\033[[0-9;]m") 2025-03-16 14:36:18 ./.venv/lib/python3.12/site-packages/oletools/thirdparty/prettytable/prettytable.py:800: SyntaxWarning: invalid escape sequence '{' 2025-03-16 14:36:18 self.vertical_char = random.choice("~!@#$%^&()+|-={}[];':",./;<>?") 2025-03-16 14:36:18 ./.venv/lib/python3.12/site-packages/oletools/thirdparty/prettytable/prettytable.py:801: SyntaxWarning: invalid escape sequence '{' 2025-03-16 14:36:18 self.horizontal_char = random.choice("~!@#$%^&*()+|-={}[];':",./;<>?") 2025-03-16 14:36:18 ./.venv/lib/python3.12/site-packages/oletools/thirdparty/prettytable/prettytable.py:802: SyntaxWarning: invalid escape sequence '{' 2025-03-16 14:36:18 self.junction_char = random.choice("~!@#$%^&*()+|-={}[];':",./;<>?") 2025-03-16 14:36:18 ./.venv/lib/python3.12/site-packages/pydub/utils.py:300: SyntaxWarning: invalid escape sequence '(' 2025-03-16 14:36:18 m = re.match('(sup?) (([0-9]{1,2}) bit)$', token) 2025-03-16 14:36:18 ./.venv/lib/python3.12/site-packages/pydub/utils.py:301: SyntaxWarning: invalid escape sequence '(' 2025-03-16 14:36:18 m2 = re.match('(sup?)( (default))?$', token) 2025-03-16 14:36:18 ./.venv/lib/python3.12/site-packages/pydub/utils.py:310: SyntaxWarning: invalid escape sequence '(' 2025-03-16 14:36:18 elif re.match('(flt)p?( (default))?$', token): 2025-03-16 14:36:18 ./.venv/lib/python3.12/site-packages/pydub/utils.py:314: SyntaxWarning: invalid escape sequence '(' 2025-03-16 14:36:18 elif re.match('(dbl)p?( (default))?$', token): 2025-03-16 14:36:18 , retry in 30s

tsuzukia21 avatar Mar 16 '25 05:03 tsuzukia21