Find answers from the community

Updated 9 months ago

Hello, is there a guide for how to

At a glance

The community members are trying to install LlamainDex for Lama 3, but are encountering issues. One community member provides a link to the documentation, but another community member receives an error when trying to install the package using the %pip command, which is specific to Google Colab. Another community member suggests using pip install ... instead for the command prompt (CMD). The community members continue to discuss the installation process, with one noting that they were able to install the package but the other code is not working in CMD. Another community member advises that the code cannot be run in CMD and that a Python script is required, along with deploying a model via Ollama. One community member also mentions having trouble launching Python.

Useful resources
Hello, is there a guide for how to install LlamainDex for Lama 3?
W
R
S
10 comments
Hello,
The following error appears when I enter " %pip install llama-index-llms-ollama" in CMD:

%pip' is not recognized as an internal or external command,
operable program or batch file.
%pip is for Google colab.
For cmd do it pip install ...
I got it installed, but all of the other codes are not working for CMD. I wanted to use llama index to train my local ollama 3 πŸ™‚
Attachment
image.png
You won't be able to run it on cmd. You'll have to create a py script plus you'll have to deploy a model via ollama before that
I have python installed, but somehow python won't launch
Add a reply
Sign up and join the conversation on Discord