ERROR: ResolutionImpossible: for help visit <https...
# neural-forecast
m
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts 124 fold-models[neuralforecast] 0.0.1 depends on pytorch-lightning<2.0.0 and >=1.9.0; extra == “neuralforecast” 125 neuralforecast 1.4.0 depends on pytorch-lightning==1.6.5
then when we specify the pytorch-lightning constraints manually, we get this error message
c
Hi @Mark Aron Szulyovszky! Can you give more details on how are you installing it?
pip install neuralforecast
should install the correct dependencies. We are currently performing routine checks on our tutorials in colab and they all work properly with
pip install
.