Pipenv Support #569
Labels
api: pubsub
Issues related to the googleapis/python-pubsub API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Environment details
python --version
: 3.8.2pip --version
: NAgoogle-cloud-pubsub
version:pip show google-cloud-pubsub
: NASteps to reproduce
pipenv shell
pipenv 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.The text was updated successfully, but these errors were encountered: