Mearthy
Mearthy3w ago

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
No description
3 Replies
rubenf
rubenf3w ago
You need to pin the specific python dependencies. You can find the syntax in the docs or ask @Ask Inkeep
Ask Inkeep
Ask Inkeep3w ago
Please tag me in threads that I was a part of from the start.
Mearthy
MearthyOP3w ago
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.

Did you find this page helpful?