moment-timeseries-foundation-model / moment

MOMENT: A Family of Open Time-series Foundation Models
https://moment-timeseries-foundation-model.github.io/
MIT License
319 stars 51 forks source link

Python version #9

Closed RubenPhy closed 4 months ago

RubenPhy commented 4 months ago

Hi!

I think it could be useful to know the python version required, because for me, it only works with python 3.10. With python 3.12 there is a problems with the module distutils, which it is required to implement your model, but it is not in python 3.12, and with python 3.11, your pytorch version (2.0.1) is not compatible, I think.

Thanks again!

KonradSzafer commented 4 months ago

Hi @RubenPhy, thanks for raising this! Your insights are great, we will update the readme and try to make it work with other Python versions.

mononitogoswami commented 4 months ago

Hi @RubenPhy, Thanks for your interest in MOMENT! The model should work for Python 3.11 (now added as an image shield badge), and PyTorch 2.0.1! Let us know if this doesn't work for you! I am marking this issue as resolved for now.