-
Notifications
You must be signed in to change notification settings - Fork 738
Closed
Labels
status:awaiting user responseAwaiting a response from the authorAwaiting a response from the authortype:bugSomething isn't workingSomething isn't working
Description
Description of the bug:
I am unable to install google-generativeai-devkit on a fresh installation of Python on Windows. The error is always ERROR: No matching distribution found for google-generativeai-devkit.
This issue has been thoroughly diagnosed, and we have confirmed the following:
- The package name is correct.
- The machine is on a standard network with no VPN or active proxy.
- Other packages (e.g.,
requests) install successfully, proving the network connection to PyPI is working. piphas been upgraded to the latest version (25.2).- The system is using a 64-bit version of Python.
- The error persists on fresh installations of Python 3.13, 3.12, and 3.11.9.
- Running with
--no-cache-dir -vprovides no additional network logs, failing at the first step.
This appears to be an issue with the package's compatibility metadata on PyPI for Windows environments.
Actual vs expected behavior:
No response
Any other information you'd like to share?
No response
Metadata
Metadata
Assignees
Labels
status:awaiting user responseAwaiting a response from the authorAwaiting a response from the authortype:bugSomething isn't workingSomething isn't working