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):
When using the docker image from DockerHub, the import of openbabel fails:
This can be solved by running (inside the container):
(see also https://stackoverflow.com/questions/17355863/cant-find-install-libxtst-so-6)