Skip to content

Missing Requirements for github-rag #105

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

Open
doobidoo opened this issue Mar 23, 2025 · 0 comments
Open

Missing Requirements for github-rag #105

doobidoo opened this issue Mar 23, 2025 · 0 comments

Comments

@doobidoo
Copy link

I am referring to github-rag

Issue: Missing Requirements - Installation Fails Even with Python 3.11.9

Description

I attempted to install the required dependencies using pip, but the installation failed, even after switching to Python 3.11.9. The error message states that the packages cannot be found.

Steps to Reproduce

  1. Installed Python 3.11.9 and verified with:
    python --version
  2. Attempted to install the dependencies:
    pip install llama-index llama-index-llms-ollama llama-index-agent-openai llama-index-llms-openai --upgrade --quiet
  3. Received the following error:
    ERROR: Could not find a version that satisfies the requirement llama-index (from versions: none)
    ERROR: No matching distribution found for llama-index
    

Expected Behavior

The required dependencies should install successfully with Python 3.11.9.

Actual Behavior

pip fails to find the packages, indicating they are missing or unavailable.

Environment

  • OS: Windows
  • Python Version: 3.11.9
  • Pip Version: (output of pip --version)
  • Installation Command Used: (copy-paste exact command)

Additional Information

  • Tried updating pip, setuptools, and wheel:
    pip install --upgrade pip setuptools wheel
  • Tried installing with --pre and --index-url but still failed.

Would appreciate any guidance on resolving this issue. Are the package dependencies missing or outdated?

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

1 participant