Latest news will appear here soon.

Tag: troubleshooting

[Solved] ImportError: DLL load failed while importing _C in QGIS (Windows)

Install the Visual C++ Redistributable (x64), then reboot. That clears it on most machines. Four fixes, in the order they turn out to be the real one.
Learn More

[Solved] ImportError: DLL load failed while importing _gdal in QGIS

A second GDAL sits earlier on your PATH and wins the DLL search. Take the non-QGIS folders out, sign out, sign back in. Five fixes, likeliest first.
Learn More

[Solved] No module named pip in QGIS Flatpak (and Read-only file system)

Run pip through the Flatpak with --devel and install with --user. The exact commands, four fixes when it still fails, and why /usr is read-only.
Learn More