Skip to content
New issue

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

QGis crashes when I click the "Add layer" #37

Open
ldesousa opened this issue Jul 2, 2023 · 14 comments
Open

QGis crashes when I click the "Add layer" #37

ldesousa opened this issue Jul 2, 2023 · 14 comments

Comments

@ldesousa
Copy link

ldesousa commented Jul 2, 2023

My set up is:

  • Ubuntu 22.04
  • QGis 3.22 (installed from the UbuntuGis PPA)
  • SPARQL Unicorn 0.15

In essence I never get to see any data loaded to the canvas.

@situx
Copy link
Collaborator

situx commented Jul 2, 2023

Hello!
Thank you for your bug report. As I do tests on Linux as well, I would be interested in which data you would like to query and from which endpoint so that I can reproduce your error.
Can you provide me with the SPARQL Endpoint and the data you have used?
Or does it happen with any SPARQL Endpoint?

@ldesousa
Copy link
Author

ldesousa commented Jul 2, 2023

Hi Timo. This is happening with the defaults when you open the SPARQL Unicorn dialogue. Dont need to change a thing, just click the big button.

@situx
Copy link
Collaborator

situx commented Jul 2, 2023

Yes, indeed, I could reproduce this bug.
The reason is that the automatic selection of the first concept fails which would fill the necessary concept in line 2.
image
Once you select a concept on the right-hand side, it will be inserted into the query window and then the query works.
image
Also double clicking on the concepts on the right-hand side should give you a layer.

Still, an invalid query should not produce a QGIS crash.
I will put in on the list of things to fix for the next release and post an update here once it is fixed.

@situx
Copy link
Collaborator

situx commented Jul 28, 2023

I tested this again using a newly installed QGIS 3.32, and the error no longer occurs.
Instead, two popups occur, which would be the expected behavior.
You should see one popup with an error message and another with an empty query result.
As I did not change anything in my code, but could not reproduce it in the QGIS 3.32 instance, I wonder if this is still a problem with version 0.16 and QGIS 3.32 onwards.

@ThomasThelen
Copy link

ThomasThelen commented Feb 12, 2024

I tested this on 3.34 on OSX and I'm getting a crash

  1. Open QGIS 3.34
  2. Click the SPARQL Unicorn button
  3. Click "add layer"
  4. See crash

I also get a crash when adding a layer using the 100 hospitals example from Wikidata

@situx
Copy link
Collaborator

situx commented Feb 14, 2024

Thanks for the report @ThomasThelen
I could not reproduce it, but I found that the query execution lags because there are a lot of debug printouts happening, which are not needed anymore.
I removed them with commit 5cf569a and they will be gone in the next release.

I suspect that QGIS crashes when too much logging happens here, depending on the amount of available memory for QGIS. All I can say for now is that the query execution is faster.

We plan a new release at the end of the month and I would be happy if you could test it again then.

@ThomasThelen
Copy link

I tested this with the latest release from a few days ago. Here's a little video
Screen Recording 2024-03-07 at 8.34.09 AM.webm

@situx
Copy link
Collaborator

situx commented Mar 16, 2024

Thank you for sharing!
Unfortunately, I cannot reproduce the error on Linux or Windows, and I do not have access to OSX.
Is there some console output you can get when this behavior occurs?

@maxguen
Copy link

maxguen commented Jul 17, 2024

@situx Same issue here for the crash. Whenever I try to load a layer from a query of Wikidata's endpoint, it crashes.

Specs: macOS Sonoma 14.5 on a Macbook Air M2
QGIS version: 3.38
Plugin version: 0.17

It crashes even tho the query is simple and limited to 10 results (see picture). I had the same problem for the past few months
QGIS_crash

@situx
Copy link
Collaborator

situx commented Jul 21, 2024

Hi! Thanks for your comment. Unfortunately the situation has not changed for me. I can only see that the plugin is working on Windows and Linux, but I do not have access to a Mac to test why it crashes

@fati-assat
Copy link

