microprediction / timemachines

Predict time-series with one line of code.
https://www.microprediction.com/blog/popular-timeseries-packages
MIT License
397 stars 51 forks source link

timemachines cannot be installed on python 3.9, package pathlib causes problems #92

Closed KlausGlueckert closed 2 years ago

KlausGlueckert commented 2 years ago

not sure if other people encounter this

WARNING: Discarding https://files.pythonhosted.org/packages/3c/a7/573e6c37775848cd2f9d0fcdf9dd168739f6534e6624573a968f3838d436/pathlib-0.1.tar.gz#sha256=d09e494964125084d67132c42b9e61fa4b428fa0dd8ae7aa2fb25925eeabc3e0 (from https://pypi.org/simple/pathlib/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ERROR: Could not find a version that satisfies the requirement pathlib (from versions: 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.97, 1.0, 1.0.1) ERROR: No matching distribution found for pathlib

microprediction commented 2 years ago

Thanks. pathlib is standard so this shouldn't cause you a headache. Sorry about that. Checking the setup. What ver Python are you using?

microprediction commented 2 years ago

Do me a favor and try it now. 0.14.24

microprediction commented 2 years ago

@KlausGlueckert are we good to close this ?

KlausGlueckert commented 2 years ago

thanks, it works again, you can close the ticket :) happy new year

microprediction commented 2 years ago

HNY