Skip to content

Build error in _CustomBuildMetaBackend #58

Description

@kiefernforst

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions