google-research / timesfm

TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.
https://research.google/blog/a-decoder-only-foundation-model-for-time-series-forecasting/
Apache License 2.0
3k stars 224 forks source link

Python 3.11 Support Request #60

Open Martin-Molinero opened 1 month ago

Martin-Molinero commented 1 month ago

Hey! Creating this issue to request support for python 3.11

ryuta-yoshimatsu commented 4 weeks ago

I'm voting for this request.

16bc commented 1 week ago

I try to install Python 3.10 and create env with it. All requirements installed successful, but jupyter notebook return error: ModuleNotFoundError: No module named 'pysqlite2' Fix sessionmanager.py make other errors. Attempts to install any around-sqlite libs has no effect. With Python 3.11 is vice versa - errors in timesfm requirements. I can install only one of two? How run it together without conda? For what create it only for python 3.10 in 2024?