[Debichem-devel] Bug#1138833: votca should add Recommends/Suggests: python3-h5py, python3-lxml, python3-rdkit
Adrian Bunk
bunk at debian.org
Thu Jun 4 13:03:05 BST 2026
Package: votca
Version: 2026-2
Severity: normal
$ xtp_qmmm2qm
Traceback (most recent call last):
File "/usr/bin/xtp_qmmm2qm", line 18, in <module>
import h5py
ModuleNotFoundError: No module named 'h5py'
$ xtp_basisset
Traceback (most recent call last):
File "/usr/bin/xtp_basisset", line 24, in <module>
import lxml.etree as lxml
ModuleNotFoundError: No module named 'lxml'
$ xtp_autogen_mapping
Traceback (most recent call last):
File "/usr/bin/xtp_autogen_mapping", line 29, in <module>
from rdkit import Chem
ModuleNotFoundError: No module named 'rdkit'
bunk at localhost:/tmp$
votca should recommend or at least suggest these Python modules.
More information about the Debichem-devel
mailing list