You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running pip install omegaconf on a Colab notebook throws the following warning and pop-up, asking users to restart the kernel after pydevd_plugins has been re-installed.
WARNING: The following packages were previously imported in this runtime:
[pydevd_plugins]
You must restart the runtime in order to use newly installed versions.
To Reproduce
pip install omegaconf on any new Colab notebook.
Expected behavior
Kernel not to restart. Perhaps an option not to install pydevd_plugins?
Additional context
OmegaConf version: 2.3.0
Python version: 3.11.11
Operating system: Linux 24e5a19d320d 6.1.85+ #1 SMP PREEMPT_DYNAMIC Thu Jun 27 21:05:47 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Please provide a minimal repro
The text was updated successfully, but these errors were encountered:
Describe the bug
Running
pip install omegaconf
on a Colab notebook throws the following warning and pop-up, asking users to restart the kernel afterpydevd_plugins
has been re-installed.To Reproduce
pip install omegaconf
on any new Colab notebook.Expected behavior
Kernel not to restart. Perhaps an option not to install
pydevd_plugins
?Additional context
Linux 24e5a19d320d 6.1.85+ #1 SMP PREEMPT_DYNAMIC Thu Jun 27 21:05:47 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: