prehistoric-kangaroo-27449
05/30/2024, 12:27 PMvscode
task debugging feature, didnt get far. Just putting the decorator out there results in see trace in :thread:
Is there a quick fix? Didnt find anything related under git issues
Followed guide here https://docs.flyte.org/en/latest/flytesnacks/examples/flyteinteractive_plugin/vscode.html#connect-to-the-vscode-server
flytekit_version: Version: 1.11.0
`flyte-core`: v1.12.0
(versions not aligned as with updated flytekit we experienced some other issues)prehistoric-kangaroo-27449
05/30/2024, 12:28 PM[1/1] currentAttempt done. Last Error: USER::Pod failed. No message received from kubernetes.
[fa450e047a03b4581acb-n0-0] terminated with exit code (1). Reason [Error]. Message:
│ ❱ 315 │ │ │ │ return func(*args, **kwargs) │
│ │
│ /usr/local/lib/python3.10/site-packages/flytekit/core/python_auto_container. │
│ py:250 in load_task │
│ │
│ ❱ 250 │ │ task_module = importlib.import_module(name=task_module) # typ │
│ │
│ /usr/local/lib/python3.10/importlib/__init__.py:126 in import_module │
│ │
│ ❱ 126 │ return _bootstrap._gcd_import(name[level:], package, level) │
│ in _gcd_import:1050 │
│ in _find_and_load:1027 │
│ in _find_and_load_unlocked:1006 │
│ in _load_unlocked:688 │
│ in exec_module:883 │
│ in _call_with_frames_removed:241 │
│ │
│ /workspace/workflows/some_wf/some_wf/workflow.py:42 in <module> │
│ │
│ ❱ 42 @vscode(run_task_first=True) │
╰──────────────────────────────────────────────────────────────────────────────╯
TypeError: Can't instantiate abstract class vscode with abstract method
_wrap_call
.
freezing-airport-6809
freezing-airport-6809
high-accountant-32689
05/30/2024, 2:54 PMhigh-accountant-32689
05/30/2024, 10:04 PM