sktime / pytorch-forecasting

Time series forecasting with PyTorch
https://pytorch-forecasting.readthedocs.io/
MIT License
3.93k stars 621 forks source link

Issue while installing pytorch-forecasting through pip #1490

Open DS-mehul opened 9 months ago

DS-mehul commented 9 months ago

Issue faced while installing pytorch-forecasting image

image

I have already installed Microsoft Visual C++ 14.0

Issue faced while installing pytorch image

Cannot debug this issue.

deltawi commented 9 months ago

@DS-mehul try the --no-cache-dir option of pip install.

acumartini commented 8 months ago

Same issue here. Fails on the scikit-learn build, which appears to be an older version.

dev-nll commented 8 months ago

Same.

ivanightingale commented 5 months ago

See https://pytorch.org/get-started/locally/. You install PyTorch by pip install torch.

benHeid commented 2 days ago

@DS-mehul, we released a new version of pytorch-forecasting on pypi. Can you check if with the new version this issue still exist?