<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
U
    ʗRekv                     @   sh  d dl Z d dlZd dlZd dlZd dlZd dlZd dlmZmZ d dl	m
Z
mZmZ d dlmZ d dlmZ d dlmZ d dlmZ d dlmZ d d	lmZmZmZ d d
lmZmZ d dlmZm Z  d dl!m"Z" d dl#m$Z$ d dl%m&Z& d dl'm(Z( d dl)m*Z* d dl+m,Z,m-Z- d dl.m/Z/ d dl0m1Z1 d dl2m3Z3 d dl4m5Z5 d dl6m7Z7 d dl8m9Z9 d dl:m;Z;m<Z<m=Z=m>Z> d dl?m@Z@ d dlAmBZBmCZC d dlDmEZEmFZFmGZG e9eHZIe&eEdddZJG dd  d eZKd1eLeeM eeM eLeeM eeM d"d#d$ZNeeM eLeLd%d&d'ZOd2eeL eeM eeM eeM eLeLd(d)d*ZPee1 eeeM  dd+d,d-ZQeReLeLeMd.d/d0ZSdS )3    N)SUPPRESS_HELPValues)IterableListOptional)canonicalize_name)
print_json)
WheelCache)
cmdoptions)make_target_python)RequirementCommandwarn_if_run_as_rootwith_cleanup)ERRORSUCCESS)CommandErrorInstallationError)
get_scheme)get_environment)FormatControl)InstallationReport)get_build_tracker)ConflictDetailscheck_install_conflicts)install_given_reqs)InstallRequirement)WINDOWS)parse_distutils_argstest_writable_dir)	getLogger)
ensure_dirget_pip_version(protect_pip_from_modification_on_windowswrite_output)TempDirectory)running_under_virtualenvvirtualenv_no_global)BinaryAllowedPredicatebuild should_build_for_install_command)format_controlreturnc                    s   t td fdd}|S )N)reqr,   c                    s    t | jp
d} |}d|kS )N binary)r   nameget_allowed_formats)r-   canonical_nameallowed_formatsr+    /builddir/build/BUILDROOT/alt-python38-pip-22.2.1-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/pip/_internal/commands/install.pycheck_binary_allowed8   s    
z6get_check_binary_allowed.<locals>.check_binary_allowed)r   bool)r+   r7   r5   r4   r6   get_check_binary_allowed7   s    r9   c                   @   sz   e Zd ZdZdZddddZeeee	 e
ddd	Ze	eedd
ddZee ee dddZee	ddddZdS )InstallCommandaI  
    Install packages from:

    - PyPI (and other indexes) using requirement specifiers.
    - VCS project urls.
    - Local project directories.
    - Local or remote source archives.

    pip also supports installing from "requirements files", which provide
    an easy way to specify a whole environment to be installed.
    a%  
      %prog [options] <requirement specifier> [package-index-options] ...
      %prog [options] -r <requirements file> [package-index-options] ...
      %prog [options] [-e] <vcs project url> ...
      %prog [options] [-e] <local project path> ...
      %prog [options] <archive url/path> ...N)r,   c                 C   s  | j t  | j t  | j t  | j t  | j t  | j jdddddd | j jddd	d
d dd t| j  | j jddddd | j jdddt	d | j jddd
d dd | j jddd
d dd | j t
  | j jdddddd | j jddddd gd!d" | j jd#d$dd%d | j jd&d'd(dd)d | j t  | j t  | j t  | j t  | j t  | j t  | j t  | j t  | j jd*dd+d,d-d | j jd.dd+d/d0 | j jd1dd2d,d3d | j jd4dd5d,d6d | j t  | j t  | j t  | j t  | j t  | j t  ttj| j}| jd7| | jd7| j  | j jd8d9d:d d;d d S )<Nz	--dry-run
store_truedry_runFzDon't actually install anything, just print what would be. Can be used in combination with --ignore-installed to 'resolve' the requirements.)actiondestdefaulthelpz-tz--target
target_dirdirzInstall packages into <dir>. By default this will not replace existing files/folders in <dir>. Use --upgrade to replace existing packages in <dir> with new versions.)r>   metavarr?   r@   z--useruse_user_sitezInstall to the Python user install directory for your platform. Typically ~/.local/, or %APPDATA%\Python on Windows. (See the Python documentation for site.USER_BASE for full details.))r>   r=   r@   z	--no-userstore_falsez--root	root_pathz=Install everything relative to this alternate root directory.z--prefixprefix_pathzIInstallation prefix where lib, bin and other top-level folders are placedz-Uz	--upgradeupgradezUpgrade all specified packages to the newest available version. The handling of dependencies depends on the upgrade-strategy used.z--upgrade-strategyupgrade_strategyzonly-if-neededeageraG  Determines how dependency upgrading should be handled [default: %default]. "eager" - dependencies are upgraded regardless of whether the currently installed version satisfies the requirements of the upgraded package(s). "only-if-needed" -  are upgraded only when they do not satisfy the requirements of the upgraded package(s).)r>   r?   choicesr@   z--force-reinstallforce_reinstallz;Reinstall all packages even if they are already up-to-date.z-Iz--ignore-installedignore_installedzIgnore the installed packages, overwriting them. This can break your system if the existing package is of a different version or was installed with a different package manager!z	--compilecompileTz'Compile Python source files to bytecodez--no-compilez.Do not compile Python source files to bytecode)r=   r>   r@   z--no-warn-script-locationwarn_script_locationz0Do not warn when installing scripts outside PATHz--no-warn-conflictswarn_about_conflictsz%Do not warn about broken dependenciesr   z--reportjson_report_filefilezGenerate a JSON file describing what pip did to install the provided requirements. Can be used in combination with --dry-run and --ignore-installed to 'resolve' the requirements. When - is used as file name it writes to stdout.)cmd_opts
add_optionr
   requirementsconstraintsno_depspreeditableadd_target_python_optionsr   srcignore_requires_pythonno_build_isolation
use_pep517no_use_pep517check_build_depsconfig_settingsinstall_optionsglobal_options	no_binaryonly_binaryprefer_binaryrequire_hashesprogress_barroot_user_actionmake_option_groupindex_groupparserinsert_option_group)self
index_optsr5   r5   r6   add_optionsT   s   zInstallCommand.add_options)optionsargsr,   c           ,         s  |j r|jd k	rtdt| d}|jr2|j}tj|dd |jpHg }t	
dt  t|j |j|j|j|jd|_ d }d }|jrd|_tj|j|_tj|jrtj|jstdtdd	}|j}| | |jpg }| |}t|}	| j|||	|jd
}
t|j|j}| t  }t|j! ddd}z,| "|||
|}|D ]}d|_#qLt$||j | j%|||||
|j | j&d}| j'||
|||j |j|j|j(||j)d
}| *|
 |j+||j d}|j,r0t	-d t.|j/}|j,dkrt0|1 d n2t2|j,ddd}t3j4|1 |ddd W 5 Q R X |j5rrt6dd |j/D }|rlt7dd8dd |D  t9W S z|:d}W n t;k
