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> |
||
|---|---|---|
| .. | ||
| apis | ||
| cli | ||
| distribution | ||
| providers | ||
| scripts | ||
| __init__.py | ||