pygalmesh icon indicating copy to clipboard operation
pygalmesh copied to clipboard

Support for newer version of python

Open jpmorr opened this issue 1 year ago • 2 comments

I can't see too many problems associated with running on newer versions of python such as 3.12 or 3.13. Is it possible to update so it's pip installable?

jpmorr avatar Oct 19 '24 15:10 jpmorr

pip install from a python3.13 venv is working on my side

GregoireHENRY avatar Jan 23 '25 05:01 GregoireHENRY

sudo apt install libcgal-dev libeigen3-dev
pip install pygalmesh

worked for me. with Python 3.12.6.

Thomas-Ulrich avatar Feb 10 '25 13:02 Thomas-Ulrich