-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug
When running task package
with task version >= 3.43.1, the task command hangs indefinitely.
With some initial investigation, it seems the issue is caused by building any python components, but it's not clear which part of code has caused the issue.
The issue can be work around by using a lower version of task (3.42.0). But since we don't limit the task version in our user docs, we should not ignore this issue.
CLP version
Environment
Ubuntu 22.04.
Reproduction steps
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d 3.43.1
./bin/task clp-py-utils
Note: clp-package-utils and job-orchestration also causes hang.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working