Hey all, I'm getting an environment resolution err...
# ask-metaflow
f
Hey all, I'm getting an environment resolution errors when running a metaflow pipeline on my local machine. I'm running the flow with
--environment=conda
and getting an error like this (partial error log):
Copy code
File "/local/home/usr/.cache/pypoetry/virtualenvs/env-py3.10/lib/python3.10/site-packages/metaflow_extensions/netflix_ext/plugins/conda/conda.py", line 2114, in _resolve_env_with_pip
    self._call_binary(args, binary=builder_python)
  File "local/home/usr/.cache/pypoetry/virtualenvs/env-py3.10/lib/python3.10/site-packages/metaflow_extensions/netflix_ext/plugins/conda/conda.py", line 3983, in _call_binary
    elif not os.path.isfile(binary) or not os.access(binary, os.X_OK):
  File "/home/usr/anaconda3/lib/python3.10/genericpath.py", line 30, in isfile
    st = os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Any insights?