[Qgis-user] Issue with libQt5Core when running QGI 3.22 via singularity

Shan-ho Tsai shtsai at uga.edu
Wed Jan 19 05:39:21 PST 2022


Hi Jürgen,

Thank you so much for your response, that worked!

Now I am seeing a new (non-fatal) error:

"Couldn't load plugin 'MetaSearch' due to an error when calling its classFactory() method

ModuleNotFoundError: No module named 'owsllib.ogcapi.records'  "

Is this a module that is missing in the docker container or perhaps singularity is somehow not finding it?

Any thoughts how I can resolve this issue? (I am interested in running QGIS without a server or web services, if it matters).

I really appreciate your kind help.

Regards,
Shan-Ho


----------------------------------------------------
Shan-Ho Tsai
GACRC/EITS, University of Georgia, Athens GA



________________________________
From: Qgis-user <qgis-user-bounces at lists.osgeo.org> on behalf of Jürgen E. Fischer <jef at norbit.de>
Sent: Tuesday, January 18, 2022 3:29 PM
To: qgis-user at lists.osgeo.org <qgis-user at lists.osgeo.org>
Subject: Re: [Qgis-user] Issue with libQt5Core when running QGI 3.22 via singularity

[EXTERNAL SENDER - PROCEED CAUTIOUSLY]


Hi Shan-ho,

On Tue, 18. Jan 2022 at 18:18:31 +0000, Shan-ho Tsai wrote:
> I'm trying to run QGIS 3.22 on an HPC cluster. Docker is not available on the cluster, but Singularity is. I created a singularity image from the official docker container documented at https://hub.docker.com/r/qgis/qgis. The command I used to create the singularity image is

> singularity pull docker://qgis/qgis

> and this created qgis_latest.sif

> But when I run it via Singularity, I get the error that libQt5Core.so cannot be found:

> [shtsai at b1-24 ~]$ singularity run qgis_latest.sif qgis --help
> /usr/bin/qgis: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory

Run

strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5


Jürgen

--
Jürgen E. Fischer           norBIT GmbH             Tel. +49-4931-918175-31
Dipl.-Inf. (FH)             Rheinstraße 13          Fax. +49-4931-918175-50
Software Engineer           D-26506 Norden            https://www.norbit.de
QGIS release manager (PSC)  Germany                 IRC: jef on Libera|OFTC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20220119/cabb150e/attachment-0001.html>


More information about the Qgis-user mailing list