second problem—had to rebuild my metaflow stack in...
# ask-metaflow
f
second problem—had to rebuild my metaflow stack in AWS. restarted from scratch. trying to run a flow with specific python packages, and am running into this error when trying to run the batch task (that has an
@conda
decorator):
Copy code
bash: line 1: metaflow_Flow_linux-64_b08b99b99db66cc0cce7f6758d2445c373c7298e/bin/python: No such file or directory
i have: • deleted the local conda envs • deleted
.metaflow
i looked for a file/prefix with that name in the metaflow S3 bucket, but can't find it. the prefixes in the bucket are:
Copy code
metaflow
|-conda
|--|-<http://conda.anaconda.org|conda.anaconda.org>
|--|-<http://repo.anaconda.com|repo.anaconda.com>
|-Flow
this feels like a config problem, but both
METAFLOW_DATASTORE_SYSROOT_S3
and
METAFLOW_DATATOOLS_SYSROOT_S3
are pointing to the relevant bucket. not totally sure where to start on that one.
1