ExecutionErr: error during execution of the script:pip compile failed: Lock file generation failed.
Hello,
I am having problems installing Python packages in scripts.
cURL and pip are working fine inside the containers. Running the script itself returns an error, but not if inside a flow.
Can you help with the issue?
5 Replies
Hi @TSR . What version of windmill are you on, and do you have anything special in your infra such as a proxy?
Also did you try running the uv command directly as a bash script?
Version: EE v1.440.3-4-gf31604548
Proxy: yes. cURL <proxy> return a proxy response (print-screens in my first post)
uv: working fine in both containers.
try with very latest, we didn't pass HTTP_PROXY and fixed that in one the more recent versions
Will try 👍
Thank you for the fast answer!
It worked! 👌 (with version EE v1.441.1-2-g9bdf0e680). Thank you!