Hi chaps, I am getting this error: `Validating y...
# ask-metaflow
h
Hi chaps, I am getting this error:
Validating your flow...
The graph looks good!
Running pylint...
Pylint is happy!
Bootstrapping virtual environment(s) ...
Micromamba ran into an error while setting up environment:
command '/Users/mememe/miniconda3/envs/meta_flow/bin/micromamba create --yes --quiet --dry-run --no-extra-safety-checks --repodata-ttl=86400 --retry-clean-cache --prefix=/var/folders/l3/kbc54gz513sbdq145thnk2zh0000gn/T/tmp993rs5nk/prefix --channel=conda-forge --channel=defaults requests==>=2.21.0 boto3==>=1.14.0 pandas==1.5.0 python==3.10.6' returned error (1)
critical libmamba Multiple errors occured:
Download error (23) Failed writing received data to disk/application [<https://conda.anaconda.org/conda-forge/noarch/repodata.json.zst>]
Failure writing output to destination
Subdir conda-forge/noarch not loaded!
Subdir pkgs/main/noarch not loaded!
maybe someone knows the issue/fix from the top of their head?
1
a
interesting - are you running into this consistently?
h
thanks for the reply. think i messed up my env. after trying to install a package. think that’s the root cause …
so reinstated my env from requirements.txt but now get error messages related to various decorators - example:
ValueError: Cannot locate step_decorator plugin 'step_functions_internal' at 'metaflow.plugins.aws.step_functions.step_functions_decorator'
any ideas?
a
it's likely an issue with the python environment. can you try using a brand new virtual env?
👍 1
h
Thanks that helped