Skip to content
Discussion options

You must be logged in to vote

The result of solving the problem with importing transformers and pyarrow into QGIS
The problem with the DLL load failed error when importing the transformers and pyarrow libraries in the QGIS environment was solved in two stages. The root cause is the classic binary dependency conflict in Windows when using Conda.

What solved the problem
Stage Problem Solution Result

  1. Resolving the conflict The pyarrow DLL was installed from PyPI (pip), not from Conda. On Windows, binary builds from these sources were incompatible due to the use of different compilers (MSVC), which caused the DLL load failed error. Removing the pip version with the pip uninstall pyarrow command and installing a compatibl…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Nik-17P
Comment options

Comment options

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