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
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
When installing google-generativeai (version 0.8.5) on a fresh Kali Linux system with Python 3.13, the installation succeeds, but the CLI is not usable.
Even inside a clean virtual environment, running python -m google.generativeai.cli fails with the error: No module named google.generativeai.cli.
This indicates that the package's [project.scripts] entry point is not being installed correctly in this environment.
Description of the bug:
When installing google-generativeai (version 0.8.5) on a fresh Kali Linux system with Python 3.13, the installation succeeds, but the CLI is not usable.
Even inside a clean virtual environment, running python -m google.generativeai.cli fails with the error: No module named google.generativeai.cli.
This indicates that the package's [project.scripts] entry point is not being installed correctly in this environment.
Actual vs expected behavior:
No response
Any other information you'd like to share?
No response