question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

5.7.0: pep517 build fails

See original GitHub issue

Looks like 5.7.0 is not pep517 ready

+ /usr/bin/python3 -sBm build -w --no-isolation
* Getting dependencies for wheel...
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/pep517/in_process/_in_process.py", line 363, in <module>
    main()
  File "/usr/lib/python3.8/site-packages/pep517/in_process/_in_process.py", line 345, in main
    json_out['return_val'] = hook(**hook_input['kwargs'])
  File "/usr/lib/python3.8/site-packages/pep517/in_process/_in_process.py", line 130, in get_requires_for_build_wheel
    return hook(config_settings)
  File "/usr/lib/python3.8/site-packages/setuptools/build_meta.py", line 177, in get_requires_for_build_wheel
    return self._get_build_requires(
  File "/usr/lib/python3.8/site-packages/setuptools/build_meta.py", line 159, in _get_build_requires
    self.run_setup()
  File "/usr/lib/python3.8/site-packages/setuptools/build_meta.py", line 281, in run_setup
    super(_BuildMetaLegacyBackend,
  File "/usr/lib/python3.8/site-packages/setuptools/build_meta.py", line 174, in run_setup
    exec(compile(code, __file__, 'exec'), locals())
  File "setup.py", line 4, in <module>
    raise Exception(
Exception:

    This file exists to set up the Github "Used By" counter properly and is not meant to be run.

    Please refer to ./packages/python/plotly/setup.py instead.


ERROR Backend subproccess exited when trying to invoke get_requires_for_build_wheel

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
toncho11commented, Nov 22, 2022

I have the same problem on Windows.

1reaction
sudeepagcommented, May 18, 2022

Looks like I’m running into the same error here as well: https://github.com/plotly/plotly.py/issues/3736

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error installing apache-airflow: "Could not build wheels for ...
I am on MacOS 10.15.7, Python version 3.8.2, and I keep getting an error: ERROR: Could not build wheels for setproctitle which use...
Read more >
CHANGES — pbr 5.9.1.dev9 documentation
5.7.0 ¶. Add a PEP517 interface. PBR package testing improvements. Run python3.9 test jobs ... turn on warning-as-error flag for doc build.
Read more >
error: could not build wheels for srsly, which is required to install ...
Answered on Sep 24, 2020. The easiest solution to deal with the error. "Could not build wheels for ____ which use PEP 517...
Read more >
What's New - Oracle Linux Yum Server
libvirt-python-5.7.0-38.el7 - The libvirt virtualization API python2 binding ... PyQt-builder-1.13.0-2.el9 - The PEP 517 compliant PyQt build system (New).
Read more >
What does PEP 517 mean for packaging - YouTube
Thomas Kluyver Packaging Python code is a thorny area, but it's getting better. PEP 517 is a dry, technical specification for an important ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found