pytorch-forecasting icon indicating copy to clipboard operation
pytorch-forecasting copied to clipboard

Issue while installing pytorch-forecasting through pip

Open DS-mehul opened this issue 1 year ago • 5 comments

  • PyTorch-Forecasting version: Can't Install due to wheel issue.
  • PyTorch version: Can't install same wheel issue
  • Python version: 3.11.5
  • Operating System: Windows

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.

DS-mehul avatar Jan 10 '24 14:01 DS-mehul

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

deltawi avatar Jan 15 '24 08:01 deltawi

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

acumartini avatar Feb 17 '24 05:02 acumartini

Same.

dev-nll avatar Feb 17 '24 14:02 dev-nll

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

ivanightingale avatar May 07 '24 16:05 ivanightingale