René's URL Explorer Experiment


Title: Conflicting google-api-core dependency with google-cloud-pubsub · Issue #934 · googleapis/google-api-python-client · GitHub

Open Graph Title: Conflicting google-api-core dependency with google-cloud-pubsub · Issue #934 · googleapis/google-api-python-client

X Title: Conflicting google-api-core dependency with google-cloud-pubsub · Issue #934 · googleapis/google-api-python-client

Description: Since the changes in #931 (15 hours ago) the google-api-python-client has conflicting dependencies with google-cloud-pubsub. This package requires google-api-core >= 1.17.0 and google-cloud-pubsub requires google-api-core < 1.17.0. Relat...

Open Graph Description: Since the changes in #931 (15 hours ago) the google-api-python-client has conflicting dependencies with google-cloud-pubsub. This package requires google-api-core >= 1.17.0 and google-cloud-pubsub ...

X Description: Since the changes in #931 (15 hours ago) the google-api-python-client has conflicting dependencies with google-cloud-pubsub. This package requires google-api-core >= 1.17.0 and google-cloud-pubs...

Opengraph URL: https://github.com/googleapis/google-api-python-client/issues/934

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Conflicting google-api-core dependency with google-cloud-pubsub","articleBody":"Since the changes in #931 (15 hours ago) the google-api-python-client has conflicting dependencies with google-cloud-pubsub. This package requires google-api-core \u003e= 1.17.0 and google-cloud-pubsub requires google-api-core \u003c 1.17.0. \r\n\r\nRelated issues: https://github.com/googleapis/python-pubsub/issues/93\r\n\r\n#### Environment details\r\n\r\nI am using\r\n\r\n- ubuntu\r\n- Python 3.8.2\r\n- pip 20.0.2 from /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages/pip (python 3.8)\r\n\r\n#### Steps to reproduce\r\n\r\n```shell\r\n$ pip install google-api-python-client google-cloud-pubsub\r\nCollecting google-api-python-client\r\n  Using cached google_api_python_client-1.9.1-py3-none-any.whl (59 kB)\r\nCollecting google-cloud-pubsub\r\n  Using cached google_cloud_pubsub-1.5.0-py2.py3-none-any.whl (137 kB)\r\nRequirement already satisfied: six\u003c2dev,\u003e=1.6.1 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-api-python-client) (1.14.0)\r\nRequirement already satisfied: google-auth-httplib2\u003e=0.0.3 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-api-python-client) (0.0.3)\r\nRequirement already satisfied: uritemplate\u003c4dev,\u003e=3.0.0 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-api-python-client) (3.0.1)\r\nRequirement already satisfied: google-api-core\u003c2dev,\u003e=1.17.0 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-api-python-client) (1.17.0)\r\nRequirement already satisfied: google-auth\u003e=1.16.0 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-api-python-client) (1.16.0)\r\nRequirement already satisfied: httplib2\u003c1dev,\u003e=0.9.2 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-api-python-client) (0.18.1)\r\nRequirement already satisfied: grpc-google-iam-v1\u003c0.13dev,\u003e=0.12.3 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-cloud-pubsub) (0.12.3)\r\nRequirement already satisfied: setuptools\u003e=34.0.0 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-api-core\u003c2dev,\u003e=1.17.0-\u003egoogle-api-python-client) (44.0.0)\r\nRequirement already satisfied: protobuf\u003e=3.4.0 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-api-core\u003c2dev,\u003e=1.17.0-\u003egoogle-api-python-client) (3.12.2)\r\nRequirement already satisfied: pytz in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-api-core\u003c2dev,\u003e=1.17.0-\u003egoogle-api-python-client) (2020.1)\r\nRequirement already satisfied: requests\u003c3.0.0dev,\u003e=2.18.0 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-api-core\u003c2dev,\u003e=1.17.0-\u003egoogle-api-python-client) (2.22.0)\r\nRequirement already satisfied: googleapis-common-protos\u003c2.0dev,\u003e=1.6.0 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-api-core\u003c2dev,\u003e=1.17.0-\u003egoogle-api-python-client) (1.51.0)\r\nRequirement already satisfied: pyasn1-modules\u003e=0.2.1 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-auth\u003e=1.16.0-\u003egoogle-api-python-client) (0.2.8)\r\nRequirement already satisfied: cachetools\u003c5.0,\u003e=2.0.0 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-auth\u003e=1.16.0-\u003egoogle-api-python-client) (4.1.0)\r\nRequirement already satisfied: rsa\u003c4.1,\u003e=3.1.4 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from google-auth\u003e=1.16.0-\u003egoogle-api-python-client) (4.0)\r\nRequirement already satisfied: grpcio\u003c2.0.0dev,\u003e=1.0.0 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from grpc-google-iam-v1\u003c0.13dev,\u003e=0.12.3-\u003egoogle-cloud-pubsub) (1.29.0)\r\nRequirement already satisfied: pyasn1\u003c0.5.0,\u003e=0.4.6 in /home/pieter/.local/share/virtualenvs/py37-2dXseUfS/lib/python3.8/site-packages (from pyasn1-modules\u003e=0.2.1-\u003egoogle-auth\u003e=1.16.0-\u003egoogle-api-python-client) (0.4.8)\r\nERROR: google-cloud-pubsub 1.5.0 has requirement google-api-core[grpc]\u003c1.17.0,\u003e=1.14.0, but you'll have google-api-core 1.17.0 which is incompatible.\r\nInstalling collected packages: google-api-python-client, google-cloud-pubsub\r\nSuccessfully installed google-api-python-client-1.9.1 google-cloud-pubsub-1.5.0\r\n```\r\n","author":{"url":"https://github.com/pietermarsman","@type":"Person","name":"pietermarsman"},"datePublished":"2020-06-03T09:49:58.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/934/google-api-python-client/issues/934"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:4f6395e2-242b-e3e2-cd41-79cb1406901b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id86E6:327B79:2EF404A:42A23BF:6A4D0611
html-safe-nonce7ad0aa24196cc82ffa38f0933398858cb895c09a3bb5a0ab789b7ef982cfeba3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NkU2OjMyN0I3OToyRUY0MDRBOjQyQTIzQkY6NkE0RDA2MTEiLCJ2aXNpdG9yX2lkIjoiMTQyNDIzODkwMjYyNTc2NDg4MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac652bda89871f67bffed98df835bfeba12794d9d6e964d4f9eadfa898e6de004c
hovercard-subject-tagissue:629856200
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/google-api-python-client/934/issue_layout
twitter:imagehttps://opengraph.githubassets.com/4f1629120bc1f61e4071936a10073df3bb464d8a72ff5253d5b80733fd7a14b4/googleapis/google-api-python-client/issues/934
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/4f1629120bc1f61e4071936a10073df3bb464d8a72ff5253d5b80733fd7a14b4/googleapis/google-api-python-client/issues/934
og:image:altSince the changes in #931 (15 hours ago) the google-api-python-client has conflicting dependencies with google-cloud-pubsub. This package requires google-api-core >= 1.17.0 and google-cloud-pubsub ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamepietermarsman
hostnamegithub.com
expected-hostnamegithub.com
None31e4db13a9e20081f2fac78f441659a6576e582bbb15e153f9c7fb6473aa29f5
turbo-cache-controlno-preview
go-importgithub.com/googleapis/google-api-python-client git https://github.com/googleapis/google-api-python-client.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id15749269
octolytics-dimension-repository_nwogoogleapis/google-api-python-client
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id15749269
octolytics-dimension-repository_network_root_nwogoogleapis/google-api-python-client
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
releasefb70bd3c4b2bec429781b65419e912c66e2d5581
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/google-api-python-client/issues/934#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fgoogle-api-python-client%2Fissues%2F934
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/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/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/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%2Fgoogle-api-python-client%2Fissues%2F934
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%2Fgoogle-api-python-client
Reloadhttps://github.com/googleapis/google-api-python-client/issues/934
Reloadhttps://github.com/googleapis/google-api-python-client/issues/934
Reloadhttps://github.com/googleapis/google-api-python-client/issues/934
Please reload this pagehttps://github.com/googleapis/google-api-python-client/issues/934
googleapis https://github.com/googleapis
google-api-python-clienthttps://github.com/googleapis/google-api-python-client
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-api-python-client
Fork 2.6k https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-api-python-client
Star 8.9k https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-api-python-client
Code https://github.com/googleapis/google-api-python-client
Issues 21 https://github.com/googleapis/google-api-python-client/issues
Pull requests 29 https://github.com/googleapis/google-api-python-client/pulls
Discussions https://github.com/googleapis/google-api-python-client/discussions
Actions https://github.com/googleapis/google-api-python-client/actions
Projects https://github.com/googleapis/google-api-python-client/projects
Security and quality 0 https://github.com/googleapis/google-api-python-client/security
Insights https://github.com/googleapis/google-api-python-client/pulse
Code https://github.com/googleapis/google-api-python-client
Issues https://github.com/googleapis/google-api-python-client/issues
Pull requests https://github.com/googleapis/google-api-python-client/pulls
Discussions https://github.com/googleapis/google-api-python-client/discussions
Actions https://github.com/googleapis/google-api-python-client/actions
Projects https://github.com/googleapis/google-api-python-client/projects
Security and quality https://github.com/googleapis/google-api-python-client/security
Insights https://github.com/googleapis/google-api-python-client/pulse
Conflicting google-api-core dependency with google-cloud-pubsubhttps://github.com/googleapis/google-api-python-client/issues/934#top
https://github.com/busunkim96
priority: p2Moderately-important priority. Fix may not be included in next release.https://github.com/googleapis/google-api-python-client/issues?q=state%3Aopen%20label%3A%22priority%3A%20p2%22
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/google-api-python-client/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%22
https://github.com/pietermarsman
pietermarsmanhttps://github.com/pietermarsman
on Jun 3, 2020https://github.com/googleapis/google-api-python-client/issues/934#issue-629856200
#931https://github.com/googleapis/google-api-python-client/pull/931
googleapis/python-pubsub#93https://github.com/googleapis/python-pubsub/issues/93
busunkim96https://github.com/busunkim96
priority: p2Moderately-important priority. Fix may not be included in next release.https://github.com/googleapis/google-api-python-client/issues?q=state%3Aopen%20label%3A%22priority%3A%20p2%22
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/google-api-python-client/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%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.