-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Labels
api: pubsubIssues related to the googleapis/python-pubsub API.Issues related to the googleapis/python-pubsub API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Environment details
- OS type and version: macOS Big Sur 11.5.2
- Python version:
python --version: 3.8.2 - pip version:
pip --version: NA google-cloud-pubsubversion:pip show google-cloud-pubsub: NA
Steps to reproduce
pipenv shellpipenv install google-cloud-pubsub
Information
It would be nice if pipenv worked with this library. Right now, it gets stuck on the Locking... phase of pipenv (for a very long time, maybe hours). With the debug flag -v turned on, it shows a ton of Google Python libraries being installed during this time. It might be trying to rebuild the world instead of using binaries.
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the googleapis/python-pubsub API.Issues related to the googleapis/python-pubsub API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.