The community member is trying to install the llama-index-llms-gemini package, but is encountering an error. They followed the instructions from a provided link, but the pip install command is not working. The comments suggest that the issue may be related to the Python version, with one community member noting that Google libraries require Python 3.9 or greater, and another confirming that this is the issue. However, there is no explicitly marked answer in the post and comments.
but pip install llama-index-llms-gemini is throwing this error:
Plain Text
ERROR: Could not find a version that satisfies the requirement llama-index-llms-gemini (from versions: none)
ERROR: No matching distribution found for llama-index-llms-gemini
Is this only available for certain Python versions?