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
Domain: patch-diff.githubusercontent.com
{"@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-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:93e6167c-980b-4bda-a2ca-b5557d24a4f5 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | C1D4:3BE04B:1A3305:241E13:697746F0 |
| html-safe-nonce | ca84e042b7d303997c516b870e190544eef41850f3a091e55a606520bfdff749 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMUQ0OjNCRTA0QjoxQTMzMDU6MjQxRTEzOjY5Nzc0NkYwIiwidmlzaXRvcl9pZCI6IjYzNzk3NzI2MzI1OTMwMjQ3NTIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 7569753dfba3cb7c018f221ee5ea59a0eb5e63952610f6d5cc2f38d54a71f07d |
| hovercard-subject-tag | issue:1088641249 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python-metar/python-metar/158/issue_layout |
| twitter:image | https://opengraph.githubassets.com/8597d9c7030d9a309c7f53d37bba9dc865b7b4abd3ec76be43a9478ad9a18b3f/python-metar/python-metar/issues/158 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/8597d9c7030d9a309c7f53d37bba9dc865b7b4abd3ec76be43a9478ad9a18b3f/python-metar/python-metar/issues/158 |
| og:image:alt | 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. ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | dchassin |
| hostname | github.com |
| expected-hostname | github.com |
| None | 01d198479908d09a841b2febe8eb105a81af2af7d81830960fe0971e1f4adc09 |
| turbo-cache-control | no-preview |
| go-import | github.com/python-metar/python-metar git https://github.com/python-metar/python-metar.git |
| octolytics-dimension-user_id | 41550127 |
| octolytics-dimension-user_login | python-metar |
| octolytics-dimension-repository_id | 111772 |
| octolytics-dimension-repository_nwo | python-metar/python-metar |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 111772 |
| octolytics-dimension-repository_network_root_nwo | python-metar/python-metar |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | d37e99eca9fba24ee37da98481d573461cc1ab7d |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width