finesse.utilities.bug_report.get_package_versions

finesse.utilities.bug_report.get_package_versions() str[source]

Report all currently imported package version by looping over sys.modules and looking for ‘__version__’ attributes. Explicitly avoids calling into conda/pip since there are too many package managers to accommodate for.

Returns
str

list of <package> == <version> for every package