-
Notifications
You must be signed in to change notification settings - Fork 336
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
llama-index notebooks using gcsfs log errors to the cell output on colab #1768
Comments
I've tried suppressing the message with import warnings
with warnings.catch_warnings():
warnings.simplefilter("ignore") # or another action like "error", "always", etc. but this was not successful. It will require a bit more investigation to identify the source of the issue. |
Duplicate of #2099 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LlamaIndex notebooks using gcsfs log errors to the cell output on Colab. The notebooks themselves run, but the console message make it seem as though something has gone wrong.
This issue is caused by the fact that the Arize public assets bucket does not provide list permissions. A fix for this issue would involve:
Originally posted by @axiomofjoy in #1766 (comment)
The text was updated successfully, but these errors were encountered: