ai-engineering-hub icon indicating copy to clipboard operation
ai-engineering-hub copied to clipboard

Missing Requirements for github-rag

Open doobidoo opened this issue 1 year ago • 0 comments

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?

doobidoo avatar Mar 23 '25 16:03 doobidoo