-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Labels
api: pubsubIssues related to the googleapis/python-pubsub API.Issues related to the googleapis/python-pubsub API.
Description
| from google.cloud import pubsub_v1 |
Steps to Reproduce:
cd python-pubsub/samples/snippetspython3 -m venv venv && source ./venv/bin/activatepip install -r requirements.txtpython3 -m pip install mypypython3 -m mypy --install-typespython3 -m mypy subscriber.py- Observe many occurrences of
error: Module "google.cloud" has no attribute "pubsub_v1" [attr-defined]
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the googleapis/python-pubsub API.Issues related to the googleapis/python-pubsub API.