Hi there, `pkg_resources` has been completely removed since `setuptools=82.0.0` (https://setuptools.pypa.io/en/latest/deprecated/pkg_resources.html). It will cause an import error for newer environments. https://github.com/NVIDIA-Digital-Bio/cuik-molmaker/blob/bcacea4e48173da5e9b28b911fe9a3c60d1c410b/src/mol_features.py#L10-L11
Hi there,
pkg_resourceshas been completely removed sincesetuptools=82.0.0(https://setuptools.pypa.io/en/latest/deprecated/pkg_resources.html). It will cause an import error for newer environments.
cuik-molmaker/src/mol_features.py
Lines 10 to 11 in bcacea4