problem importing azure.storage.filedatalake
Hey guys I am confused about what I should be doing in this scenario.
I am trying to use azure.storage.filedatalake in python script. When the script runs it isn't able to install the package and I am getting error that makes it look like its getting confused
How do I force windmill to recognize the correct package
3 Replies
You need to pin the specific python dependencies. You can find the syntax in the docs or ask @Ask Inkeep
Please tag me in threads that I was a part of from the start.
It would be this ? https://www.windmill.dev/docs/advanced/dependencies_in_python#pinning-dependencies-and-requirements
Dependencies in Python | Windmill
In Windmill standard mode, dependencies in Python are handled directly within their scripts without the need to manage separate dependency files.