Replies: 1 comment 2 replies
-
You need pytorch_lightning>=2.1.0 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to utilize the neuralforecasting package as part of my ml solution but I am getting a series of pytorch related dependency errors that are preventing me from using it. The first of these errors appears when I try to initially import the package.
`
Import statements:
`
Error:
I fixed this using the terminal comand: pip install neuralforecast "torch<2.0.0", which was suggested in another online forum. I am not sure if this is the source of the following issues. The next issue I encounter occures when I try to instantiate an mlforecast object.
`
Code:
`
Error:
I'm not sure if there is a certain version of torch/pytorch that is recommended for the neuralforecast package but I have tried upgrading those packages to various version as well as the neuralforcasting package itself to eliminate the error to no avail.
Beta Was this translation helpful? Give feedback.
All reactions