Hi, some of my task running on AWS Step Functions ...
# ask-metaflow
b
Hi, some of my task running on AWS Step Functions seems to be failing during init, error looks something like this, we faced this before seems like due to upstream issue from mamba, wondering is there a way we can prevent this issue or workaround on this thanks:
Copy code
2024-02-09T23:10:20.736+08:00	Stdout:
2024-02-09T23:10:20.736+08:00	Stderr: Traceback (most recent call last):
2024-02-09T23:10:20.736+08:00	File "<string>", line 1, in <module>
2024-02-09T23:10:20.736+08:00	File "/usr/local/lib/python3.11/bz2.py", line 333, in decompress
2024-02-09T23:10:20.736+08:00	res = decomp.decompress(data)
2024-02-09T23:10:20.737+08:00	^^^^^^^^^^^^^^^^^^^^^^^
2024-02-09T23:10:20.737+08:00	OSError: Invalid data stream
2024-02-09T23:10:20.737+08:00	tar: This does not look like a tar archive
2024-02-09T23:10:20.737+08:00	tar: bin/micromamba: Not found in archive
2024-02-09T23:10:20.737+08:00	tar: Exiting with failure status due to previous errors