Hello Metaflow friends (and hi Ville and Savin, lo...
# ask-metaflow
c
Hello Metaflow friends (and hi Ville and Savin, long time no speak!)! We're finally ramping up on Metaflow (we've got a K8s cluster running on GCP, we're testing out features one at a time, etc.). I've run into an issue with using the
@conda
decorator, in which I get a
json.decoder.JSONDecodeError
when I try to run the flow. Will paste the full error, as well as the Flow definition (it's a dummy flow) in the thread. INTERIM SOLVE: downgrade conda to
22.11.1
. In later versions of conda,
conda info
(or
self._info()
) no longer outputs JSON. Hat tip to @faint-rocket-4408 for pointing this out.
1
👀 1