perspective icon indicating copy to clipboard operation
perspective copied to clipboard

Python 3.12 wheels

Open 0x26res opened this issue 1 year ago • 2 comments

Feature Request

Description of Problem:

I can't install python-perspective on with python 3.12 (there's no wheel so I have to build it from source).

Potential Solutions:

Upload wheels for python 3.12. I believe some work got done to get partial python 3.12 support, but it's not fully done yet. See https://github.com/finos/perspective/pull/2458

0x26res avatar Jun 03 '24 08:06 0x26res

#2625 migrates perspective-python to the Python Stable ABI which will support 3.12 and all future 3.x Python versions.

texodus avatar Jun 04 '24 03:06 texodus

As part of this enhancement it would be very helpful to include aarch64 Linux as well as MacOS ARM64 wheels; I think I am not alone running Linux on MacOS X via Docker.

Note that I was able to build from source for Python 3.12, Ubuntu 24.04 on aarch64 by installing libboost-all-dev so there is a workaround for now.

kdowney-lot49 avatar Jun 23 '24 19:06 kdowney-lot49