Package: glueviz Version: 1.0.1+dfsg-2 Severity: serious
Dear maintainer, when starting glue on Debian testing, I get a Python error: $ glue /usr/bin/glue:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import load_entry_point QSocketNotifier: Can only be used with threads started with QThread 0.00s - Debugger warning: It seems that frozen modules are being used, which may 0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off 0.00s - to python to disable frozen modules. 0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation. Traceback (most recent call last): File "/usr/bin/glue", line 11, in <module> sys.exit(load_entry_point('glue_core==1.0.1', 'gui_scripts', 'glue')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/glue/main.py", line 259, in main start_glue(**kwargs) File "/usr/lib/python3/dist-packages/glue/main.py", line 156, in start_glue load_plugins(splash=splash, require_qt_plugins=True) File "/usr/lib/python3/dist-packages/glue/main.py", line 347, in load_plugins splash.set_progress(100. * iplugin / float(n_plugins)) File "/usr/lib/python3/dist-packages/glue/app/qt/splash_screen.py", line 31, in set_progress self.progress.setValue(value) TypeError: setValue(self, value: int): argument 1 has unexpected type 'float' Probably, it needs an update to the latest version. Best Ole