Skip to content

Failed to install google-generativeai-devkit on Windows 11 with Python 3.11 #606

@andreasramos

Description

@andreasramos

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.
  • pip has 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 -v provides 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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions