X-DataInitiative / tick

Module for statistical learning, with a particular emphasis on time-dependent modelling
https://x-datainitiative.github.io/tick/
BSD 3-Clause "New" or "Revised" License
480 stars 105 forks source link

setup.py can't handle python 3.10 #491

Closed sflicht closed 1 year ago

sflicht commented 1 year ago

I had to install manually and in the build dir, symlink lib.linux-x86_64-3.1 -> lib.linux-x86_64-3.10 to get this to work. seems like a bug where the 2-digit python version number gets truncated somehow.

PhilipDeegan commented 1 year ago

... seems like a bug where the 2-digit python version number gets truncated somehow.

This is fixed in a current PR but has yet to be merged