hi,
for me i have a probleme when i execute queries
2024-08-31T12:52:21 WARNING warning:C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\ui\uiutils.py:18: DeprecationWarning:

         invalid escape sequence \(
         
         
         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 265, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 630, in installFromZipFile
          startPlugin(pluginName)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin
          if not _startPlugin(packageName):
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\__init__.py", line 35, in classFactory
          from .sparql_unicorn import SPARQLunicorn
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\sparql_unicorn.py", line 40, in 
          from .util.ui.uiutils import UIUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2024-08-31T12:52:21 WARNING warning:C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\ui\uiutils.py:20: DeprecationWarning:

         invalid escape sequence \(
         
         
         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 265, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 630, in installFromZipFile
          startPlugin(pluginName)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin
          if not _startPlugin(packageName):
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\__init__.py", line 35, in classFactory
          from .sparql_unicorn import SPARQLunicorn
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\sparql_unicorn.py", line 40, in 
          from .util.ui.uiutils import UIUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2024-08-31T12:54:31 WARNING warning:C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\ui\uiutils.py:18: DeprecationWarning:

         invalid escape sequence \(
         
         
         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 265, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 630, in installFromZipFile
          startPlugin(pluginName)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin
          if not _startPlugin(packageName):
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\__init__.py", line 35, in classFactory
          from .sparql_unicorn import SPARQLunicorn
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\sparql_unicorn.py", line 39, in 
          from .util.ui.uiutils import UIUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2024-08-31T13:00:12 WARNING warning:C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\ui\uiutils.py:14: DeprecationWarning:

         invalid escape sequence \(
         
         
         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 265, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 630, in installFromZipFile
          startPlugin(pluginName)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin
          if not _startPlugin(packageName):
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\__init__.py", line 35, in classFactory
          from .sparql_unicorn import SPARQLunicorn
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\sparql_unicorn.py", line 39, in 
          from .util.ui.uiutils import UIUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2024-08-31T13:00:12 WARNING warning:C:\PROGRA1\QGIS31.10\apps\Python37\lib\site-packages\pkg_resources_vendor\appdirs.py:130: DeprecationWarning:

         invalid escape sequence \D
         
         
         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 265, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 630, in installFromZipFile
          startPlugin(pluginName)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin
          if not _startPlugin(packageName):
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\__init__.py", line 35, in classFactory
          from .sparql_unicorn import SPARQLunicorn
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\sparql_unicorn.py", line 39, in 
          from .util.ui.uiutils import UIUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\ui\uiutils.py", line 1, in 
          from ..sparqlutils import SPARQLUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\sparqlutils.py", line 10, in 
          from rdflib import Graph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\__init__.py", line 158, in 
          from rdflib.graph import Dataset, Graph, ConjunctiveGraph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\graph.py", line 6, in 
          from rdflib import plugin, exceptions, query, namespace
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\plugin.py", line 114, in 
          from pkg_resources import iter_entry_points
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 73, in 
          from pkg_resources.extern import appdirs
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 668, in _load_unlocked
          File "", line 638, in _load_backward_compatible
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\extern\__init__.py", line 43, in load_module
          __import__(extant)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2024-08-31T13:00:12 WARNING warning:C:\PROGRA1\QGIS31.10\apps\Python37\lib\site-packages\pkg_resources_vendor\appdirs.py:235: DeprecationWarning:

         invalid escape sequence \P
         
         
         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 265, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 630, in installFromZipFile
          startPlugin(pluginName)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin
          if not _startPlugin(packageName):
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\__init__.py", line 35, in classFactory
          from .sparql_unicorn import SPARQLunicorn
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\sparql_unicorn.py", line 39, in 
          from .util.ui.uiutils import UIUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\ui\uiutils.py", line 1, in 
          from ..sparqlutils import SPARQLUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\sparqlutils.py", line 10, in 
          from rdflib import Graph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\__init__.py", line 158, in 
          from rdflib.graph import Dataset, Graph, ConjunctiveGraph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\graph.py", line 6, in 
          from rdflib import plugin, exceptions, query, namespace
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\plugin.py", line 114, in 
          from pkg_resources import iter_entry_points
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 73, in 
          from pkg_resources.extern import appdirs
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 668, in _load_unlocked
          File "", line 638, in _load_backward_compatible
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\extern\__init__.py", line 43, in load_module
          __import__(extant)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2024-08-31T13:00:12 WARNING warning:C:\PROGRA1\QGIS31.10\apps\Python37\lib\site-packages\pkg_resources_vendor\pyparsing.py:147: DeprecationWarning:

         invalid escape sequence \d
         
         
         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 265, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 630, in installFromZipFile
          startPlugin(pluginName)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin
          if not _startPlugin(packageName):
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\__init__.py", line 35, in classFactory
          from .sparql_unicorn import SPARQLunicorn
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\sparql_unicorn.py", line 39, in 
          from .util.ui.uiutils import UIUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\ui\uiutils.py", line 1, in 
          from ..sparqlutils import SPARQLUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\sparqlutils.py", line 10, in 
          from rdflib import Graph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\__init__.py", line 158, in 
          from rdflib.graph import Dataset, Graph, ConjunctiveGraph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\graph.py", line 6, in 
          from rdflib import plugin, exceptions, query, namespace
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\plugin.py", line 114, in 
          from pkg_resources import iter_entry_points
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 77, in 
          __import__('pkg_resources.extern.packaging.requirements')
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\_vendor\packaging\requirements.py", line 9, in 
          from pkg_resources.extern.pyparsing import stringStart, stringEnd, originalTextFor, ParseException
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 668, in _load_unlocked
          File "", line 638, in _load_backward_compatible
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\extern\__init__.py", line 43, in load_module
          __import__(extant)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2024-08-31T13:00:12 WARNING warning:C:\PROGRA1\QGIS31.10\apps\Python37\lib\site-packages\pkg_resources_vendor\pyparsing.py:832: DeprecationWarning:

         invalid escape sequence \d
         
         
         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 265, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 630, in installFromZipFile
          startPlugin(pluginName)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin
          if not _startPlugin(packageName):
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\__init__.py", line 35, in classFactory
          from .sparql_unicorn import SPARQLunicorn
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\sparql_unicorn.py", line 39, in 
          from .util.ui.uiutils import UIUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\ui\uiutils.py", line 1, in 
          from ..sparqlutils import SPARQLUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\sparqlutils.py", line 10, in 
          from rdflib import Graph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\__init__.py", line 158, in 
          from rdflib.graph import Dataset, Graph, ConjunctiveGraph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\graph.py", line 6, in 
          from rdflib import plugin, exceptions, query, namespace
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\plugin.py", line 114, in 
          from pkg_resources import iter_entry_points
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 77, in 
          __import__('pkg_resources.extern.packaging.requirements')
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\_vendor\packaging\requirements.py", line 9, in 
          from pkg_resources.extern.pyparsing import stringStart, stringEnd, originalTextFor, ParseException
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 668, in _load_unlocked
          File "", line 638, in _load_backward_compatible
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\extern\__init__.py", line 43, in load_module
          __import__(extant)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2024-08-31T13:00:12 WARNING warning:C:\PROGRA1\QGIS31.10\apps\Python37\lib\site-packages\pkg_resources_vendor\pyparsing.py:2736: DeprecationWarning:

         invalid escape sequence \d
         
         
         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 265, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 630, in installFromZipFile
          startPlugin(pluginName)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin
          if not _startPlugin(packageName):
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\__init__.py", line 35, in classFactory
          from .sparql_unicorn import SPARQLunicorn
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\sparql_unicorn.py", line 39, in 
          from .util.ui.uiutils import UIUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\ui\uiutils.py", line 1, in 
          from ..sparqlutils import SPARQLUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\sparqlutils.py", line 10, in 
          from rdflib import Graph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\__init__.py", line 158, in 
          from rdflib.graph import Dataset, Graph, ConjunctiveGraph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\graph.py", line 6, in 
          from rdflib import plugin, exceptions, query, namespace
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\plugin.py", line 114, in 
          from pkg_resources import iter_entry_points
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 77, in 
          __import__('pkg_resources.extern.packaging.requirements')
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\_vendor\packaging\requirements.py", line 9, in 
          from pkg_resources.extern.pyparsing import stringStart, stringEnd, originalTextFor, ParseException
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 668, in _load_unlocked
          File "", line 638, in _load_backward_compatible
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\extern\__init__.py", line 43, in load_module
          __import__(extant)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2024-08-31T13:00:12 WARNING warning:C:\PROGRA1\QGIS31.10\apps\Python37\lib\site-packages\pkg_resources_vendor\pyparsing.py:2914: DeprecationWarning:

         invalid escape sequence \g
         
         
         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 265, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 630, in installFromZipFile
          startPlugin(pluginName)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin
          if not _startPlugin(packageName):
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\__init__.py", line 35, in classFactory
          from .sparql_unicorn import SPARQLunicorn
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\sparql_unicorn.py", line 39, in 
          from .util.ui.uiutils import UIUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\ui\uiutils.py", line 1, in 
          from ..sparqlutils import SPARQLUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\sparqlutils.py", line 10, in 
          from rdflib import Graph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\__init__.py", line 158, in 
          from rdflib.graph import Dataset, Graph, ConjunctiveGraph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\graph.py", line 6, in 
          from rdflib import plugin, exceptions, query, namespace
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\plugin.py", line 114, in 
          from pkg_resources import iter_entry_points
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 77, in 
          __import__('pkg_resources.extern.packaging.requirements')
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\_vendor\packaging\requirements.py", line 9, in 
          from pkg_resources.extern.pyparsing import stringStart, stringEnd, originalTextFor, ParseException
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 668, in _load_unlocked
          File "", line 638, in _load_backward_compatible
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\extern\__init__.py", line 43, in load_module
          __import__(extant)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 724, in exec_module
          File "", line 860, in get_code
          File "", line 791, in source_to_code
          File "", line 219, in _call_with_frames_removed

2024-08-31T13:00:13 WARNING warning:C:\PROGRA1\QGIS31.10\apps\Python37\lib\site-packages\pkg_resources_vendor\pyparsing.py:3226: DeprecationWarning:

         Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
         
         
         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 265, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 630, in installFromZipFile
          startPlugin(pluginName)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin
          if not _startPlugin(packageName):
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\__init__.py", line 35, in classFactory
          from .sparql_unicorn import SPARQLunicorn
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\sparql_unicorn.py", line 39, in 
          from .util.ui.uiutils import UIUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\ui\uiutils.py", line 1, in 
          from ..sparqlutils import SPARQLUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\sparqlutils.py", line 10, in 
          from rdflib import Graph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\__init__.py", line 158, in 
          from rdflib.graph import Dataset, Graph, ConjunctiveGraph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\graph.py", line 6, in 
          from rdflib import plugin, exceptions, query, namespace
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\plugin.py", line 114, in 
          from pkg_resources import iter_entry_points
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 77, in 
          __import__('pkg_resources.extern.packaging.requirements')
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\_vendor\packaging\requirements.py", line 9, in 
          from pkg_resources.extern.pyparsing import stringStart, stringEnd, originalTextFor, ParseException
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 668, in _load_unlocked
          File "", line 638, in _load_backward_compatible
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\extern\__init__.py", line 43, in load_module
          __import__(extant)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\_vendor\pyparsing.py", line 4718, in 
          _singleChar = _escapedPunc | _escapedHexChar | _escapedOctChar | Word(printables, excludeChars=r'\]', exact=1) | Regex(r"\w", re.UNICODE)
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\_vendor\pyparsing.py", line 1917, in __or__
          return MatchFirst( [ self, other ] )
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\_vendor\pyparsing.py", line 3500, in __init__
          super(MatchFirst,self).__init__(exprs, savelist)
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\_vendor\pyparsing.py", line 3226, in __init__
          elif isinstance( exprs, collections.Iterable ):
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\collections\__init__.py", line 52, in __getattr__
          DeprecationWarning, stacklevel=2)

2024-08-31T13:00:13 WARNING warning:C:\PROGRA1\QGIS31.10\apps\Python37\lib\importlib_bootstrap_external.py:434: ImportWarning:

         Not importing directory C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\mpl_toolkits: missing __init__
         
         
         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 265, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 630, in installFromZipFile
          startPlugin(pluginName)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin
          if not _startPlugin(packageName):
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\__init__.py", line 35, in classFactory
          from .sparql_unicorn import SPARQLunicorn
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\sparql_unicorn.py", line 39, in 
          from .util.ui.uiutils import UIUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\ui\uiutils.py", line 1, in 
          from ..sparqlutils import SPARQLUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\sparqlutils.py", line 10, in 
          from rdflib import Graph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\__init__.py", line 158, in 
          from rdflib.graph import Dataset, Graph, ConjunctiveGraph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\graph.py", line 6, in 
          from rdflib import plugin, exceptions, query, namespace
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\plugin.py", line 114, in 
          from pkg_resources import iter_entry_points
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 3088, in 
          @_call_aside
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 3072, in _call_aside
          f(*args, **kwargs)
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 3116, in _initialize_master_working_set
          for dist in working_set
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 3116, in 
          for dist in working_set
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 2639, in activate
          declare_namespace(pkg)
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 2176, in declare_namespace
          _handle_ns(packageName, path_item)
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 2096, in _handle_ns
          loader = importer.find_module(packageName)
          File "", line 434, in _find_module_shim

2024-08-31T13:00:13 WARNING warning:C:\PROGRA1\QGIS31.10\apps\Python37\lib\importlib_bootstrap_external.py:434: ImportWarning:

         Not importing directory c:\progra~1\qgis3~1.10\apps\python37\lib\site-packages\mpl_toolkits: missing __init__
         
         
         traceback: File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 265, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\pyplugin_installer\installer.py", line 630, in installFromZipFile
          startPlugin(pluginName)
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 354, in startPlugin
          if not _startPlugin(packageName):
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\__init__.py", line 35, in classFactory
          from .sparql_unicorn import SPARQLunicorn
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\sparql_unicorn.py", line 39, in 
          from .util.ui.uiutils import UIUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\ui\uiutils.py", line 1, in 
          from ..sparqlutils import SPARQLUtils
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:/Users/cami/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\sparqlunicorn\util\sparqlutils.py", line 10, in 
          from rdflib import Graph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\__init__.py", line 158, in 
          from rdflib.graph import Dataset, Graph, ConjunctiveGraph
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\graph.py", line 6, in 
          from rdflib import plugin, exceptions, query, namespace
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1035, in _handle_fromlist
          File "", line 219, in _call_with_frames_removed
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\Users\cami\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\sparqlunicorn\dependencies\rdflib\plugin.py", line 114, in 
          from pkg_resources import iter_entry_points
          File "C:/PROGRA~1/QGIS3~1.10/apps/qgis/./python\qgis\utils.py", line 737, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 983, in _find_and_load
          File "", line 967, in _find_and_load_unlocked
          File "", line 677, in _load_unlocked
          File "", line 728, in exec_module
          File "", line 219, in _call_with_frames_removed
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 3088, in 
          @_call_aside
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 3072, in _call_aside
          f(*args, **kwargs)
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 3116, in _initialize_master_working_set
          for dist in working_set
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 3116, in 
          for dist in working_set
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 2636, in activate
          fixup_namespace_packages(self.location)
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 2187, in fixup_namespace_packages
          subpath = _handle_ns(package, path_item)
          File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\pkg_resources\__init__.py", line 2096, in _handle_ns
          loader = importer.find_module(packageName)
          File "", line 434, in _find_module_shim

@fati-assat
Copy link

I test a lot of version of QGIS (3.38,3.34,3.28.3,3.10,3.22) and (0.17,0.16) but i have same problem

@maxguen
Copy link

maxguen commented Oct 9, 2024

Little update: with 0.17.1, QGIS doesn't crash anymore and I can finally use the extension with macOS. Thanks for the follow up!

@situx
Copy link
Collaborator

situx commented Oct 10, 2024

Thank you for reporting!
I cannot really tell you what solved the problem though since I still have no macOS to test on.
But glad it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants