pytorch-forecasting installation on databricks notebook #1687
MuhammadIrfanAli
started this conversation in
General
Replies: 1 comment
-
could you tell us your python version and your |
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
-
Hi,
I am trying to install the library on databricks notebook but I keep hitting conflict issues with
typing_extensions
.Tried to use version 4.8.0 as well but still cannot import the library. Does anyone else has faced this issue before. If someone knows the compatible version, this would be great.
%pip install pytorch-lightning==2.1.1 pytorch-forecasting typing-extensions==4.8.0
Beta Was this translation helpful? Give feedback.
All reactions