Update:
Since last night I have re-created the patch and re-built and this time the package built with:
--------------------
        self._docstring_extractor.finish()
        # self._docstring_extractor.wait()
        try:

utils.hide_bokeh_gui_options_if_not_installed(self.blocks['options'])
        except KeyError:   #this happens if there's no 'options' block
             pass

    def _iter_files_in_block_path(self, path=None, ext='yml'):
        """Iterator for block descriptions and category trees"""
--------------------
However the error is still the same. Commenting out the
section from "try:" down to "pass" locally the error is exactly the same, as though that bit of code does not get involved.

Just to be sure this is in /usr/lib/python3.8/site-packages/gnuradio/grc/core/platform.py around line 197

Reply via email to