Hi all, I’m was starting a flow that ran without a...
# ask-metaflow
f
Hi all, I’m was starting a flow that ran without any issues 10 minutes ago and now I’m getting this error:
Copy code
2024-06-20 19:14:41.372 Bootstrapping virtual environment(s) ...
    Internal error
Traceback (most recent call last):
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/cli.py", line 1123, in main
    start(auto_envvar_prefix="METAFLOW", obj=state)
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/tracing/__init__.py", line 27, in wrapper_func
    return func(args, kwargs)
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/_vendor/click/core.py", line 829, in __call__
    return self.main(args, kwargs)
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/_vendor/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/_vendor/click/core.py", line 1259, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/_vendor/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, ctx.params)
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/_vendor/click/core.py", line 610, in invoke
    return callback(args, kwargs)
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/cli.py", line 584, in wrapper
    return func(args, kwargs)
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/_vendor/click/decorators.py", line 33, in new_func
    return f(get_current_context().obj, args, kwargs)
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/cli.py", line 745, in run
    before_run(obj, tags, decospecs)
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/cli.py", line 824, in before_run
    obj.package = MetaflowPackage(
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/package.py", line 70, in __init__
    environment.init_environment(echo)
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/plugins/pypi/conda_environment.py", line 182, in init_environment
    cache(storage, results, solver)
  File "/home/valeriu/metaflow-venv/lib/python3.10/site-packages/metaflow/plugins/pypi/conda_environment.py", line 144, in cache
    package["path"] = _meta[package["url"]]["path"]
KeyError: '<https://files.pythonhosted.org/packages/46/1a/01785fad12a9b1dbeffebd97cd226ea5923114057c64a610dd4eb8a28c7b/botocore-1.34.131-py3-none-any.whl>'
However, the boto version that is causing this issue is different from the version I select with the pypi decorator. Any idea how to solve it? Many thanks in advance