This is an exception happening while handling an exception, as the main exception suggests -- I might have outdated jupyter/ipywidgets (and indeed I had no ipywidgets installed):
[INFO] AutomagicIO: retrieving file content of /home/yoh/proj/dandi/mvdm/data-formats/../MotivationalT-v2/R050/R050-2014-03-31_raw/R050-2014-03-31-CSC01a.ncs
[WARNING] Still have 1 active progress bars when stopping
[WARNING] Failed proxying open with ('../MotivationalT-v2/R050/R050-2014-03-31_raw/R050-2014-03-31-CSC01a.ncs',), {}: FloatProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html [notebook.py:status_printer:104]
Exception ignored in: <function tqdm.__del__ at 0x7f61a4bf0d40>
Traceback (most recent call last):
File "/home/yoh/anaconda-5.2.0-2.7/envs/mvdm-nept/lib/python3.7/site-packages/tqdm/std.py", line 1084, in __del__
self.close()
File "/home/yoh/anaconda-5.2.0-2.7/envs/mvdm-nept/lib/python3.7/site-packages/tqdm/notebook.py", line 245, in close
self.sp(bar_style='danger')
AttributeError: 'tqdm_notebook' object has no attribute 'sp'
I expected tqdm to not issue that additional exception
4.45.0 3.7.6 | packaged by conda-forge | (default, Mar 23 2020, 23:03:20)
[GCC 7.3.0] linux
sigh the infamous #548 again :)
at least it's merely extra verbosity in an external exception, but still...
pip install ipywidgets
N.B. it seems to be a problem when a python process exits and doesn't clean up properly. Notice it says "Exception ignored" (while deleting an object) so isn't actually causing a crash.
Most helpful comment
pip install ipywidgets