Skip to content

QGis Crash importing Fiona #1214

Answered by sgillies
Edcart asked this question in Q&A
Discussion options

You must be logged in to vote

The Fiona packages on PyPI can't be used with QGIS because of conflicts between shared libraries that each rely on. QGIS provides Python bindings and it's better to use those: https://docs.qgis.org/3.22/en/docs/pyqgis_developer_cookbook/loadlayer.html#vector-layers.

If you really, really have to have the fiona package in QGIS, I think you will have to embrace the Conda package manager and get both QGIS and Fiona from conda-forge. Then they would mutually share library dependencies and you would avoid conflicts.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sgillies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants