nucleic / kiwi

Efficient C++ implementation of the Cassowary constraint solving algorithm
https://kiwisolver.readthedocs.io/en/latest/
Other
693 stars 89 forks source link

PyPy support #184

Closed jfuruness closed 2 months ago

jfuruness commented 3 months ago

I'm not sure if you guys support PyPy but this is failing to install on PyPy3.10. I'm using the latest version of kiwisolver on github. See attached error. out.txt

MatthieuDartiailh commented 3 months ago

This was addressed in #182. I will try to upload the wheels ASAP.

jfuruness commented 3 months ago

Thank you!

jfuruness commented 2 months ago

PyPy/distutils or whatever it was fixed their backwards compatibility breaking change. As long as everyone updates to the latest PyPy this won't error out anymore. Going to close this issue. https://github.com/pypa/distutils/issues/283