Hey @Ned.Malki @danny_support @abhi1 @nathaniel
I’ve been using the Replicate Python client inside my Pickaxe Action for a long time without any issues.
But today my tool started failing with this error:
ModuleNotFoundError: No module named ‘replicate’
Nothing in my code has changed — it was working perfectly before.and also running perfectly in google colab
It looks like the Pickaxe execution environment no longer includes the “replicate” Python package.
Can you please confirm if something changed in the environment, or if the module was removed?
I need to know whether:
- Replicate library will be added back, OR
- I should switch completely to the REST API instead.
Thank you!
