Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Pubsub requires grpcio package without compiled wheel #68

@shaibt

Description

@shaibt

Environment details

Pubsub: google-cloud-pubsub 1.0.2

Python 3.6.3

Google App Engine flex python

Steps to reproduce

google-cloud-pubsub requires the grpcio package w/o locking a specific version.

On April 3rd a new grpcio version was released w/o a pre-compiled wheel - v 1.28.1

Since the new grpcio package release, GAE flex python deploys (using GAE default image) requiring google-cloud-pubsub are timing out because the grpcio package is being compiled during deploy time - which takes 8+ minutes.

google-cloud-pubsub should either lock to a specific grpcio version - one with a compiled wheel - or use a relevant pip flag to make sure it uses the latest compiled wheel available.

Doesn't make sense for GAE deploys to timeout because of this.
IssueTracker was opened here: https://issuetracker.google.com/issues/153468670

Metadata

Metadata

Assignees

Labels

api: pubsubIssues related to the googleapis/python-pubsub API.type: questionRequest for information or clarification. Not an issue.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions