Pip Install error #223
Unanswered
dfrankenCW
asked this question in
Q&A - get help using NeuralProphet
Replies: 1 comment
-
Hi @dfrankenCW This is due to neuralprophet 2.7.0 only being compatible with torch 1.4.0-1.6.0. To resolve this, you can directly install from github: git clone <copied link from github>
cd neural_prophet
pip install . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there
I am trying to install, but getting an error on the torch. I installed Pytorch, torch through pip and conda and still I get the same error:
"
ERROR: Could not find a version that satisfies the requirement torch<1.7.0,>=1.4.0 (from neuralprophet) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2, 1.7.1)
ERROR: No matching distribution found for torch<1.7.0,>=1.4.0 (from neuralprophet)
"
torch is installed with version 1.7.1
Beta Was this translation helpful? Give feedback.
All reactions