To Reproduce
I'm on Python 3.10
python -m build --wheel --no-isolation
Describe the bug
File "./src/aviso-fes/_custom_build/backend.py", line 141, in <module>
get_requires_for_build_wheel = _backend.get_requires_for_build_wheel
AttributeError: '_CustomBuildMetaBackend' object has no attribute 'get_requires_for_build_wheel'. Did you mean: 'get_requires_for_build_editable'?
Have you taken the inspiration for CustomBuildMetaBackend from pillow (like https://fossies.org/linux/pymol/_custom_build/backend.py )?
May you please allow to build without the custom backend?
PS: I've fixed my issue by replacing everything below https://github.com/CNES/aviso-fes/blob/main/_custom_build/backend.py#L137 with build_wheel = _CustomBuildMetaBackend().build_wheel
To Reproduce
I'm on Python 3.10
python -m build --wheel --no-isolationDescribe the bug
Have you taken the inspiration for CustomBuildMetaBackend from pillow (like https://fossies.org/linux/pymol/_custom_build/backend.py )?
May you please allow to build without the custom backend?
PS: I've fixed my issue by replacing everything below https://github.com/CNES/aviso-fes/blob/main/_custom_build/backend.py#L137 with
build_wheel = _CustomBuildMetaBackend().build_wheel