nucleic / kiwi

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

PyPy support #184

Closed jfuruness closed 2 weeks ago

jfuruness commented 3 weeks 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 weeks ago

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

jfuruness commented 3 weeks ago

Thank you!

jfuruness commented 2 weeks 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