Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipenv Support #569

Closed
mboldisc opened this issue Jan 24, 2022 · 1 comment
Closed

Pipenv Support #569

mboldisc opened this issue Jan 24, 2022 · 1 comment
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.

Comments

@mboldisc
Copy link

mboldisc commented Jan 24, 2022

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-pubsub version: pip show google-cloud-pubsub: NA

Steps to reproduce

  1. pipenv shell
  2. 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.

@product-auto-label product-auto-label bot added the api: pubsub Issues related to the googleapis/python-pubsub API. label Jan 24, 2022
@yoshi-automation yoshi-automation added the triage me I really want to be triaged. label Jan 25, 2022
@acocuzzo
Copy link
Contributor

Thanks for bringing this to our attention, I will look into this issue and get back to you. In the meantime, I do recommend using the library with virtualenv in place of pipenv.

@acocuzzo acocuzzo removed the triage me I really want to be triaged. label Jan 27, 2022
@yoshi-automation yoshi-automation added the triage me I really want to be triaged. label Jan 27, 2022
@acocuzzo acocuzzo added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed triage me I really want to be triaged. labels Jan 27, 2022
@yoshi-automation yoshi-automation added triage me I really want to be triaged. and removed triage me I really want to be triaged. labels Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants