Find answers from the community

Updated 6 months ago

Installing from GitHub issue

At a glance

The community member is trying to install two Python packages, streamlit-pydantic and llama-index, but is encountering an issue with the latter. The streamlit-pydantic package installs successfully, but the llama-index package requires login. In the comments, another community member has figured out that the issue was with the package name, as it should have been llama_index instead of llama-index.

Useful resources
Plain Text
# Works
pip install git+https://github.com/LukasMasuch/streamlit-pydantic.git
# Doesn't work
pip install git+https://github.com/run-llama/llama-index.git

Why does llama-index require login, but streamlit-pydantic does not?
j
1 comment
Figured it out, it was llama-index vs llama_index
Add a reply
Sign up and join the conversation on Discord