René's URL Explorer Experiment


Title: ImportError: cannot import `six.moves.collections_abc` · Issue #45 · googleapis/python-cloud-core · GitHub

Open Graph Title: ImportError: cannot import `six.moves.collections_abc` · Issue #45 · googleapis/python-cloud-core

X Title: ImportError: cannot import `six.moves.collections_abc` · Issue #45 · googleapis/python-cloud-core

Description: The PR requires six>=1.13.0 and is in releases 1.4.2 & newer. Any service using an older release of six will encounter this ImportError: Traceback (most recent call last): . . . File "/base/data/home/apps/m~PROJECT_ID/20201117...

Open Graph Description: The PR requires six>=1.13.0 and is in releases 1.4.2 & newer. Any service using an older release of six will encounter this ImportError: Traceback (most recent call last): . . . File "/b...

X Description: The PR </pull/34> requires six>=1.13.0 and is in releases 1.4.2 & newer. Any service using an older release of six will encounter this ImportError: Traceback (most recent call last): ....

Opengraph URL: https://github.com/googleapis/python-cloud-core/issues/45

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"ImportError: cannot import `six.moves.collections_abc`","articleBody":"- The PR \u003c/pull/34\u003e requires `six\u003e=1.13.0` and is in releases 1.4.2 \u0026 newer.\r\n- Any service using an older release of `six` will encounter this `ImportError`:\r\n```\r\nTraceback (most recent call last):\r\n    . . .\r\n  File \"/base/data/home/apps/m~PROJECT_ID/20201117t171012.431016593202024462/main.py\", line 16, in \u003cmodule\u003e\r\n    from google.cloud import ndb\r\n  File \"/base/data/home/apps/m~PROJECT_ID/20201117t171012.431016593202024462/lib/google/cloud/ndb/__init__.py\", line 28, in \u003cmodule\u003e\r\n    from google.cloud.ndb.client import Client\r\n  File \"/base/data/home/apps/m~PROJECT_ID/20201117t171012.431016593202024462/lib/google/cloud/ndb/client.py\", line 26, in \u003cmodule\u003e\r\n    from google.cloud.datastore_v1.gapic import datastore_client\r\n  File \"/base/data/home/apps/m~PROJECT_ID/20201117t171012.431016593202024462/lib/google/cloud/datastore_v1/__init__.py\", line 18, in \u003cmodule\u003e\r\n    from google.cloud.datastore_v1.gapic import datastore_client\r\n  File \"/base/data/home/apps/m~PROJECT_ID/20201117t171012.431016593202024462/lib/google/cloud/datastore_v1/gapic/datastore_client.py\", line 39, in \u003cmodule\u003e\r\n    from google.cloud.datastore.version import __version__\r\n  File \"/base/data/home/apps/m~PROJECT_ID/20201117t171012.431016593202024462/lib/google/cloud/datastore/__init__.py\", line 60, in \u003cmodule\u003e\r\n    from google.cloud.datastore.client import Client\r\n  File \"/base/data/home/apps/m~PROJECT_ID/20201117t171012.431016593202024462/lib/google/cloud/datastore/client.py\", line 26, in \u003cmodule\u003e\r\n    from google.cloud.datastore._http import HTTPDatastoreAPI\r\n  File \"/base/data/home/apps/m~PROJECT_ID/20201117t171012.431016593202024462/lib/google/cloud/datastore/_http.py\", line 19, in \u003cmodule\u003e\r\n    from google.cloud import _http as connection_module\r\n  File \"/base/data/home/apps/m~PROJECT_ID/20201117t171012.431016593202024462/lib/google/cloud/_http.py\", line 22, in \u003cmodule\u003e\r\n    from six.moves import collections_abc\r\nImportError: cannot import name collections_abc\r\n```\r\n- This affects all Python 2 App Engine users as [`six==1.12.0` is built-in](https://cloud.google.com/appengine/docs/standard/python/tools/built-in-libraries-27)\r\n- The current workaround is to reference the immediately preceding version by adding `google-cloud-core==1.4.1` in any affected application's `requirements.txt` file until either App Engine revs `six` to a newer release (\u003e=1.13.0), **or** [Line 22 of google/cloud/_http.py](https://github.com/googleapis/python-cloud-core/blob/master/google/cloud/_http.py#L22) is patched, perhaps with something like this:\r\n```\r\n# catch six\u003c1.13.0\r\ntry:\r\n    from six.moves import collections_abc\r\nexcept ImportError:\r\n    # catch python\u003c3.3.0\r\n    try:\r\n        import collections.abc as collections_abc # only works on 3.3+\r\n    except ImportError:\r\n        import collections as collections_abc\r\n```\r\n","author":{"url":"https://github.com/wescpy","@type":"Person","name":"wescpy"},"datePublished":"2020-11-18T02:37:10.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/45/python-cloud-core/issues/45"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:75422c45-d9c0-2e03-b348-f94de01ded8b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBCAA:3C8683:7B84F3:A5F5ED:6A4EC598
html-safe-nonce95cfb1f82d3be65647a07f3c9fd64e15de883109ed2f35863d12698c6f5626d8
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQ0FBOjNDODY4Mzo3Qjg0RjM6QTVGNUVEOjZBNEVDNTk4IiwidmlzaXRvcl9pZCI6IjEyNzI5NjY1ODk2Mzc5MDM3NjgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac85c48457d3d702c740242f4ec1e78061d78abdb69da977521628ce12a962a3c5
hovercard-subject-tagissue:745276235
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-cloud-core/45/issue_layout
twitter:imagehttps://opengraph.githubassets.com/979739ff0a48d083d476634a11334d4e0ffa27059ed43b9e96c04c8254102bea/googleapis/python-cloud-core/issues/45
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/979739ff0a48d083d476634a11334d4e0ffa27059ed43b9e96c04c8254102bea/googleapis/python-cloud-core/issues/45
og:image:altThe PR requires six>=1.13.0 and is in releases 1.4.2 & newer. Any service using an older release of six will encounter this ImportError: Traceback (most recent call last): . . . File "/b...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamewescpy
hostnamegithub.com
expected-hostnamegithub.com
None41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c
turbo-cache-controlno-preview
go-importgithub.com/googleapis/python-cloud-core git https://github.com/googleapis/python-cloud-core.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id226992462
octolytics-dimension-repository_nwogoogleapis/python-cloud-core
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id226992462
octolytics-dimension-repository_network_root_nwogoogleapis/python-cloud-core
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
releasee6a744804e8e70f97b4d5a18a94dcc63db22f97a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/python-cloud-core/issues/45#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-cloud-core%2Fissues%2F45
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-cloud-core%2Fissues%2F45
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-cloud-core
Reloadhttps://github.com/googleapis/python-cloud-core/issues/45
Reloadhttps://github.com/googleapis/python-cloud-core/issues/45
Reloadhttps://github.com/googleapis/python-cloud-core/issues/45
Please reload this pagehttps://github.com/googleapis/python-cloud-core/issues/45
googleapis https://github.com/googleapis
python-cloud-corehttps://github.com/googleapis/python-cloud-core
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fpython-cloud-core
Fork 19 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-cloud-core
Star 34 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-cloud-core
Code https://github.com/googleapis/python-cloud-core
Issues 0 https://github.com/googleapis/python-cloud-core/issues
Pull requests 0 https://github.com/googleapis/python-cloud-core/pulls
Actions https://github.com/googleapis/python-cloud-core/actions
Projects https://github.com/googleapis/python-cloud-core/projects
Security and quality 0 https://github.com/googleapis/python-cloud-core/security
Insights https://github.com/googleapis/python-cloud-core/pulse
Code https://github.com/googleapis/python-cloud-core
Issues https://github.com/googleapis/python-cloud-core/issues
Pull requests https://github.com/googleapis/python-cloud-core/pulls
Actions https://github.com/googleapis/python-cloud-core/actions
Projects https://github.com/googleapis/python-cloud-core/projects
Security and quality https://github.com/googleapis/python-cloud-core/security
Insights https://github.com/googleapis/python-cloud-core/pulse
#46https://github.com/googleapis/python-cloud-core/pull/46
ImportError: cannot import six.moves.collections_abchttps://github.com/googleapis/python-cloud-core/issues/45#top
#46https://github.com/googleapis/python-cloud-core/pull/46
https://github.com/tswast
https://github.com/wescpy
wescpyhttps://github.com/wescpy
on Nov 18, 2020https://github.com/googleapis/python-cloud-core/issues/45#issue-745276235
fix: handle query_params tuples in JSONConnection.build_api_url #34https://github.com/googleapis/python-cloud-core/pull/34
six==1.12.0 is built-inhttps://cloud.google.com/appengine/docs/standard/python/tools/built-in-libraries-27
Line 22 of google/cloud/_http.pyhttps://github.com/googleapis/python-cloud-core/blob/master/google/cloud/_http.py#L22
tswasthttps://github.com/tswast
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.