business-science / pytimetk

Time series easier, faster, more fun. Pytimetk.
https://business-science.github.io/pytimetk/
MIT License
696 stars 60 forks source link

Doesn't install with python 3.12.2 #289

Open collinsethans opened 6 months ago

collinsethans commented 6 months ago

Tried installing pytimetk using 'pip install pytimetk'. Fails with pyarrow installation, which is hardcoded to 13.0.0. (however, the latest version pyarow 16.0.0 installs on py 3.12.2).

mdancho84 commented 6 months ago

I need to understand and fix this first: https://github.com/business-science/pytimetk/actions/runs/8903215926/job/24450575940

girdeux31 commented 5 months ago

Same problem here: pip install pytimetk fails when trying to install pyarrow with Python 3.12, it works with Python 3.9 or 3.10 though. I'm using Ubuntu, but same on Windows. May be a problem with pyarrow?