o
    >c                     @   s4   d Z ddlZddlZddlZddlmZ dd ZdS )z$Helpers for TensorBoard main module.    N)tfc                   C   s<   dt jd< ttdddkrtdtjd tj	tjj
 dS )zModifies the global environment for running TensorBoard as main.

    This functions changes global state in the Python process, so it should
    not be called from library routines.
    1ZGCS_READ_CACHE_DISABLED__version__ZstubzETensorFlow installation not found - running with reduced feature set.)fileN)osenvirongetattrr   printsysstderrabslZloggingZset_verbosityZWARNING r   r   4lib/python3.10/site-packages/tensorboard/main_lib.pyglobal_init   s   
r   )__doc__r   r
   Zabsl.loggingr   Ztensorboard.compatr   r   r   r   r   r   <module>   s   