Find answers from the community

Updated 5 months ago

Google Colab

At a glance

The community member is having trouble installing the llama_index.core.workflow module after running the command pip install --upgrade llama-index-core llama-index-llms-openai llama-index-utils-workflow. They are following a Google Colab tutorial and are asking if they need to install anything else. Other community members respond that the installation and imports work fine for them, and that restarting the notebook may be necessary when running locally. The community member later acknowledges that the issue was a mistake on their part, as the llama_index.core.workflow module is still working despite being underlined in red in their IDE.

Useful resources
When installing: pip install --upgrade llama-index-core llama-index-llms-openai llama-index-utils-workflow

I do not have llama_index.core.workflow available

Do i need to install anything else @Logan M ?

(im following: https://colab.research.google.com/drive/1GhF8uBC2LrnYf195CcTe_e5K8Ai6Z4ta#scrollTo=3cBku4_C0CQk)

Thanks!
L
M
5 comments
running the google colab you linked, it seems to work fine for me?
The install and imports just worked first run
If you are running locally, normally you need to restart your notebook after installing something
sorry i made a mistake. llama_index.core.workflow is red underlined in pycharm after installing the dependency but still works fine! Thankyou Logan
Add a reply
Sign up and join the conversation on Discord