o
    ®Ÿ?e  ã                   @   sL   d Z ddlZddlZdZzddlmZ W n ey   edƒ‚w dd„ ZdS )zJPlatform-specific code for checking the integrity of the TensorFlow build.é    NZmsvcp_dll_names)Ú
build_infoz¹Could not import tensorflow. Do not import tensorflow from its source directory; change directory to outside the TensorFlow source tree, and relaunch your Python interpreter from there.c               	   C   sŽ   t jdkr;ttjv r7g } tjt  d¡D ]}zt |¡ W q ty+   |  |¡ Y qw | r9t	dd 
| ¡ ƒ‚dS dS ddlm} | ¡  dS )zèRaises an exception if the environment is not correctly configured.

  Raises:
    ImportError: If the check detects that the environment is not correctly
      configured, and attempting to load the TensorFlow runtime will fail.
  Úntú,av  Could not find the DLL(s) %r. TensorFlow requires that these DLLs be installed in a directory that is named in your %%PATH%% environment variable. You may install these DLLs by downloading "Microsoft C++ Redistributable for Visual Studio 2015, 2017 and 2019" for your platform from this URL: https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloadsz or r   )Ú_pywrap_cpu_feature_guardN)ÚosÚnameÚMSVCP_DLL_NAMESr   ÚsplitÚctypesZWinDLLÚOSErrorÚappendÚImportErrorÚjoinÚtensorflow.python.platformr   ZInfoAboutUnusedCPUFeatures)ÚmissingZdll_namer   © r   úf/home/www/facesmatcher.com/pyenv/lib/python3.10/site-packages/tensorflow/python/platform/self_check.pyÚpreload_check   s&   

ÿúÿør   )Ú__doc__r
   r   r   r   r   r   r   r   r   r   r   Ú<module>   s   ÿ