zalandoresearch / pytorch-ts

PyTorch based Probabilistic Time Series forecasting framework based on GluonTS backend
MIT License
1.24k stars 191 forks source link

Issue with pip installation #112

Open Vol-v opened 2 years ago

Vol-v commented 2 years ago

There is still an issue when installing pytorch-ts with pip command as in README. The directories for gluonTS aren't changed. So there are still errors such as

No module named 'gluonts.torch.modules.distribution_output'

I've seen a pull request that fixes it, but it is still not resolved if you just install package

kashif commented 2 years ago

sorry i have been out of town and have not had the time to make a new release... can you kindly use the git version of pytorch-ts in the mean time?

liyanghan commented 2 years ago

I fixed it by downgrading gluonTS to 0.9.0.

Vol-v commented 2 years ago

sorry i have been out of town and have not had the time to make a new release... can you kindly use the git version of pytorch-ts in the mean time?

Of course, not a problem! Thank you for a quick reply!