r   d}Y nX |j<d k}t=|d t>|
j  fd d!|j?@ D }tA||dg g d"\}}d#d! |D }|rtBd$Cd%8||D ]}|j)sd&|_Dq|E|}d }|jF oF|jG}|rX| H|}|jI} |jsn|jrrd} tJ||||j||j| |j |jKd'	}!tL|j ||j|j|jd(}"tM|"}#|!jNtOPd)d* g }$|!D ]V}%|%jQ}&z(|#R|&}'|'d k	r |& d|'jS }&W n tTk
r   Y nX |$U|& q|d k	rF| jV|| W|d+ d8|$}(|(r`t7d,|( W nR tXk
r }) z2| j&d-k}*tY|)|*|j }+t	jZ|+|*d. t[ W Y S d })~)X Y nX |jr|st\| ]|j||j |j^d/krt_  t9S )0Nz'Can not combine '--user' and '--target'zto-satisfy-onlyT)check_targetzUsing %s)rG   rA   rF   isolated_modez=Target path exists but is not a directory, will not continue.target)kind)rq   sessiontarget_pythonr\   install)deleterv   globally_managed)temp_build_dirrq   build_trackerrw   finderrD   	verbosity)
preparerr~   rq   wheel_cacherD   rM   r\   rL   rI   r^   )check_supported_wheelszu--report is currently an experimental option. The output format may change in a future release without prior warning.-)datawzutf-8)encoding   F)indentensure_asciic                 s   s"   | ]}|j d  |j d fV  qdS )r0   versionN)metadata.0rr5   r5   r6   	<genexpr>  s   z%InstallCommand.run.<locals>.<genexpr>zWould install %s c                 s   s   | ]}d  |V  qdS )r   N)join)r   itemr5   r5   r6   r     s     pip)modifying_pipc                    s   g | ]}t | r|qS r5   )r*   r   r7   r5   r6   
<listcomp>  s   
z&InstallCommand.run.<locals>.<listcomp>)r   verifybuild_optionsrc   c                 S   s   g | ]}|j r|jqS r5   )r^   r0   r   r5   r5   r6   r     s     zYCould not build wheels for {}, which is required to install pyproject.toml-based projectsz, i   )roothomeprefixrO   rD   	pycompile)userr   r   r   isolatedr0   )key)resolver_variantzSuccessfully installed %s   )exc_infowarn)`rD   rA   r   r
   check_install_build_globalrH   rI   check_dist_restrictionrb   loggerverboser"   decide_user_installrG   rF   rt   rM   ospathabspathexistsisdirr%   enter_contextrc   get_default_sessionr   _build_package_finderr\   r	   	cache_dirr+   r   no_cleanget_requirementspermit_editable_wheels'reject_location_related_install_optionsmake_requirement_preparerr   make_resolverrL   r^   trace_basic_inforesolverQ   warningr   requirements_to_installr   to_dictopenjsondumpr<   sortedr$   r   r   get_requirementKeyErrorsatisfied_byr#   r9   rU   valuesr)   r   formatlegacy_install_reasonget_installation_orderignore_dependenciesrP   _determine_conflictsrO   r   rN   get_lib_location_guessesr   sortoperator
attrgetterr0   get_distributionr   	Exceptionappend_warn_about_conflictsdetermine_resolver_variantOSErrorcreate_os_error_messageerrorr   AssertionError_handle_target_dirri   r   ),rn   rq   rr   rI   rb   target_temp_dirtarget_temp_dir_pathrc   rw   rx   r~   r   r}   	directoryreqsr-   r   resolverrequirement_setreportfwould_install_itemspip_reqr   reqs_to_build_build_failurespep517_build_failure_namesr   
to_install	conflictsshould_warn_about_conflictsrO   	installedlib_locationsenvitemsresultr   installed_distinstalled_descr   show_tracebackmessager5   r   r6   run  s   






	
 
 
















  zInstallCommand.run)rA   r   rH   r,   c                    sN  t | g }td|jd}|j}|j}|j}tj|rB|| tj|r`||kr`|| tj|rv|| |D ]}	t	|	D ]}
|	|krtj
||
 t fdd|d d D rqtj
||
}tj|r0|std| qtj|rtd| qtj|r&t| n
t| ttj
|	|
| qqzd S )Nr.   )r   c                 3   s   | ]}|  V  qd S N)
startswith)r   sddirr5   r6   r   *  s     z4InstallCommand._handle_target_dir.<locals>.<genexpr>zKTarget directory %s already exists. Specify --upgrade to force replacement.zTarget directory %s already exists and is a link. pip will not automatically replace links, please remove if replacement is desired.)r!   r   r   purelibplatlibr   r   r   r   listdirr   anyr   r   islinkr   shutilrmtreeremovemove)rn   rA   r   rH   lib_dir_listschemepurelib_dirplatlib_dirdata_dirlib_dirr   target_item_dirr5   r   r6   r     sH    



z!InstallCommand._handle_target_dir)r   r,   c                 C   s0   z
t |W S  tk
r*   td Y d S X d S )NzwError while checking for conflicts. Please file an issue on pip's issue tracker: https://github.com/pypa/pip/issues/new)r   r   r   	exception)rn   r   r5   r5   r6   r   E  s    
z#InstallCommand._determine_conflicts)conflict_detailsr   r,   c              
   C   s   |\}\}}|s|sd S g }|dkr0| d n|dks<t| d |D ]<}|| d }|| D ]"}	dj|||	d d}
| |
 qbqJ|D ]P}|| d }|| D ]6\}}}d	j||||||dkrd
ndd}
| |
 qqtd| d S )Nlegacyzpip's legacy dependency resolver does not consider dependency conflicts when selecting packages. This behaviour is the source of the following dependency conflicts.z2020-resolverzpip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.r   z@{name} {version} requires {requirement}, which is not installed.r   )r0   r   requirementzg{name} {version} requires {requirement}, but {you} have {dep_name} {dep_version} which is incompatible.youzyou'll)r0   r   r  dep_namedep_versionr  
)r   r   r   r   criticalr   )rn   r
  r   package_setmissingconflictingpartsproject_namer   
