
    ;3h                    F    d Z ddlmZ ddlZddlmZ ddlmZ ddlm	Z	 d Z
y)ztThis file is the part of 'gradio/cli.py' for printing the environment info
for the cli command 'gradio environment'
    )annotationsN)metadata)Requirement)printc            	        t        d       t        dt        j                                dD ]'  } 	 t        j                  |       }t        |  d|       ) t        d       dD ]  } 	 t        j                  |       }t        |  d       |j                  _|j                  D ]E  }t        |      }	 t        |j                   d	t        j                  |j                                G t        d        y# t        j
                  $ r t        |  d       Y w xY w# t        j
                  $ r t        |j                   d
       Y w xY w# t        j
                  $ r t        |  d       Y w xY w)z%Print Gradio environment information.z>Gradio Environment Information:
------------------------------zOperating System:)gradiogradio_clientz	 version:z package is not installed.z1
------------------------------------------------z# dependencies in your environment:
Nz: z is not installed.
)
r   platformsystemr   versionPackageNotFoundErrordistributionrequiresr   name)package_namepackage_versiondistreqreq_objs        `/var/www/html/audio-gradio/venv/lib/python3.12/site-packages/gradio/cli/commands/cli_env_info.pyprint_environment_infor      sj   	
KL	
x013 ?	?&..|<O\N),o>? 

>?3 ?	?((6D\N"FGH}}(== CC)#.GCb1A1A',,1O0PQRC d? ,, 	?\N"<=>	? $88 C.@ABC ,, 	?\N"<=>	?sH   $C8'A	E17D(E8!DD+E
EEE!E54E5)__doc__
__future__r   r   	importlibr   packaging.requirementsr   richr   r        r   <module>r       s     #   . ?r   