mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Vanna.AI plugin connect mysql error, can u update the drive of mysql ? #750
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zpyqtt on GitHub (Oct 25, 2025).
Self Checks
Dify version
0.0.2
Plugin version
all
Cloud or Self Hosted
Cloud
Steps to reproduce
✔️ Error log
@zpyqtt commented on GitHub (Oct 25, 2025):
the error log is: An error occurred in the plugin, please contact the author of langgenius/vanna/vanna for help, error type: DependencyError, error details: You need to install required dependencies to execute this method, run command: pip install PyMySQL
@zpyqtt commented on GitHub (Oct 25, 2025):
i think we can add this in requirement
@dosubot[bot] commented on GitHub (Oct 25, 2025):
Hi @zpyqtt! I'm Dosu and I’m helping the dify-official-plugins team.
You're right—PyMySQL isn't currently listed in the Vanna.AI plugin's requirements.txt, which is why you're seeing the DependencyError for MySQL connections. Adding PyMySQL to the requirements file should resolve this issue for all users on Dify Cloud who need MySQL support. You can see the current requirements here: requirements.txt.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@zpyqtt commented on GitHub (Oct 26, 2025):
@dosu can you help me update this requirements.txt and update a new pulgin version. thanks
@dosubot[bot] commented on GitHub (Oct 26, 2025):
I can't make the change directly, but here's how maintainers can resolve this:
This matches the standard process for dependency updates and plugin releases in this repo, as seen in other plugins (example PR). This will fix the MySQL DependencyError for all users.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