dependencyr   r  r  r-   r5   r5   r6   r   Q  sH    z$InstallCommand._warn_about_conflicts)__name__
__module____qualname____doc__usagerp   r   r   r   strintr   r%   r8   r   r   r   r   r   r   r5   r5   r5   r6   r:   @   s(    ;    7 r:   F)r   r   r   r   r   r,   c                 C   s    t d| ||||d}|j|jgS )Nr.   )r   r   r   r   r   )r   r   r   )r   r   r   r   r   r  r5   r5   r6   r     s    r   )r   r   r,   c                 C   s   t dd tt| |dD S )Nc                 s   s   | ]}t |V  qd S r   r   )r   dr5   r5   r6   r     s   z)site_packages_writable.<locals>.<genexpr>r   r   )allsetr   r   r5   r5   r6   site_packages_writable  s    r#  )rD   rG   rA   rF   rt   r,   c                 C   s   | dk	r| st d dS | rF|r*tdt r8tdt d dS | dksRt|sZ|rht d dS tjs|t d	 dS t||d
rt d dS t 	d dS )aZ  Determine whether to do a user install based on the input options.

    If use_user_site is False, no additional checks are done.
    If use_user_site is True, it is checked for compatibility with other
    options.
    If use_user_site is None, the default behaviour depends on the environment,
    which is provided by the other arguments.
    Nz$Non-user install by explicit requestFzVCan not combine '--user' and '--prefix' as they imply different installation locationszZCan not perform a '--user' install. User site-packages are not visible in this virtualenv.z User install by explicit requestTz3Non-user install due to --prefix or --target optionz4Non-user install because user site-packages disabledr   z0Non-user install because site-packages writeablezMDefaulting to user installation because normal site-packages is not writeable)
r   debugr   r'   r   r   siteENABLE_USER_SITEr#  info)rD   rG   rA   rF   rt   r5   r5   r6   r     s8    




r   )rU   rq   r,   c                 C   s   t t tt ddd}g }| D ]0}|j}t|}|r |d|| | q |rzt|}|rz|d||  |sdS tdd	|dS )	zIf any location-changing --install-option arguments were passed for
    requirements or on the command-line, then show a deprecation warning.
    )option_namesr,   c                 S   s   dd | D S )Nc                 S   s   g | ]}d  |ddqS )z--{}r   r   )r   replace)r   r0   r5   r5   r6   r     s     zSreject_location_related_install_options.<locals>.format_options.<locals>.<listcomp>r5   )r(  r5   r5   r6   format_options  s    z?reject_location_related_install_options.<locals>.format_optionsz{!r} from {}z{!r} from command lineNzLocation-changing options found in --install-option: {}. This is unsupported, use pip-level options like --user, --prefix, --root, and --target instead.z; )
r   r  r   rb   r   r   r   keysr   r   )rU   rq   r*  	offendersr  rb   location_optionsr5   r5   r6   r     s2    
 r   )r   r   using_user_siter,   c                 C   s   g }| d |s,| d | t|  n
| d |d  d7  < | jtjkrd}d}t sz|sz||d| g n
| | | d	 tr| jtjkr| j	rt
| j	d
kr| d d| d S )zrFormat an error message for an OSError

    It may occur anytime during the execution of the install command.
    z,Could not install packages due to an OSErrorz: .r   r  z"Consider using the `--user` optionzCheck the permissionsz or z.
i  zHINT: This error might have occurred since this system does not have Windows Long Path support enabled. You can find information on how to enable this at https://pip.pypa.io/warnings/enable-long-paths
r.   )r   r  errnoEACCESr&   extendlowerr   ENOENTfilenamelenr   strip)r   r   r.  r  user_option_partpermissions_partr5   r5   r6   r     s>    






r   )FNNFN)NNNF)Tr0  r   r   r   r   r%  optparser   r   typingr   r   r   pip._vendor.packaging.utilsr   pip._vendor.richr   pip._internal.cacher	   Zpip._internal.clir
   Zpip._internal.cli.cmdoptionsr   pip._internal.cli.req_commandr   r   r   pip._internal.cli.status_codesr   r   pip._internal.exceptionsr   r   pip._internal.locationsr   pip._internal.metadatar   #pip._internal.models.format_controlr   (pip._internal.models.installation_reportr   ,pip._internal.operations.build.build_trackerr   pip._internal.operations.checkr   r   pip._internal.reqr   Zpip._internal.req.req_installr   pip._internal.utils.compatr   "pip._internal.utils.distutils_argsr   pip._internal.utils.filesystemr   pip._internal.utils.loggingr    pip._internal.utils.miscr!   r"   r#   r$   pip._internal.utils.temp_dirr%   pip._internal.utils.virtualenvr&   r'   pip._internal.wheel_builderr(   r)   r*   r  r   r9   r:   r8   r  r   r#  r   r   r   r   r5   r5   r5   r6   <module>   s   	    M     	    > 
(  