MaryM
Windmill11mo ago
20 replies
Mary

swiftclient can't be installed in windmill

When I ran the statement of import swiftclient by a python script, I had the error below
{
"error": {
"name": "ExecutionErr",
"message": "execution error:
pip compile failed: Lock file generation failed.

command: /usr/local/bin/uv pip compile -q --no-header requirements.in --strip-extras -o requirements.txt --index-strategy unsafe-best-match --cache-dir /tmp/windmill/cache/uv -p 3.11 --python-preference only-managed

ExitStatus("uv", 1)"
× No solution found when resolving dependencies:
▶ Because there are no versions of swiftclient and you require
swiftclient, we can conclude that your requirements are unsatisfiable.

May I please have any suggestion, I tried to install some similar modules that could be worked the same as swiftcflient, but the same issue
Was this page helpful?