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.
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.