mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-05 02:17:31 +00:00
I ran a build with the mode set to `conda` by accident and did not have the `CONDA_PREFIX` env var set. In that case, `os.getenv` returns `None`, and passing `None` to create an `os.Path` is not valid. It will raise a `TypeError`. > TypeError: expected str, bytes or os.PathLike object, not NoneType Signed-off-by: Russell Bryant <rbryant@redhat.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| build.py | ||
| configure.py | ||
| list_apis.py | ||
| list_providers.py | ||
| run.py | ||
| stack.py | ||