llama-stack
llama-stack copied to clipboard
Llama stack build fail
Hey,
I've launched the llama stack build with either python 3.10 and 3.12 and got this error all the time :
Enter a name for your Llama Stack (e.g. my-local-stack): vision-11b Enter the image type you want your Llama Stack to be built as (docker or conda): conda
Llama Stack is composed of several APIs working together. Let's configure the providers (implementations) you want to use for these APIs.
Enter provider for the inference API: (default=meta-reference): meta-reference Enter provider for the safety API: (default=meta-reference): meta-reference Enter provider for the agents API: (default=meta-reference): meta-reference Enter provider for the memory API: (default=meta-reference): meta-reference Enter provider for the telemetry API: (default=meta-reference): meta-reference
(Optional) Enter a short description for your Llama Stack: cortana Traceback (most recent call last): File "/home/penta/.local/bin/llama", line 8, in
sys.exit(main()) File "/home/penta/.local/lib/python3.10/site-packages/llama_stack/cli/llama.py", line 44, in main parser.run(args) File "/home/penta/.local/lib/python3.10/site-packages/llama_stack/cli/llama.py", line 38, in run args.func(args) File "/home/penta/.local/lib/python3.10/site-packages/llama_stack/cli/stack/build.py", line 265, in _run_stack_build_command self._run_stack_build_command_from_build_config(build_config) File "/home/penta/.local/lib/python3.10/site-packages/llama_stack/cli/stack/build.py", line 104, in _run_stack_build_command_from_build_config Path(os.getenv("CONDA_PREFIX")).parent File "/usr/lib/python3.10/pathlib.py", line 960, in new self = cls._from_parts(args) File "/usr/lib/python3.10/pathlib.py", line 594, in _from_parts drv, root, parts = self._parse_args(args) File "/usr/lib/python3.10/pathlib.py", line 578, in _parse_args a = os.fspath(a) TypeError: expected str, bytes or os.PathLike object, not NoneType
Any idea ?