Closed gfinol closed 10 months ago
I've seen that in python/pyproject.toml there is an explicit requirement: "maturin>=0.14,<0.15"
.
Therefore, it would be to also interesting to update the installation step for maturin in the instructions to respect this requirement.
Something like pip install maturin==0.14
Problem description Instructions to generate Python Bindings are not updated to the last version of maturin. Since version 0.13, flag
--no-sdist
was removed in maturin. Therefore, when following the Steps to generate python bindings for Pravega instructions, the build fails in step 2.Problem location In the instructions: Steps to generate python bindings for Pravega
Suggestions for an improvement Update the instructions according to the maturin migration guide.