Closed kresp0 closed 3 months ago
I think that was just the same at #6
sadly QGIS does not come with shapely bundled, so installing it manually will solve the issue
<qgis_python_path> -m pip install shapely
I will add it to "known issues" at the readme
And I will try to use ogr2ogr directly in order to remove even this small dependency!
@kresp0 this issue came from a long time ago, I will close it, but feel free to reopen it!
Hi, the plugin seems to install correctly but it crashes QGIS 3.26.3 on Debian.
Running QGIS again will show this message:
Plugin osm_sidewalkreator: This plugin is disabled because it previously crashed QGIS.
Tried enabling and disabling all other plugins but osm_sidewalkreator still crashes every time. I can reproduce it with another user that on the same machine.
Previously tried to install the plugin on an older QGIS version (the one maintained by Debian) via zip, but that failed and that made me to uninstall QGIS and install it from the official repos. No idea if this is related.
Any ideas on what may be causing this issue? How can I get more debug information to find out?