René's URL Explorer Experiment


Title: pip install fails on bdist_wheel · Issue #158 · python-metar/python-metar · GitHub

Open Graph Title: pip install fails on bdist_wheel · Issue #158 · python-metar/python-metar

X Title: pip install fails on bdist_wheel · Issue #158 · python-metar/python-metar

Description: The following pip install command fails on a Mac (Catalina) when running Python 3.9.6: Note that the link provided in the deprecation warning is unhelpful, leaving the user to fend for themselves. % python3 -m pip install metar DEPRECATI...

Open Graph Description: The following pip install command fails on a Mac (Catalina) when running Python 3.9.6: Note that the link provided in the deprecation warning is unhelpful, leaving the user to fend for themselves. ...

X Description: The following pip install command fails on a Mac (Catalina) when running Python 3.9.6: Note that the link provided in the deprecation warning is unhelpful, leaving the user to fend for themselves. ...

Opengraph URL: https://github.com/python-metar/python-metar/issues/158

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"pip install fails on bdist_wheel","articleBody":"The following `pip install` command fails on a Mac (Catalina) when running Python 3.9.6:\r\n\r\nNote that the link provided in the deprecation warning is unhelpful, leaving the user to fend for themselves.\r\n\r\n~~~\r\n% python3 -m pip install metar               \r\nDEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621\r\nCollecting metar\r\n  Using cached metar-1.8.0.tar.gz (211 kB)\r\n  Preparing metadata (setup.py) ... done\r\nBuilding wheels for collected packages: metar\r\n  Building wheel for metar (setup.py) ... error\r\n  ERROR: Command errored out with exit status 1:\r\n   command: /usr/local/opt/python@3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/private/var/folders/83/g2b52wlj1vs5fcwdm05jt_zm0000gn/T/pip-install-bnpf2hbw/metar_e8b87925b40f4ecea7a59d54275d9f66/setup.py'\"'\"'; __file__='\"'\"'/private/var/folders/83/g2b52wlj1vs5fcwdm05jt_zm0000gn/T/pip-install-bnpf2hbw/metar_e8b87925b40f4ecea7a59d54275d9f66/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' bdist_wheel -d /private/var/folders/83/g2b52wlj1vs5fcwdm05jt_zm0000gn/T/pip-wheel-hl2kvqg_\r\n       cwd: /private/var/folders/83/g2b52wlj1vs5fcwdm05jt_zm0000gn/T/pip-install-bnpf2hbw/metar_e8b87925b40f4ecea7a59d54275d9f66/\r\n  Complete output (6 lines):\r\n  usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]\r\n     or: setup.py --help [cmd1 cmd2 ...]\r\n     or: setup.py --help-commands\r\n     or: setup.py cmd --help\r\n  \r\n  error: invalid command 'bdist_wheel'\r\n  ----------------------------------------\r\n  ERROR: Failed building wheel for metar\r\n  Running setup.py clean for metar\r\nFailed to build metar\r\nInstalling collected packages: metar\r\n    Running setup.py install for metar ... error\r\n    ERROR: Command errored out with exit status 1:\r\n     command: /usr/local/opt/python@3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/private/var/folders/83/g2b52wlj1vs5fcwdm05jt_zm0000gn/T/pip-install-bnpf2hbw/metar_e8b87925b40f4ecea7a59d54275d9f66/setup.py'\"'\"'; __file__='\"'\"'/private/var/folders/83/g2b52wlj1vs5fcwdm05jt_zm0000gn/T/pip-install-bnpf2hbw/metar_e8b87925b40f4ecea7a59d54275d9f66/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' install --record /private/var/folders/83/g2b52wlj1vs5fcwdm05jt_zm0000gn/T/pip-record-lio3yn76/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.9/metar\r\n         cwd: /private/var/folders/83/g2b52wlj1vs5fcwdm05jt_zm0000gn/T/pip-install-bnpf2hbw/metar_e8b87925b40f4ecea7a59d54275d9f66/\r\n    Complete output (14 lines):\r\n    running install\r\n    running build\r\n    running build_py\r\n    creating build\r\n    creating build/lib\r\n    creating build/lib/metar\r\n    copying metar/Metar.py -\u003e build/lib/metar\r\n    copying metar/__init__.py -\u003e build/lib/metar\r\n    copying metar/Station.py -\u003e build/lib/metar\r\n    copying metar/Datatypes.py -\u003e build/lib/metar\r\n    copying metar/nsd_cccc.txt -\u003e build/lib/metar\r\n    running install_lib\r\n    creating /usr/local/opt/python@3.9/lib/python3.9/site-packages/metar\r\n    error: could not create '/usr/local/opt/python@3.9/lib/python3.9/site-packages/metar': Permission denied\r\n    ----------------------------------------\r\nERROR: Command errored out with exit status 1: /usr/local/opt/python@3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/private/var/folders/83/g2b52wlj1vs5fcwdm05jt_zm0000gn/T/pip-install-bnpf2hbw/metar_e8b87925b40f4ecea7a59d54275d9f66/setup.py'\"'\"'; __file__='\"'\"'/private/var/folders/83/g2b52wlj1vs5fcwdm05jt_zm0000gn/T/pip-install-bnpf2hbw/metar_e8b87925b40f4ecea7a59d54275d9f66/setup.py'\"'\"';f = getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__) if os.path.exists(__file__) else io.StringIO('\"'\"'from setuptools import setup; setup()'\"'\"');code = f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' install --record /private/var/folders/83/g2b52wlj1vs5fcwdm05jt_zm0000gn/T/pip-record-lio3yn76/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.9/metar Check the logs for full command output.\r\n~~~","author":{"url":"https://github.com/dchassin","@type":"Person","name":"dchassin"},"datePublished":"2021-12-25T18:44:24.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/158/python-metar/issues/158"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:93e6167c-980b-4bda-a2ca-b5557d24a4f5
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC1D4:3BE04B:1A3305:241E13:697746F0
html-safe-nonceca84e042b7d303997c516b870e190544eef41850f3a091e55a606520bfdff749
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMUQ0OjNCRTA0QjoxQTMzMDU6MjQxRTEzOjY5Nzc0NkYwIiwidmlzaXRvcl9pZCI6IjYzNzk3NzI2MzI1OTMwMjQ3NTIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac7569753dfba3cb7c018f221ee5ea59a0eb5e63952610f6d5cc2f38d54a71f07d
hovercard-subject-tagissue:1088641249
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/python-metar/python-metar/158/issue_layout
twitter:imagehttps://opengraph.githubassets.com/8597d9c7030d9a309c7f53d37bba9dc865b7b4abd3ec76be43a9478ad9a18b3f/python-metar/python-metar/issues/158
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/8597d9c7030d9a309c7f53d37bba9dc865b7b4abd3ec76be43a9478ad9a18b3f/python-metar/python-metar/issues/158
og:image:altThe following pip install command fails on a Mac (Catalina) when running Python 3.9.6: Note that the link provided in the deprecation warning is unhelpful, leaving the user to fend for themselves. ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedchassin
hostnamegithub.com
expected-hostnamegithub.com
None01d198479908d09a841b2febe8eb105a81af2af7d81830960fe0971e1f4adc09
turbo-cache-controlno-preview
go-importgithub.com/python-metar/python-metar git https://github.com/python-metar/python-metar.git
octolytics-dimension-user_id41550127
octolytics-dimension-user_loginpython-metar
octolytics-dimension-repository_id111772
octolytics-dimension-repository_nwopython-metar/python-metar
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id111772
octolytics-dimension-repository_network_root_nwopython-metar/python-metar
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/python-metar/python-metar/issues/158#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-metar%2Fpython-metar%2Fissues%2F158
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%2Fpython-metar%2Fpython-metar%2Fissues%2F158
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=python-metar%2Fpython-metar
Reloadhttps://patch-diff.githubusercontent.com/python-metar/python-metar/issues/158
Reloadhttps://patch-diff.githubusercontent.com/python-metar/python-metar/issues/158
Reloadhttps://patch-diff.githubusercontent.com/python-metar/python-metar/issues/158
python-metar https://patch-diff.githubusercontent.com/python-metar
python-metarhttps://patch-diff.githubusercontent.com/python-metar/python-metar
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-metar%2Fpython-metar
Fork 124 https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-metar%2Fpython-metar
Star 285 https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-metar%2Fpython-metar
Code https://patch-diff.githubusercontent.com/python-metar/python-metar
Issues 34 https://patch-diff.githubusercontent.com/python-metar/python-metar/issues
Pull requests 2 https://patch-diff.githubusercontent.com/python-metar/python-metar/pulls
Discussions https://patch-diff.githubusercontent.com/python-metar/python-metar/discussions
Actions https://patch-diff.githubusercontent.com/python-metar/python-metar/actions
Projects 0 https://patch-diff.githubusercontent.com/python-metar/python-metar/projects
Wiki https://patch-diff.githubusercontent.com/python-metar/python-metar/wiki
Security 0 https://patch-diff.githubusercontent.com/python-metar/python-metar/security
Insights https://patch-diff.githubusercontent.com/python-metar/python-metar/pulse
Code https://patch-diff.githubusercontent.com/python-metar/python-metar
Issues https://patch-diff.githubusercontent.com/python-metar/python-metar/issues
Pull requests https://patch-diff.githubusercontent.com/python-metar/python-metar/pulls
Discussions https://patch-diff.githubusercontent.com/python-metar/python-metar/discussions
Actions https://patch-diff.githubusercontent.com/python-metar/python-metar/actions
Projects https://patch-diff.githubusercontent.com/python-metar/python-metar/projects
Wiki https://patch-diff.githubusercontent.com/python-metar/python-metar/wiki
Security https://patch-diff.githubusercontent.com/python-metar/python-metar/security
Insights https://patch-diff.githubusercontent.com/python-metar/python-metar/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/python-metar/python-metar/issues/158
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/python-metar/python-metar/issues/158
pip install fails on bdist_wheelhttps://patch-diff.githubusercontent.com/python-metar/python-metar/issues/158#top
https://github.com/dchassin
https://github.com/dchassin
dchassinhttps://github.com/dchassin
on Dec 25, 2021https://github.com/python-metar/python-metar/issues/158#issue-1088641249
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.