Skip to content

Install plugins did not appear in the Dify app even it has successfully downloaded from the marketplace #16113

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

Open
5 tasks done
nikkoyuthinkcol opened this issue Mar 18, 2025 · 3 comments
Labels
🐞 bug Something isn't working good first issue Good first issue for newcomers

Comments

@nikkoyuthinkcol
Copy link

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 (Source)

Steps to reproduce

Use YAML file by @Winson-030

  1. Upgrade from 0.15.x to v.1.x
  2. set dify-plugin-daemon == 0.0.3-local; dify-api:release-1.0.1-fix1; dify-web == release-1.0.1-fix1
  3. ran delete commands due to PluginDaemonInternalServerError: no available node
  4. upgrade dify-plugin-daemon == 0.0.4-local
  5. deleted entries suggested from the postgresql using psql based on the issue here
delete from plugin_installations where plugin_unique_identifier is not null;
delete from plugin_declarations where plugin_unique_identifier is not null;
delete from ai_model_installations where plugin_unique_identifier is not null;
delete from plugins where plugin_unique_identifier is not null;
  1. and also emptied all plugin directories from the plugin-daemon
/app/storage/assets
/app/storage/cwd
/app/storage/plugin
/app/storage/plugin_packages
  1. visit the dify webpage
  2. download any of the plugins (i.e. cohere, openai...)
  3. plugin did not show up in the dify app
  4. no errors popping up from the console, all tasks return 200.

Image

✔️ Expected Behavior

Plugins enlisted in the data directory

❌ Actual Behavior

No plugins are listed even the plugin-daemon successfully downloaded the sources. Even they are downloaded in the daemon-plugin volume. In this case, it can be displayed in the Azure File Share system

Image

@dosubot dosubot bot added the 🐞 bug Something isn't working label Mar 18, 2025
Copy link

dosubot bot commented Mar 18, 2025

Hello, @nikkoyuthinkcol! I'm here to help you with any bugs, questions, or contributions you have for Dify. Let's work together to resolve your issue.

There are similar issues reported regarding plugins not appearing in the Dify app after being successfully downloaded. One relevant issue suggests clearing specific configuration values in your docker/.env file to resolve visibility issues. You should clear the following values:

POSITION_TOOL_PINS=
POSITION_TOOL_INCLUDES=
POSITION_TOOL_EXCLUDES=
POSITION_PROVIDER_PINS=
POSITION_PROVIDER_INCLUDES=
POSITION_PROVIDER_EXCLUDES=

Additionally, check the Docker container logs using docker logs container_name to ensure the installation was successful. If the logs indicate a successful installation but the plugin is still not visible, try reinstalling the plugin using the same method. This issue seems to be a known bug affecting plugin visibility after initial installation [1][2].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@crazywoola crazywoola added the good first issue Good first issue for newcomers label Mar 18, 2025
@shelltea
Copy link

I also encountered the same problem, no content is displayed on the plugin installation page, and a timeout error occurs when calling the plugin list interface.

@nikkoyuthinkcol
Copy link
Author

I have narrowed it down to where the dify-plugin-daemon component is trying to pull the packages and build it, and exited it, and sometimes it will continue to make, but more often it will stop at exit status and never get called again.

If you are interested to replicate the issue, you can refer to my comment specified in the dify-plugin-daemon issues thread. In the thread, I said constructing Azure AKS with 2 nodes + using Storage account with File Share (i.e. azure file management in which you can see what files are present in the Azure UI). When there is an update, there will be an error to load previous models, and with the error PluginDaemonInternalServerError: no available node, plugin not found

Anyways, here's the message

2025/03/27 06:16:51 /app/internal/db/pgsql.go:259 record not found
[3.324ms] [rows:0] SELECT * FROM "plugin_declarations" WHERE plugin_unique_identifier = 'langgenius/bedrock:0.0.9@4484b4097187376df28408110fa951c64a18588689746ed4eefc4ee4dc3ec9f2' ORDER BY "plugin_declarations"."id" LIMIT 1
[GIN] 2025/03/27 - 06:16:51 | 200 |      7.2362ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/fetch/manifest?plugin_unique_identifier=langgenius%2Fbedrock%3A0.0.9%404484b4097187376df28408110fa951c64a18588689746ed4eefc4ee4dc3ec9f2"

2025/03/27 06:16:53 /app/internal/db/pgsql.go:259 record not found
[1.030ms] [rows:0] SELECT * FROM "plugin_declarations" WHERE plugin_unique_identifier = 'langgenius/bedrock:0.0.9@4484b4097187376df28408110fa951c64a18588689746ed4eefc4ee4dc3ec9f2' ORDER BY "plugin_declarations"."id" LIMIT 1
[GIN] 2025/03/27 - 06:16:53 | 200 |  272.448721ms |     10.224.0.58 | POST     "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/upload/package"

