mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +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> |
||
---|---|---|
.. | ||
model | ||
scripts | ||
stack | ||
tests | ||
__init__.py | ||
download.py | ||
llama.py | ||
subcommand.py | ||
table.py |