Skip to content

Build fails on Python 3.13: subprocess-exited-with-error when building wheel #8

@yoshiakifujita

Description

@yoshiakifujita

Hi, I'm encountering an issue when trying to install cana in a Conda environment using Python 3.13. The installation fails with the following error:

Building wheels for collected packages: cana, schematodes
Building wheel for cana (pyproject.toml) ... error
error: subprocess-exited-with-error

This issue does not occur when using Python 3.12, where the installation succeeds without any problems.

xuan-w suggests The reason is that one of the dependency of cana, schematodes, was written in Rust and was only configured to work with PyO3 0.21, which only support python <=3.12. In addition, he recommends me to post the issue here as a proper place.

Thanks for working this project.

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