You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
pip --version
)Additional Information
pip
,setuptools
, andwheel
:--pre
and--index-url
but still failed.Would appreciate any guidance on resolving this issue. Are the package dependencies missing or outdated?
The text was updated successfully, but these errors were encountered: