5.7.0: pep517 build fails
See original GitHub issueLooks 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:
- Created a year ago
- Comments:12 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same problem on Windows.
Looks like I’m running into the same error here as well: https://github.com/plotly/plotly.py/issues/3736