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

🐛 Bug (non-blocking): Colab prints annoying/confusing version conflicts during pip install #35

Closed
aaronsteers opened this issue Feb 12, 2024 · 1 comment · Fixed by #97
Assignees

Comments

@aaronsteers
Copy link
Contributor

aaronsteers commented Feb 12, 2024

Colab prints the below confusing messages of version conflicts during pip install.

These look like fatal errors, but they are not. I haven't been able to find a way to suppress these but perhaps we can relax or adjust some version constraints to reduce the noise here:

image

@aaronsteers aaronsteers linked a pull request Mar 5, 2024 that will close this issue
@aaronsteers
Copy link
Contributor Author

Resolved by #97:

Test successfully with this notebook:

https://colab.research.google.com/drive/1pBT1RVf16psMRY3zzSSDr3H_GsyDNR6r#scrollTo=TEzG3kXznVtz

Before this change, we get many conflict errors and Colab prompts us we might need to restart the notebook:

image

After this change, the log is much cleaner:

image

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

Successfully merging a pull request may close this issue.

1 participant