-
Notifications
You must be signed in to change notification settings - Fork 581
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
In a local JupyterLab that is not a Google Colab environment, _get_token_from_google_colab freezes and stops responding #1944
Comments
Hi @tanaga9, sorry you're facing this issue. Thanks for reporting it. Could you tell me more about the environment you're using? I'm asking since if you reach line
What's also weird is that when you run |
hi @Wauplin , Thank you for your reply. By setting the FROM to that image and the CMD to I tried to create separate images, but it was too much work, so I unified them. In this state, |
Hi @tanaga9, thanks for the context. I wasn't aware of this runtime. I have been able to reproduce the issue and created PR #1953 to fix it. The plan is to make a hot-fix release once it's merged and make it the default in google colab. In the meantime, a temporary solution is to install a different version of |
thanks There is no problem as there is already a workaround. |
#1953 is merged and the fix has been released (0.20.2). I'm closing this issue. |
Update: |
Describe the bug
In a local JupyterLab that is not a Google Colab environment, _get_token_from_google_colab freezes and stops responding.
This issue was temporarily resolved by the following code.
Reproduction
I will attach the traceback of an interrupt during a freeze to the logs.
Logs
System info
The text was updated successfully, but these errors were encountered: