locan.utils.system_information.show_versions#

locan.utils.system_information.show_versions(locan=True, python=True, system=True, dependencies=True, verbose=True, extra_dependencies=True, other_dependencies=None)[source]#

Print useful debugging information on system and dependency versions.

Parameters:
  • locan (bool) – Show locan version

  • python (bool) – Show python version

  • system (bool) – Show system information

  • verbose (bool) – If True information on node and executable path are added.

  • dependencies (bool) – Show main dependencies

  • extra_dependencies (bool) – Include extra dependencies as specified in setup.py if True.

  • other_dependencies (Optional[list[str]]) – Include other module names.

Return type:

None