o
    %g0                     @   sT   d dl mZ d dlmZ e D ]ZeeeZeeer!ee	 e< qdd Z
[[dS )    _multiarray_umath)ufuncc                 C   s   ddl m} ddlm} | dv rMddlm} dd l}dd l}dd l}|	d| d}d	}|
 d d
 D ]}	d|	v r<q5||	7 }q5|j||  t|t|| d }
|
d u r^td|  || d |
S )Nr   r      )_raise_warning>   
_ARRAY_API
_UFUNC_API)short_versionz[
            A module that was compiled using NumPy 1.x cannot be run in
            NumPy a   as it may crash. To support both 1.x and 2.x
            versions of NumPy, modules must be compiled with NumPy 2.0.
            Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.

            If you are a user of the module, the easiest solution will be to
            downgrade to 'numpy<2' or try to upgrade the affected module.
            We expect that some modules will need time to support NumPy 2.

            z"Traceback (most recent call last):zfrozen importlibz7module 'numpy.core._multiarray_umath' has no attribute r   )numpy._corer   _utilsr   numpy.versionr	   textwrap	tracebacksysdedentformat_stackstderrwriteImportErrorgetattrAttributeError)	attr_namer   r   r	   r   r   r   msgtb_msglineret r   [/root/parts/websockify/install/lib/python3.10/site-packages/numpy/core/_multiarray_umath.py__getattr__   s4   


r   N)r   r   numpyr   __dir__itemr   attr
isinstanceglobalsr   r   r   r   r   <module>   s    


+