TimesFM/Colab Install Error
#16
by
Bush-Chook
- opened
Hi all, when running "%pip install timesfm" in Google Colab (free version) I get the following error:
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.
google-colab 1.0.0 requires ipython==7.34.0, but you have ipython 8.29.0 which is incompatible.
The VM then gets stuck in a boot loop after restart.
To workaround I tried "%pip install timesfm "ipython==7.34.0".
This gets further and the VM reboots successfully however, there are dependency errors with "import timesfm".
What would you suggest?