sqlalchemy_data_model_visualizer
sqlalchemy_data_model_visualizer copied to clipboard
Intermittent failure to generate diagram
I often get the following error output when trying to run these functions. But it does work perfectly sometimes.
(xed:156399): Gtk-CRITICAL **: 19:34:55.833: gtk_notebook_get_tab_label: assertion 'list != NULL' failed
(xed:156399): Gtk-CRITICAL **: 19:34:55.851: gtk_notebook_get_tab_label: assertion 'list != NULL' failed
/home/ian/github/sky-viz/.venv/bin/python /home/ian/github/sky-viz/scripts/db_model_diagram.py
** (xed:156486): WARNING **: 19:34:58.264: Error initializing Python Plugin Loader: PyGObject initialization failed
ImportError: could not import gobject (error was: ModuleNotFoundError("No module named 'gi'"))
** (xed:156486): WARNING **: 19:34:58.264: Please check the installation of all the Python related packages required by libpeas and try again
(xed:156486): libpeas-WARNING **: 19:34:58.264: Loader 'python3' is not a valid PeasPluginLoader instance
** (xed:156486): WARNING **: 19:34:58.266: Failed to load builtin plugin: Text Size
** (xed:156486): WARNING **: 19:34:58.266: Failed to load builtin plugin: Open URI
** (xed:156486): WARNING **: 19:34:58.266: Failed to load builtin plugin: Join Lines
Weird, I haven't seen anything like that. But I've only run it under Linux.
I'm on Linux Mint :man_shrugging: Will try reinstalling the dependencies after the new version is released
This is still happening in the new virtual environment so I'll leave it open.