
    wBf                     "    d Z ddlZddlmZ d Zy)zDynamic installer loading.    N   )InvalidInstallerc                 d    	 t        j                  d|        S # t        $ r t        |       w xY w)zu
        Gets the installer for the given environment.

    Raises: InvalidInstaller if unable to load installer
    zconda.env.installers.)	importlibimport_moduleImportErrorr   )names    9lib/python3.12/site-packages/conda/env/installers/base.pyget_installerr   
   s:    %&&)>tf'EFF %t$$%s    /)__doc__r   
exceptionsr   r        r
   <module>r      s    !  *	%r   