René's URL Explorer Experiment


Title: PYTHON3.12版本无法安装leancloud SDK · Issue #560 · leancloud/python-sdk · GitHub

Open Graph Title: PYTHON3.12版本无法安装leancloud SDK · Issue #560 · leancloud/python-sdk

X Title: PYTHON3.12版本无法安装leancloud SDK · Issue #560 · leancloud/python-sdk

Description: C:\Users\zhangsan>pip3 install leancloud Looking in indexes: https://mirrors.bfsu.edu.cn/pypi/web/simple Collecting leancloud Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/3e/42/41a430c019463479c27a44b07b3a0c82f218120ab551e0e...

Open Graph Description: C:\Users\zhangsan>pip3 install leancloud Looking in indexes: https://mirrors.bfsu.edu.cn/pypi/web/simple Collecting leancloud Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/3e/42/41a430c...

X Description: C:\Users\zhangsan>pip3 install leancloud Looking in indexes: https://mirrors.bfsu.edu.cn/pypi/web/simple Collecting leancloud Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/3e/42/41a4...

Opengraph URL: https://github.com/leancloud/python-sdk/issues/560

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"PYTHON3.12版本无法安装leancloud SDK","articleBody":"```\r\nC:\\Users\\zhangsan\u003epip3 install leancloud\r\nLooking in indexes: https://mirrors.bfsu.edu.cn/pypi/web/simple\r\nCollecting leancloud\r\n  Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/3e/42/41a430c019463479c27a44b07b3a0c82f218120ab551e0e8cae8791c69c3/leancloud-3.0.2-py2.py3-none-any.whl (52 kB)\r\n     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 kB 906.4 kB/s eta 0:00:00\r\nCollecting iso8601\u003e=0.1.14 (from leancloud)\r\n  Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/6c/0c/f37b6a241f0759b7653ffa7213889d89ad49a2b76eb2ddf3b57b2738c347/iso8601-2.1.0-py3-none-any.whl (7.5 kB)\r\nRequirement already satisfied: six\u003e=1.11.0 in c:\\users\\zhangsan\\appdata\\local\\programs\\python\\python312\\lib\\site-packages (from leancloud) (1.16.0)\r\nCollecting qiniu==7.3.1 (from leancloud)\r\n  Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/6f/ed/28cc58e2258c51883d0fc9381e655a9dcc6be42778625c62f6b01968e4f8/qiniu-7.3.1.tar.gz (27 kB)\r\n  Preparing metadata (setup.py) ... done\r\nRequirement already satisfied: requests-toolbelt\u003e=1.0.0 in c:\\users\\zhangsan\\appdata\\local\\programs\\python\\python312\\lib\\site-packages (from leancloud) (1.0.0)\r\nCollecting Werkzeug\u003c2.0.0,\u003e=0.16.0 (from leancloud)\r\n  Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/cc/94/5f7079a0e00bd6863ef8f1da638721e9da21e5bacee597595b318f71d62e/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB)\r\n     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 298.6/298.6 kB 2.1 MB/s eta 0:00:00\r\nCollecting secure-cookie\u003c1.0.0,\u003e=0.1.0 (from leancloud)\r\n  Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/88/21/7f2129c270316f78e71789311f91bb047c1a962cfc67314afcaa67fd4fdf/secure_cookie-0.2.0-py3-none-any.whl (11 kB)\r\nCollecting gevent\u003c23.0.0,\u003e=22.10.2 (from leancloud)\r\n  Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/9f/4a/e9e57cb9495f0c7943b1d5965c4bdd0d78bc4a433a7c96ee034b16c01520/gevent-22.10.2.tar.gz (6.6 MB)\r\n     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 20.9 MB/s eta 0:00:00\r\n  Installing build dependencies ... done\r\n  Getting requirements to build wheel ... error\r\n  error: subprocess-exited-with-error\r\n\r\n  × Getting requirements to build wheel did not run successfully.\r\n  │ exit code: 1\r\n  ╰─\u003e [47 lines of output]\r\n      Compiling src/gevent/resolver/cares.pyx because it changed.\r\n      [1/1] Cythonizing src/gevent/resolver/cares.pyx\r\n      performance hint: src\\gevent\\libev\\corecext.pyx:1339:0: Exception check on '_syserr_cb' will always require the GIL to be acquired.\r\n      Possible solutions:\r\n          1. Declare '_syserr_cb' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.\r\n          2. Use an 'int' return type on '_syserr_cb' to allow an error code to be returned.\r\n\r\n      Error compiling Cython file:\r\n      ------------------------------------------------------------\r\n      ...\r\n      cdef tuple integer_types\r\n\r\n      if sys.version_info[0] \u003e= 3:\r\n          integer_types = int,\r\n      else:\r\n          integer_types = (int, long)\r\n                                ^\r\n      ------------------------------------------------------------\r\n\r\n      src\\gevent\\libev\\corecext.pyx:60:26: undeclared name not builtin: long\r\n      Compiling src/gevent/libev/corecext.pyx because it changed.\r\n      [1/1] Cythonizing src/gevent/libev/corecext.pyx\r\n      Traceback (most recent call last):\r\n        File \"C:\\Users\\zhangsan\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 353, in \u003cmodule\u003e\r\n          main()\r\n        File \"C:\\Users\\zhangsan\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 335, in main\r\n          json_out['return_val'] = hook(**hook_input['kwargs'])\r\n                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n        File \"C:\\Users\\zhangsan\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 118, in get_requires_for_build_wheel\r\n          return hook(config_settings)\r\n                 ^^^^^^^^^^^^^^^^^^^^^\r\n        File \"C:\\Users\\zhangsan\\AppData\\Local\\Temp\\pip-build-env-25ry6k4i\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 334, in get_requires_for_build_wheel\r\n          return self._get_build_requires(config_settings, requirements=[])\r\n                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n        File \"C:\\Users\\zhangsan\\AppData\\Local\\Temp\\pip-build-env-25ry6k4i\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 304, in _get_build_requires\r\n          self.run_setup()\r\n        File \"C:\\Users\\zhangsan\\AppData\\Local\\Temp\\pip-build-env-25ry6k4i\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 320, in run_setup\r\n          exec(code, locals())\r\n        File \"\u003cstring\u003e\", line 61, in \u003cmodule\u003e\r\n        File \"C:\\Users\\zhangsan\\AppData\\Local\\Temp\\pip-install-a88790io\\gevent_ae7bdff0be33460c9eb222f5b4d57e03\\_setuputils.py\", line 237, in cythonize1\r\n          new_ext = cythonize(\r\n                    ^^^^^^^^^^\r\n        File \"C:\\Users\\zhangsan\\AppData\\Local\\Temp\\pip-build-env-25ry6k4i\\overlay\\Lib\\site-packages\\Cython\\Build\\Dependencies.py\", line 1109, in cythonize\r\n          cythonize_one(*args)\r\n        File \"C:\\Users\\zhangsan\\AppData\\Local\\Temp\\pip-build-env-25ry6k4i\\overlay\\Lib\\site-packages\\Cython\\Build\\Dependencies.py\", line 1256, in cythonize_one\r\n          raise CompileError(None, pyx_file)\r\n      Cython.Compiler.Errors.CompileError: src/gevent/libev/corecext.pyx\r\n      [end of output]\r\n\r\n  note: This error originates from a subprocess, and is likely not a problem with pip.\r\nerror: subprocess-exited-with-error\r\n\r\n× Getting requirements to build wheel did not run successfully.\r\n│ exit code: 1\r\n╰─\u003e See above for output.\r\n\r\nnote: This error originates from a subprocess, and is likely not a problem with pip.\r\n```","author":{"url":"https://github.com/m4rdukkkkk","@type":"Person","name":"m4rdukkkkk"},"datePublished":"2024-11-16T12:00:19.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/560/python-sdk/issues/560"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ed467e26-939a-7abb-e40f-a6792c8e5d55
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAAFE:2477FA:36D300:4AA213:69774C01
html-safe-nonceefb958f373db8b118bd7cd42907b7b65e3d8f0dc6a8dc44956802974bbca414e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQUZFOjI0NzdGQTozNkQzMDA6NEFBMjEzOjY5Nzc0QzAxIiwidmlzaXRvcl9pZCI6Ijg4ODQ0MjA0NjUyMzM3MTAwODIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac914b68ddacaf9c8f3c457b0b8fd39fae158d71f72cac3aa90a42282ab935a8da
hovercard-subject-tagissue:2664254014
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/leancloud/python-sdk/560/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d4d8a7768e7873b387fcbae120e0a1711230b57642f823a48786d2a1580ac8f2/leancloud/python-sdk/issues/560
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d4d8a7768e7873b387fcbae120e0a1711230b57642f823a48786d2a1580ac8f2/leancloud/python-sdk/issues/560
og:image:altC:\Users\zhangsan>pip3 install leancloud Looking in indexes: https://mirrors.bfsu.edu.cn/pypi/web/simple Collecting leancloud Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/3e/42/41a430c...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamem4rdukkkkk
hostnamegithub.com
expected-hostnamegithub.com
None01d198479908d09a841b2febe8eb105a81af2af7d81830960fe0971e1f4adc09
turbo-cache-controlno-preview
go-importgithub.com/leancloud/python-sdk git https://github.com/leancloud/python-sdk.git
octolytics-dimension-user_id6660518
octolytics-dimension-user_loginleancloud
octolytics-dimension-repository_id26794168
octolytics-dimension-repository_nwoleancloud/python-sdk
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id26794168
octolytics-dimension-repository_network_root_nwoleancloud/python-sdk
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
released37e99eca9fba24ee37da98481d573461cc1ab7d
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/leancloud/python-sdk/issues/560#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fleancloud%2Fpython-sdk%2Fissues%2F560
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fleancloud%2Fpython-sdk%2Fissues%2F560
Sign up https://patch-diff.githubusercontent.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=leancloud%2Fpython-sdk
Reloadhttps://patch-diff.githubusercontent.com/leancloud/python-sdk/issues/560
Reloadhttps://patch-diff.githubusercontent.com/leancloud/python-sdk/issues/560
Reloadhttps://patch-diff.githubusercontent.com/leancloud/python-sdk/issues/560
leancloud https://patch-diff.githubusercontent.com/leancloud
python-sdkhttps://patch-diff.githubusercontent.com/leancloud/python-sdk
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fleancloud%2Fpython-sdk
Fork 37 https://patch-diff.githubusercontent.com/login?return_to=%2Fleancloud%2Fpython-sdk
Star 98 https://patch-diff.githubusercontent.com/login?return_to=%2Fleancloud%2Fpython-sdk
Code https://patch-diff.githubusercontent.com/leancloud/python-sdk
Issues 27 https://patch-diff.githubusercontent.com/leancloud/python-sdk/issues
Pull requests 3 https://patch-diff.githubusercontent.com/leancloud/python-sdk/pulls
Actions https://patch-diff.githubusercontent.com/leancloud/python-sdk/actions
Projects 0 https://patch-diff.githubusercontent.com/leancloud/python-sdk/projects
Wiki https://patch-diff.githubusercontent.com/leancloud/python-sdk/wiki
Security 0 https://patch-diff.githubusercontent.com/leancloud/python-sdk/security
Insights https://patch-diff.githubusercontent.com/leancloud/python-sdk/pulse
Code https://patch-diff.githubusercontent.com/leancloud/python-sdk
Issues https://patch-diff.githubusercontent.com/leancloud/python-sdk/issues
Pull requests https://patch-diff.githubusercontent.com/leancloud/python-sdk/pulls
Actions https://patch-diff.githubusercontent.com/leancloud/python-sdk/actions
Projects https://patch-diff.githubusercontent.com/leancloud/python-sdk/projects
Wiki https://patch-diff.githubusercontent.com/leancloud/python-sdk/wiki
Security https://patch-diff.githubusercontent.com/leancloud/python-sdk/security
Insights https://patch-diff.githubusercontent.com/leancloud/python-sdk/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/leancloud/python-sdk/issues/560
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/leancloud/python-sdk/issues/560
PYTHON3.12版本无法安装leancloud SDKhttps://patch-diff.githubusercontent.com/leancloud/python-sdk/issues/560#top
https://github.com/m4rdukkkkk
https://github.com/m4rdukkkkk
m4rdukkkkkhttps://github.com/m4rdukkkkk
on Nov 16, 2024https://github.com/leancloud/python-sdk/issues/560#issue-2664254014
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.