2025/03/27 06:16:53 /app/internal/db/pgsql.go:259 record not found
[2.847ms] [rows:0] SELECT * FROM "plugins" WHERE plugin_unique_identifier = 'langgenius/bedrock:0.0.9@4484b4097187376df28408110fa951c64a18588689746ed4eefc4ee4dc3ec9f2' ORDER BY "plugins"."id" LIMIT 1
[GIN] 2025/03/27 - 06:16:53 | 200 |   39.992204ms |     10.224.0.58 | POST     "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/identifiers"
[GIN] 2025/03/27 - 06:16:53 | 200 |    1.357037ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:16:53 | 200 |    1.273535ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks?page=1&page_size=100"
2025/03/27 06:16:55 runtime_lifetime.go:40: [INFO]new plugin logged in: langgenius/bedrock:0.0.9
2025/03/27 06:16:55 runtime_lifetime.go:70: [INFO]init environment for plugin langgenius/bedrock:0.0.9
[GIN] 2025/03/27 - 06:16:58 | 200 |     908.025µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks?page=1&page_size=100"
[GIN] 2025/03/27 - 06:17:00 | 200 |    1.237334ms |     10.224.0.58 | POST     "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/installation/fetch/batch"
[GIN] 2025/03/27 - 06:17:03 | 200 |    1.071729ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:17:13 | 200 |     823.322µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:17:23 | 200 |    2.817126ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:17:33 | 200 |     808.724µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:17:44 | 200 |    8.070727ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:17:54 | 200 |    4.417824ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:18:04 | 200 |     853.423µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:18:14 | 200 |     881.725µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:18:24 | 200 |     664.119µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:18:25 | 200 |     951.327µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks?page=1&page_size=100"
[GIN] 2025/03/27 - 06:18:34 | 200 |     659.418µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:18:44 | 200 |     788.922µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:18:54 | 200 |     741.519µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:19:04 | 200 |    1.178233ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:19:14 | 200 |     626.619µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:19:24 | 200 |     960.626µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:19:34 | 200 |     799.221µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:19:44 | 200 |    1.265735ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:19:54 | 200 |      695.72µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
[GIN] 2025/03/27 - 06:20:04 | 200 |     937.025µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
2025/03/27 06:20:10 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing '.'......
2025/03/27 06:20:14 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/boto3/docs/subresource.py'......
[GIN] 2025/03/27 - 06:20:15 | 200 |      764.42µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
2025/03/27 06:20:15 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/athena/2017-05-18'......
2025/03/27 06:20:16 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/cloudsearch/2011-02-01'......
2025/03/27 06:20:18 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/docdb/2014-10-31'......
2025/03/27 06:20:19 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/grafana'......
2025/03/27 06:20:20 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/lambda'......
2025/03/27 06:20:22 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/mwaa/2020-07-01'......
2025/03/27 06:20:23 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/redshift'......
[GIN] 2025/03/27 - 06:20:25 | 200 |     801.422µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
2025/03/27 06:20:25 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/sms/2016-10-24'......
2025/03/27 06:20:32 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/botocore/docs/bcdoc/restdoc.py'......
[GIN] 2025/03/27 - 06:20:35 | 200 |     830.123µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
2025/03/27 06:20:38 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/dateutil/parser/__init__.py'......
[GIN] 2025/03/27 - 06:20:45 | 200 |     844.423µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
2025/03/27 06:20:45 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/dify_plugin/interfaces/model/__init__.py'......
2025/03/27 06:20:53 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/dpkt/qq.py'......
[GIN] 2025/03/27 - 06:20:55 | 200 |    1.267935ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
2025/03/27 06:21:00 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/gevent/monkey/_patch_thread_lt313.py'......
[GIN] 2025/03/27 - 06:21:05 | 200 |     685.619µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks/0e8484bf-f178-4c34-8eee-9ab71b183d31"
2025/03/27 06:21:06 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__example_echoserver.py'......
2025/03/27 06:21:13 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__threading_native_before_monkey.py'......
2025/03/27 06:21:20 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/httpcore/_trace.py'......
2025/03/27 06:21:27 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_zipped-egg'......
2025/03/27 06:21:34 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/pydantic/v1/decorator.py'......
2025/03/27 06:21:40 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/setuptools/_distutils/cmd.py'......
2025/03/27 06:21:45 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_spawn.py'......
2025/03/27 06:21:51 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py'......
2025/03/27 06:21:57 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py'......
2025/03/27 06:22:04 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_wheel.py'......
2025/03/27 06:22:12 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/urllib3/util'......
2025/03/27 06:22:16 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/zope/interface'......
2025/03/27 06:22:17 environment_python.go:320: [INFO]pre-loaded the plugin langgenius/bedrock:0.0.9
[GIN] 2025/03/27 - 06:22:42 | 200 |   13.251268ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/install/tasks?page=1&page_size=100"
[GIN] 2025/03/27 - 06:22:42 | 200 |   10.894203ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/list?page=1&page_size=256"
[GIN] 2025/03/27 - 06:22:42 | 200 |    5.217345ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/models?page=1&page_size=256"
[GIN] 2025/03/27 - 06:22:42 | 200 |    6.915192ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/models?page=1&page_size=256"
[GIN] 2025/03/27 - 06:22:42 | 200 |    3.541198ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/models?page=1&page_size=256"
[GIN] 2025/03/27 - 06:22:42 | 200 |   41.369849ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/models?page=1&page_size=256"
[GIN] 2025/03/27 - 06:22:42 | 200 |    4.916337ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/list?page=1&page_size=256"
[GIN] 2025/03/27 - 06:22:42 | 200 |     705.919µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/models?page=1&page_size=256"
[GIN] 2025/03/27 - 06:22:42 | 200 |    2.960882ms |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/models?page=1&page_size=256"
[GIN] 2025/03/27 - 06:22:42 | 200 |     998.827µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/models?page=1&page_size=256"
[GIN] 2025/03/27 - 06:22:42 | 200 |     671.119µs |     10.224.0.58 | GET      "/plugin/61fac6f9-2950-46fb-86e0-8adcfe168d75/management/models?page=1&page_size=256"
2025/03/27 06:23:09 runtime_lifetime.go:42: [INFO]plugin langgenius/bedrock:0.0.9 has exited
2025/03/27 06:25:17 runtime_lifetime.go:40: [INFO]new plugin logged in: langgenius/bedrock:0.0.9
2025/03/27 06:25:17 runtime_lifetime.go:70: [INFO]init environment for plugin langgenius/bedrock:0.0.9
2025/03/27 06:27:58 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing '.'......
2025/03/27 06:28:02 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/boto3/docs/subresource.py'......
2025/03/27 06:28:03 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/athena/2017-05-18'......
2025/03/27 06:28:04 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/cloudsearch/2011-02-01'......
2025/03/27 06:28:06 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/docdb/2014-10-31'......
2025/03/27 06:28:07 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/grafana'......
2025/03/27 06:28:08 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/lambda'......
2025/03/27 06:28:10 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/mwaa/2020-07-01'......
2025/03/27 06:28:11 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/redshift'......
2025/03/27 06:28:13 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/botocore/data/sms/2016-10-24'......
2025/03/27 06:28:20 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/botocore/docs/bcdoc/restdoc.py'......
2025/03/27 06:28:26 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/dateutil/parser/__init__.py'......
2025/03/27 06:28:33 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/dify_plugin/interfaces/model/__init__.py'......
2025/03/27 06:28:40 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/dpkt/qq.py'......
2025/03/27 06:28:48 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/gevent/monkey/_patch_thread_lt313.py'......
2025/03/27 06:28:54 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__example_echoserver.py'......
2025/03/27 06:29:01 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__threading_native_before_monkey.py'......
2025/03/27 06:29:08 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/httpcore/_trace.py'......
2025/03/27 06:29:15 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_zipped-egg'......
2025/03/27 06:29:22 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/pydantic/v1/decorator.py'......
2025/03/27 06:29:28 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/setuptools/_distutils/cmd.py'......
2025/03/27 06:29:34 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_spawn.py'......
2025/03/27 06:29:40 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py'......
2025/03/27 06:29:46 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py'......
2025/03/27 06:29:53 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Compiling './.venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_wheel.py'......
2025/03/27 06:30:00 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/urllib3/util'......
2025/03/27 06:30:05 environment_python.go:287: [INFO]pre-compiling langgenius/bedrock:0.0.9 - Listing './.venv/lib/python3.12/site-packages/zope/interface'......
2025/03/27 06:30:05 environment_python.go:320: [INFO]pre-loaded the plugin langgenius/bedrock:0.0.9
2025/03/27 06:30:56 run.go:143: [INFO]plugin langgenius/bedrock:0.0.9 started
2025/03/27 06:31:22 stdio_handle.go:128: [INFO]plugin langgenius/bedrock:0.0.9: Installed model: bedrock

Even it says it is installed, it will not display on the Plugins menu.

Sometimes, when you hit the install button again, it might appear on the plugin bar, but usually it won't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working good first issue Good first issue for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants