Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TimesFM/Colab Install Error #190

Open
BBQChris opened this issue Nov 24, 2024 · 2 comments
Open

TimesFM/Colab Install Error #190

BBQChris opened this issue Nov 24, 2024 · 2 comments

Comments

@BBQChris
Copy link

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
With this, the VM reboots successfully however, there are then dependency errors with import timesfm

Would appreciate any suggestions, cheers!

@rajatsen91
Copy link
Collaborator

For now:

!pip install "git+https://github.com/google-research/timesfm.git@rajat_dev#egg=timesfm[torch]"

works on colab GPU and CPU with python 3.11. We just needed to remove the ipython dependency.

@BBQChris
Copy link
Author

Thank you, timesfm is now installing and importing without error!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants