windmill-labs / windmill-labs/windmill
bug: pymysql dependency not resolving
Open
@rubenfiszel is already working on this.
Since Apr 17, 2024.
bug
- Dominant language
- Rust
- Stars
- 18k
- Forks
- 1.1k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 328
Description
Describe the bug
Hey,
I'm running into an issue with my Python dependencies. It seems like Windmill is correctly parsing and installing all other dependencies however I am unable to use the pymysql dependency. The error shown on hover is:
Import "pymysql" could not be resolved from sourcePyright[reportMissingModuleSource
Does anyone know why this could be happening?
Thank you,
dhpcc
To reproduce
- Create a script
- Import "pymysql"
- Test the program
Expected behavior
I expect the pymysql dependency to be resolved correctly.
Screenshots
No response
Browser information
No response
Application version
No response
Additional Context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.