o
    i e                     @   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.
    1GCS_READ_CACHE_DISABLED__version__stubzETensorFlow installation not found - running with reduced feature set.)fileN)osenvirongetattrr   printsysstderrabslloggingset_verbosityWARNING r   r   C/var/www/myenv/lib/python3.10/site-packages/tensorboard/main_lib.pyglobal_init   s   
r   )__doc__r   r   absl.loggingr   tensorboard.compatr   r   r   r   r   r   <module>   s   