delfta icon indicating copy to clipboard operation
delfta copied to clipboard

Installation: Docker image missing libXau.so.6

Open jugoetz opened this issue 1 year ago • 1 comments

When using the docker image from DockerHub, the import of openbabel fails:

>>> from openbabel.pybel import readstring
==============================
*** Open Babel Error  in openLib
  /opt/conda/envs/delfta/lib/openbabel/3.1.0/png2format.so did not load properly.
 Error: libXau.so.6: cannot open shared object file: No such file or directory

This can be solved by running (inside the container):

apt-get update
apt-get install libxtst6

(see also https://stackoverflow.com/questions/17355863/cant-find-install-libxtst-so-6)

jugoetz avatar Sep 28 '22 08:09 jugoetz

I can confirm the bug. Docker image needs to be updated

josejimenezluna avatar Sep 28 '22 21:09 josejimenezluna