Python Flows Failing Due to Module Not Found
Hello! I'm now seeing quite a few errors on production payloads sent to WMill due to issues such as those attached here. So far this has hit 3 libraries that have worked in the past:
simple_salesforce
oauth2
boto3
Curiously, this only affects some workflows importing these functions (others using the same libs run fine), but those it does affect are seeing 100% failure rates.
Any ideas as to what might be causing that?


6 Replies
Hi @George Selly , try to modify those inline scripts and redeploy the flow to see if it fixes it. Then if you can share your current windmill version and if the missing module is in the importer or importee that'd be helpful.
Redeployed & modified everything up and down the chain on both these, no dice
can you provide a minimal reproduction please
Version: v1.541.1
We will need the full script imported and the script doing the import
Sent in DMs!