Skip to content

task package hangs with task >= 3.43.1 #872

@haiqi96

Description

@haiqi96

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

1f70d17

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions