triangle icon indicating copy to clipboard operation
triangle copied to clipboard

pip install fails with python 3.10

Open skilledwolf opened this issue 2 years ago • 1 comments

Hi,

pip install triangle fails with python 3.10.

Setup: fresh conda-arm64 environment with python 3.10 on Macbook Pro (M1 Pro chip). Installation works with python 3.9 and otherwise identical conditions, making me suspect that it is a general incompatibility with python 3.10.

Let me know if you need the log, but the error should be easy enough to reproduce.

skilledwolf avatar Jun 19 '22 17:06 skilledwolf

triangle/core.c file should be regenerated with newer cython. tested with cython-0.29.37. after that it builds just fine with python3.10 and 3.11.

mexicarne avatar Jan 05 '24 15:01 mexicarne