René's URL Explorer Experiment


Title: Missing pytz dependency · Issue #468 · googleapis/python-pubsub · GitHub

Open Graph Title: Missing pytz dependency · Issue #468 · googleapis/python-pubsub

X Title: Missing pytz dependency · Issue #468 · googleapis/python-pubsub

Description: Environment details OS type and version: macOS 11.4 Python version: 3.8.2 pip version: 21.1.3 google-cloud-pubsub version: 2.7.0 Steps to reproduce Install google-cloud-pubsub, e.g. pipenv install --python 3.8 google-cloud-pubsub. Run co...

Open Graph Description: Environment details OS type and version: macOS 11.4 Python version: 3.8.2 pip version: 21.1.3 google-cloud-pubsub version: 2.7.0 Steps to reproduce Install google-cloud-pubsub, e.g. pipenv install ...

X Description: Environment details OS type and version: macOS 11.4 Python version: 3.8.2 pip version: 21.1.3 google-cloud-pubsub version: 2.7.0 Steps to reproduce Install google-cloud-pubsub, e.g. pipenv install ...

Opengraph URL: https://github.com/googleapis/python-pubsub/issues/468

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Missing pytz dependency","articleBody":"#### Environment details\r\n\r\n  - OS type and version: macOS 11.4\r\n  - Python version: 3.8.2\r\n  - pip version: 21.1.3\r\n  - `google-cloud-pubsub` version: 2.7.0\r\n\r\n#### Steps to reproduce\r\n\r\n  1. Install `google-cloud-pubsub`, e.g. `pipenv install --python 3.8 google-cloud-pubsub`.\r\n  2. Run code below.\r\n\r\n#### Code example\r\n\r\n```python\r\nfrom concurrent.futures import TimeoutError\r\nfrom typing import Callable\r\n\r\nfrom google.cloud.pubsub_v1 import SubscriberClient\r\nfrom google.cloud.pubsub_v1.types import PubsubMessage\r\n\r\n\r\ndef process_messages(\r\n    project_id: str,\r\n    subscription_id: str,\r\n    callback: Callable[[PubsubMessage], None],\r\n    timeout: int = 5,\r\n) -\u003e None:\r\n    subscriber = SubscriberClient()\r\n    subscription_path = subscriber.subscription_path(project_id, subscription_id)\r\n    streaming_pull_future = subscriber.subscribe(subscription_path, callback=callback)\r\n    with subscriber:\r\n        try:\r\n            streaming_pull_future.result(timeout=timeout)\r\n        except TimeoutError:\r\n            streaming_pull_future.cancel()  # Trigger the shutdown.\r\n            streaming_pull_future.result()  # Block until the shutdown is complete.\r\n\r\n\r\nif __name__ == \"__main__\":\r\n    process_messages(\"my-project\", \"my-sub\")\r\n\r\n```\r\n\r\n#### Stack trace\r\n```\r\nTraceback (most recent call last):\r\n  File \"loaders.py\", line 4, in \u003cmodule\u003e\r\n    from google.cloud.pubsub_v1 import SubscriberClient\r\n  File \"/Users/tomphillips/.local/share/virtualenvs/loaders-emkxO8nx/lib/python3.8/site-packages/google/cloud/pubsub_v1/__init__.py\", line 19, in \u003cmodule\u003e\r\n    from google.cloud.pubsub_v1 import subscriber\r\n  File \"/Users/tomphillips/.local/share/virtualenvs/loaders-emkxO8nx/lib/python3.8/site-packages/google/cloud/pubsub_v1/subscriber/__init__.py\", line 17, in \u003cmodule\u003e\r\n    from google.cloud.pubsub_v1.subscriber.client import Client\r\n  File \"/Users/tomphillips/.local/share/virtualenvs/loaders-emkxO8nx/lib/python3.8/site-packages/google/cloud/pubsub_v1/subscriber/client.py\", line 26, in \u003cmodule\u003e\r\n    from google.cloud.pubsub_v1.subscriber._protocol import streaming_pull_manager\r\n  File \"/Users/tomphillips/.local/share/virtualenvs/loaders-emkxO8nx/lib/python3.8/site-packages/google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py\", line 35, in \u003cmodule\u003e\r\n    import google.cloud.pubsub_v1.subscriber.message\r\n  File \"/Users/tomphillips/.local/share/virtualenvs/loaders-emkxO8nx/lib/python3.8/site-packages/google/cloud/pubsub_v1/subscriber/message.py\", line 20, in \u003cmodule\u003e\r\n    import pytz\r\nModuleNotFoundError: No module named 'pytz'\r\n```","author":{"url":"https://github.com/tomwphillips","@type":"Person","name":"tomwphillips"},"datePublished":"2021-08-10T12:46:22.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/468/python-pubsub/issues/468"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:59cd1e09-238d-9521-6264-53823815faea
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC122:2B01A0:1C53047:29317B7:6A4E5FCE
html-safe-nonce13177c239a93da2541e077e36cc05110c31878a6e749b527d0fc931e945431a4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMTIyOjJCMDFBMDoxQzUzMDQ3OjI5MzE3Qjc6NkE0RTVGQ0UiLCJ2aXNpdG9yX2lkIjoiNzI1NTUyNzUzMjM5MjI0MzE1MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmace1bc6ddee4b0fc7e7300e655ce202b4077daba69f98a306832dadde601600932
hovercard-subject-tagissue:964944937
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/python-pubsub/468/issue_layout
twitter:imagehttps://opengraph.githubassets.com/49a3e27eaa5bb25b248401578b07d0fc827181836a5ce7e35730ab227628acef/googleapis/python-pubsub/issues/468
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/49a3e27eaa5bb25b248401578b07d0fc827181836a5ce7e35730ab227628acef/googleapis/python-pubsub/issues/468
og:image:altEnvironment details OS type and version: macOS 11.4 Python version: 3.8.2 pip version: 21.1.3 google-cloud-pubsub version: 2.7.0 Steps to reproduce Install google-cloud-pubsub, e.g. pipenv install ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernametomwphillips
hostnamegithub.com
expected-hostnamegithub.com
None030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0
turbo-cache-controlno-preview
go-importgithub.com/googleapis/python-pubsub git https://github.com/googleapis/python-pubsub.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id226992581
octolytics-dimension-repository_nwogoogleapis/python-pubsub
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id226992581
octolytics-dimension-repository_network_root_nwogoogleapis/python-pubsub
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release55abf6b50233e48592f2087d3226df604c65feb9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/python-pubsub/issues/468#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-pubsub%2Fissues%2F468
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-pubsub%2Fissues%2F468
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=googleapis%2Fpython-pubsub
Reloadhttps://github.com/googleapis/python-pubsub/issues/468
Reloadhttps://github.com/googleapis/python-pubsub/issues/468
Reloadhttps://github.com/googleapis/python-pubsub/issues/468
Please reload this pagehttps://github.com/googleapis/python-pubsub/issues/468
googleapis https://github.com/googleapis
python-pubsubhttps://github.com/googleapis/python-pubsub
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fpython-pubsub
Fork 214 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-pubsub
Star 430 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-pubsub
Code https://github.com/googleapis/python-pubsub
Issues 0 https://github.com/googleapis/python-pubsub/issues
Pull requests 0 https://github.com/googleapis/python-pubsub/pulls
Actions https://github.com/googleapis/python-pubsub/actions
Projects https://github.com/googleapis/python-pubsub/projects
Security and quality 0 https://github.com/googleapis/python-pubsub/security
Insights https://github.com/googleapis/python-pubsub/pulse
Code https://github.com/googleapis/python-pubsub
Issues https://github.com/googleapis/python-pubsub/issues
Pull requests https://github.com/googleapis/python-pubsub/pulls
Actions https://github.com/googleapis/python-pubsub/actions
Projects https://github.com/googleapis/python-pubsub/projects
Security and quality https://github.com/googleapis/python-pubsub/security
Insights https://github.com/googleapis/python-pubsub/pulse
#472https://github.com/googleapis/python-pubsub/pull/472
Missing pytz dependencyhttps://github.com/googleapis/python-pubsub/issues/468#top
#472https://github.com/googleapis/python-pubsub/pull/472
api: pubsubIssues related to the googleapis/python-pubsub API.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22api%3A%20pubsub%22
type: questionRequest for information or clarification. Not an issue.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22type%3A%20question%22
https://github.com/tomwphillips
tomwphillipshttps://github.com/tomwphillips
on Aug 10, 2021https://github.com/googleapis/python-pubsub/issues/468#issue-964944937
api: pubsubIssues related to the googleapis/python-pubsub API.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22api%3A%20pubsub%22
type: questionRequest for information or clarification. Not an issue.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22type%3A%20question%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.