We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Weird, I haven't seen anything like that. But I've only run it under Linux.
Sorry, something went wrong.
I'm on Linux Mint 🤷♂️ 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.
No branches or pull requests
I often get the following error output when trying to run these functions. But it does work perfectly sometimes.
The text was updated successfully, but these errors were encountered: