/ lib / numpy / core / __init__.pyc
__init__.pyc
 1  o

 2  [��c(�
 3  @s6dZddlmZddlZddlZgZdD]Zeejvr%deje<e�	e�qz8zddl
 4  mZWn$eySZ
zddlZdejdejdejee
fZee��dZ
[
wwWeD]Zeje=qWn
 5  eD]Zeje=qaw[[[dd	l
 6  mZeed
 7  �r|eed
 8  �s�ddlZejdjZdZee�e���dd
l
 9  mZe�ej�ddl
10  mZddlTddl
11  mZddlTddl
12  mZddl
13  m Z ddl
14  m Z!ddl m"Z"m#Z#m$Z$ddl%Tddlm&Z&ddl
15  m'Z'ddl'Tddl
16  m(Z(ddl(Tddl
17  m)Z)ddl)Tddl
18  m*Z*ddl*Tddl
19  m+Z+ddl+T[ddlm,Z-m.Z/m0Z1ddlm2Z3ddl
20  m4Z4ddl
21  m5Z5ddl
22  m6Z6ddl
23  m7Z7dd l
24  m8Z8dd!l
25  m9Z9gd"�Z:e:ej:7Z:e:gd�7Z:e:d#g7Z:e:e'j:7Z:e:e)j:7Z:e:e*j:7Z:e:e+j:7Z:d$d%�Z;d&d'�Z<d(d)�Z=d*d+�Z>d,d-�Z?ddl@Z@e@�AeBe<�e@�AeCeD�e>e=�[@[<[>dd.lEmFZFeFeG�ZH[FdS)/z�
26  Contains the core of NumPy: ndarray, ufuncs, dtypes, etc.
27  
28  Please note that this module is private.  All functions and objects
29  are available in the main ``numpy`` namespace - use that instead.
30  
31  �)�versionN)ZOPENBLAS_MAIN_FREEZGOTOBLAS_MAIN_FREE�1�)�
32  multiarrayal
33  
34  IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
35  
36  Importing the numpy C-extensions failed. This error can happen for
37  many reasons, often due to issues with your setup or how NumPy was
38  installed.
39  
40  We have compiled some common reasons and troubleshooting tips at:
41  
42      https://numpy.org/devdocs/user/troubleshooting-importerror.html
43  
44  Please note and check the following:
45  
46    * The Python version is: Python%d.%d from "%s"
47    * The NumPy version is: "%s"
48  
49  and make sure that they are the versions you expect.
50  Please carefully study the documentation linked above for further help.
51  
52  Original error was: %s
53  )�umath�_multiarray_umath�numpyz�Something is wrong with the numpy installation. While importing we detected an older version of numpy in {}. One method of fixing this is to repeatedly uninstall numpy until none is found, then reinstall this version.)�numerictypes)�numeric)�*)�fromnumeric)�defchararray)�records)�record�recarray�
format_parser)�	chararray)�
function_base)�_machar)�	getlimits)�
54  shape_base)�
55  einsumfunc)�amax�amin�round_)�absolute)�_add_newdocs)�_add_newdocs_scalars)�
_dtype_ctypes)�	_internal)�_dtype)�_methods)�char�rec�memmaprcCst||gd�}t||�S)N)�fromlist)�
56  __import__�getattr)�module�name�mod�r+��C:\Users\Jacks.GUTTSPC\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\numpy\core\__init__.py�_ufunc_reconstructys
57  r-cCs|jS�N)�__name__)�funcr+r+r,�
_ufunc_reduce�sr1cCstt|��Sr.)�type�dtype)�scalar_typer+r+r,�_DType_reconstruct�sr5cCs|turdS|j}t|ffS)Nr3)r3r2r5)�DTyper4r+r+r,�
_DType_reduce�s
58  r7cCs0|dkrtjdtdd�tStdt�d|����)N�macharz6The `np.core.machar` module is deprecated (NumPy 1.22)�)�
59  stacklevelzModule z has no attribute )�warnings�warn�DeprecationWarningr�AttributeErrorr/)r)r+r+r,�__getattr__�s�r?)�PytestTester)I�__doc__�
numpy.versionr�__version__�osr;�	env_added�envkey�environ�append�r�ImportError�exc�sys�version_info�
60  executable�msgr�hasattr�modules�__path__�path�formatr	�nt�set_typeDict�
61  sctypeDictr
62  rr
r"rr#rrrr$rrrrrrr�maxr�minr�roundr�absrrrrr r!�__all__r-r1r5r7r?�copyreg�pickle�ufuncr2r3�numpy._pytesttesterr@r/�testr+r+r+r,�<module>s�
63  
64  
65  ������
66  
6768  �
69  �
70  
71  
72  
73  
74  
75