You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qgis crashes when importing geopandas withn a plugin.
Steps to reproduce the issue
Try to load a plugin that imports geopandas module.
Attached is a simple plugin that crashes qgis when attempting to load. geopandas_crasher.zip
Console output:
❯ qgis
<trying to enable plugin here in GUI>
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
zsh: IOT instruction (core dumped) qgis
Importing geopandas normally works - both in virtual environment, as well as system-wide python environment.
Initially, I thought it was a problem with my (old) OS installation and that something broke when transitioning to plasma 6, but it seems that it is not related, as the problem persists on a fresh system.
What is the bug or the crash?
Qgis crashes when importing
geopandas
withn a plugin.Steps to reproduce the issue
Try to load a plugin that imports
geopandas
module.Attached is a simple plugin that crashes qgis when attempting to load.
geopandas_crasher.zip
Console output:
Importing
geopandas
normally works - both in virtual environment, as well as system-wide python environment.Additional information:
I am running qgis in virtual environment, but it is the same as if I was running it in global python environment.
Operating system information:
Versions
Active Python plugins
debug_vs 0.8
processing 2.12.99
grassprovider 2.12.99
db_manager 0.1.20
Supported QGIS version
New profile
Additional context
Initially, I thought it was a problem with my (old) OS installation and that something broke when transitioning to plasma 6, but it seems that it is not related, as the problem persists on a fresh system.
Installed python packages in venv:
The text was updated successfully, but these errors were encountered: