We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In a few months colab have migrated from python 3.8 to python 3.10 It could cause some issues with not updating packages.
Etna depends on a large amount of libraries that increase probability of implicit compatibity issues.
So it seems we should run checks on etna's default notebooks
The text was updated successfully, but these errors were encountered:
get_started
Steps:
pip install etna
Errors from pip:
arviz 0.15.1 requires scipy>=1.8.0, but you have scipy 1.7.3 which is incompatible
prophet 1.1.2 requires holidays>=0.14.2, but you have holidays 0.13 which is incompatible
backtest
pip install etna[prophet]
Errors from pip on pip install etna[prophet]:
NN_examples
pip install etna[torch]
Errors from pip on pip install etna[torch]:
torchaudio 2.0.2+cu118 requires torch==2.0.1, but you have torch 1.11.0 which is incompatible
torchdata 0.6.1 requires torch==2.0.1, but you have torch 1.11.0 which is incompatible
torchtext 0.15.2 requires torch==2.0.1, but you have torch 1.11.0 which is incompatible
torchvision 0.15.2+cu118 requires torch==2.0.1, but you have torch 1.11.0 which is incompatible
Sorry, something went wrong.
Mr-Geekman
Successfully merging a pull request may close this issue.
Checklist
❓ What is the issue?
In a few months colab have migrated from python 3.8 to python 3.10
It could cause some issues with not updating packages.
Etna depends on a large amount of libraries that increase probability of implicit compatibity issues.
So it seems we should run checks on etna's default notebooks
The text was updated successfully, but these errors were encountered: