You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
orginally installed !pip3 install git+https://github.com/ourownstory/neural_prophet.git#egg=neuralprophet, and got and error
"torchaudio 2.1.0+cu118 requires torch==2.1.0, but you have torch 2.0.0 which is incompatible.
torchdata 0.7.0 requires torch==2.1.0, but you have torch 2.0.0 which is incompatible.
torchtext 0.16.0 requires torch==2.1.0, but you have torch 2.0.0 which is incompatible.
torchvision 0.16.0+cu118 requires torch==2.1.0, but you have torch 2.0.0 which is incompatible."
so I installed torch 2.1.0 and I am getting this error now.
"ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
neuralprophet 1.0.0rc5 requires torch==2.0.0, but you have torch 2.1.0 which is incompatible."
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
orginally installed !pip3 install git+https://github.com/ourownstory/neural_prophet.git#egg=neuralprophet, and got and error
"torchaudio 2.1.0+cu118 requires torch==2.1.0, but you have torch 2.0.0 which is incompatible.
torchdata 0.7.0 requires torch==2.1.0, but you have torch 2.0.0 which is incompatible.
torchtext 0.16.0 requires torch==2.1.0, but you have torch 2.0.0 which is incompatible.
torchvision 0.16.0+cu118 requires torch==2.1.0, but you have torch 2.0.0 which is incompatible."
so I installed torch 2.1.0 and I am getting this error now.
"ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
neuralprophet 1.0.0rc5 requires torch==2.0.0, but you have torch 2.1.0 which is incompatible."
Can I get some help?
Beta Was this translation helpful? Give feedback.
All reactions