Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when installing the llama model list #145

Open
QIZHONG-coder opened this issue Sep 23, 2024 · 1 comment
Open

error when installing the llama model list #145

QIZHONG-coder opened this issue Sep 23, 2024 · 1 comment

Comments

@QIZHONG-coder
Copy link

C:\Users\rain>llama model list
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\python312\Scripts\llama.exe_main
.py", line 4, in
File "C:\python312\Lib\site-packages\llama_toolchain\cli\llama.py", line 11, in
from .stack import StackParser
File "C:\python312\Lib\site-packages\llama_toolchain\cli\stack_init
.py", line 7, in
from .stack import StackParser # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\python312\Lib\site-packages\llama_toolchain\cli\stack\stack.py", line 12, in
from .configure import StackConfigure
File "C:\python312\Lib\site-packages\llama_toolchain\cli\stack\configure.py", line 11, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

@TheDamik34
Copy link

It happened to me as well on python 3.12.0. I downgraded to 3.11.0 and it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants