Giter Club home page Giter Club logo

chaos's Introduction

Chaos

Visualizations connecting chaos theory, fractals, and the logistic map!

Written by Jonny Hyman, 2020

This code was developed for this YouTube video from Veritasium

This is not a library, but rather a collection of standalone scripts! As such, there is a bit of code duplication between scripts.

Quick start guide

Install these requirements

Run guide for total beginners

  1. Open "Terminal" on macOS & Linux, "Powershell" or "Command Prompt" on Windows
  2. Download this repository and unzip it or run git clone https://github.com/jonnyhyman/Chaos.git
  3. Change directory into the folder where you extracted files cd ~/route/to/your/folder
  4. Run the program you're interested in, like python logistic_interactive.py
  5. To make changes to the code, install a text editor like Visual Studio Code and then open the file you want to edit. If this is your first python project, GO FOR IT, but also it might not be the easiest to get your head wrapped around (I use a lot of nuanced python functionality).

If you run into problems

  1. Google the problem you're running into
  2. If it seems to be a problem with this code, check if others are having the same problem in "Issues"
  3. Post an issue if no one else has encountered the same thing

Logistic Map - Interactive

python logistic_interactive.py Interactive

This visualization creates a cobweb plot, time series graph, and bifurcation plot for visualizing the logistic map. The font pictured is "Avenir Next" which is licensed as part of macOS. Other OSes will see their default font.

Shortcuts:

  • Spacebar: play/pause
  • Backspace: reset view & animation

3D Mandelbrot Set

python logistic_mandelbrot.py Mandelbrot Set within Logistic Map GIF

Here we see the Mandelbrot set on the x-y plane, and iterations of the Mandelbrot set in the z axis. This reveals the bifurcation plot beneath the Mandelbrot set!

Final visualization is accomplished by a volume rendering of 1000x1000x1000 voxels, oversampled by 16 to reduce aliasing. At that resolution the visual does not run in realtime.


Logistic Map Zoom

python logistic_zoom.py Logistic Map Zoom GIF

  • Note: The final version of the visualization used a custom version of Vispy, modified to improve the appearance of axes. I have not released this and don't plan to.

chaos's People

Contributors

abhi011999 avatar jonnyhyman avatar nicolasdevel avatar thepuzzlemaker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chaos's Issues

Segmentation Faults

I am getting segmentation faults when running the code.

Process:               Python [37753]
Path:                  /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
Identifier:            org.python.python
Version:               3.7.6 (3.7.6)
Code Type:             X86-64 (Native)
Parent Process:        zsh [37551]
Responsible:           iTerm2 [450]
User ID:               501

Date/Time:             2020-01-30 15:21:49.901 +0530
OS Version:            Mac OS X 10.15.2 (19C57)
Report Version:        12
Bridge OS Version:     3.0 (14Y908)
Anonymous UUID:        2C06D26C-CFCF-4C99-9E60-9142B231C036

Sleep/Wake UUID:       259DD99A-DB4E-46C1-AC3A-9561B503BFA6

Time Awake Since Boot: 220000 seconds
Time Since Wake:       78000 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0xfffffffffffffffb
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [37753]

VM Regions Near 0xfffffffffffffffb:
--> shared memory          00007fffffebb000-00007fffffebc000 [    4K] r-x/r-x SM=SHM  
    

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   _dynfunc.cpython-37m-darwin.so	0x00000001218c689f env_dealloc + 31
1   org.python.python             	0x000000010e11dcda subtype_dealloc + 892
2   org.python.python             	0x000000010e11c061 tupledealloc + 93
3   org.python.python             	0x000000010e11dcda subtype_dealloc + 892
4   org.python.python             	0x000000010e0f5d95 frame_dealloc + 160
5   org.python.python             	0x000000010e17acc7 _PyEval_EvalCodeWithName + 2132
6   org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
7   org.python.python             	0x000000010e17a321 call_function + 737
8   org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
9   org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
10  org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
11  org.python.python             	0x000000010e17a321 call_function + 737
12  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
13  org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
14  org.python.python             	0x000000010e0e4a00 _PyFunction_FastCallDict + 444
15  org.python.python             	0x000000010e173573 _PyEval_EvalFrameDefault + 7507
16  org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
17  org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
18  org.python.python             	0x000000010e17a321 call_function + 737
19  org.python.python             	0x000000010e1733d2 _PyEval_EvalFrameDefault + 7090
20  org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
21  org.python.python             	0x000000010e0e4a00 _PyFunction_FastCallDict + 444
22  org.python.python             	0x000000010e0e5b07 _PyObject_Call_Prepend + 131
23  org.python.python             	0x000000010e1224a2 slot_tp_call + 71
24  org.python.python             	0x000000010e0e4c36 _PyObject_FastCallKeywords + 358
25  org.python.python             	0x000000010e17a31a call_function + 730
26  org.python.python             	0x000000010e17332a _PyEval_EvalFrameDefault + 6922
27  org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
28  org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
29  org.python.python             	0x000000010e17a321 call_function + 737
30  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
31  org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
32  org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
33  org.python.python             	0x000000010e17a321 call_function + 737
34  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
35  org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
36  org.python.python             	0x000000010e17a321 call_function + 737
37  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
38  org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
39  org.python.python             	0x000000010e17a321 call_function + 737
40  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
41  org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
42  org.python.python             	0x000000010e17a321 call_function + 737
43  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
44  org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
45  org.python.python             	0x000000010e17a321 call_function + 737
46  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
47  org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
48  org.python.python             	0x000000010e17a321 call_function + 737
49  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
50  org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
51  org.python.python             	0x000000010e17a321 call_function + 737
52  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
53  org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
54  org.python.python             	0x000000010e17a321 call_function + 737
55  org.python.python             	0x000000010e17332a _PyEval_EvalFrameDefault + 6922
56  org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
57  org.python.python             	0x000000010e17a321 call_function + 737
58  org.python.python             	0x000000010e17332a _PyEval_EvalFrameDefault + 6922
59  org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
60  org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
61  org.python.python             	0x000000010e17a321 call_function + 737
62  org.python.python             	0x000000010e1733d2 _PyEval_EvalFrameDefault + 7090
63  org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
64  org.python.python             	0x000000010e17a321 call_function + 737
65  org.python.python             	0x000000010e17332a _PyEval_EvalFrameDefault + 6922
66  org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
67  org.python.python             	0x000000010e173573 _PyEval_EvalFrameDefault + 7507
68  org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
69  org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
70  org.python.python             	0x000000010e17a321 call_function + 737
71  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
72  org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
73  org.python.python             	0x000000010e17a321 call_function + 737
74  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
75  org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
76  org.python.python             	0x000000010e17a321 call_function + 737
77  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
78  org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
79  org.python.python             	0x000000010e17a321 call_function + 737
80  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
81  org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
82  org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
83  org.python.python             	0x000000010e17a321 call_function + 737
84  org.python.python             	0x000000010e1733d2 _PyEval_EvalFrameDefault + 7090
85  org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
86  org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
87  org.python.python             	0x000000010e17a321 call_function + 737
88  org.python.python             	0x000000010e1733d2 _PyEval_EvalFrameDefault + 7090
89  org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
90  org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
91  org.python.python             	0x000000010e17a321 call_function + 737
92  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
93  org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
94  org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
95  org.python.python             	0x000000010e17a321 call_function + 737
96  org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
97  org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
98  org.python.python             	0x000000010e0e4a00 _PyFunction_FastCallDict + 444
99  org.python.python             	0x000000010e173573 _PyEval_EvalFrameDefault + 7507
100 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
101 org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
102 org.python.python             	0x000000010e17a321 call_function + 737
103 org.python.python             	0x000000010e1733d2 _PyEval_EvalFrameDefault + 7090
104 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
105 org.python.python             	0x000000010e0e4a00 _PyFunction_FastCallDict + 444
106 org.python.python             	0x000000010e0e5b07 _PyObject_Call_Prepend + 131
107 org.python.python             	0x000000010e1224a2 slot_tp_call + 71
108 org.python.python             	0x000000010e0e4c36 _PyObject_FastCallKeywords + 358
109 org.python.python             	0x000000010e17a31a call_function + 730
110 org.python.python             	0x000000010e17332a _PyEval_EvalFrameDefault + 6922
111 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
112 org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
113 org.python.python             	0x000000010e17a321 call_function + 737
114 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
115 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
116 org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
117 org.python.python             	0x000000010e17a321 call_function + 737
118 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
119 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
120 org.python.python             	0x000000010e17a321 call_function + 737
121 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
122 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
123 org.python.python             	0x000000010e17a321 call_function + 737
124 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
125 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
126 org.python.python             	0x000000010e17a321 call_function + 737
127 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
128 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
129 org.python.python             	0x000000010e17a321 call_function + 737
130 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
131 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
132 org.python.python             	0x000000010e17a321 call_function + 737
133 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
134 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
135 org.python.python             	0x000000010e17a321 call_function + 737
136 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
137 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
138 org.python.python             	0x000000010e17a321 call_function + 737
139 org.python.python             	0x000000010e17332a _PyEval_EvalFrameDefault + 6922
140 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
141 org.python.python             	0x000000010e17a321 call_function + 737
142 org.python.python             	0x000000010e17332a _PyEval_EvalFrameDefault + 6922
143 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
144 org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
145 org.python.python             	0x000000010e17a321 call_function + 737
146 org.python.python             	0x000000010e1733d2 _PyEval_EvalFrameDefault + 7090
147 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
148 org.python.python             	0x000000010e17a321 call_function + 737
149 org.python.python             	0x000000010e17332a _PyEval_EvalFrameDefault + 6922
150 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
151 org.python.python             	0x000000010e173573 _PyEval_EvalFrameDefault + 7507
152 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
153 org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
154 org.python.python             	0x000000010e17a321 call_function + 737
155 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
156 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
157 org.python.python             	0x000000010e17a321 call_function + 737
158 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
159 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
160 org.python.python             	0x000000010e17a321 call_function + 737
161 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
162 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
163 org.python.python             	0x000000010e17a321 call_function + 737
164 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
165 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
166 org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
167 org.python.python             	0x000000010e17a321 call_function + 737
168 org.python.python             	0x000000010e1733d2 _PyEval_EvalFrameDefault + 7090
169 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
170 org.python.python             	0x000000010e17a321 call_function + 737
171 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
172 org.python.python             	0x000000010e0e5194 function_code_fastcall + 106
173 org.python.python             	0x000000010e173573 _PyEval_EvalFrameDefault + 7507
174 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
175 org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
176 org.python.python             	0x000000010e17a321 call_function + 737
177 org.python.python             	0x000000010e173276 _PyEval_EvalFrameDefault + 6742
178 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
179 org.python.python             	0x000000010e0e4a00 _PyFunction_FastCallDict + 444
180 org.python.python             	0x000000010e0e5b07 _PyObject_Call_Prepend + 131
181 org.python.python             	0x000000010e0e4ecd PyObject_Call + 136
182 _dispatcher.cpython-37m-darwin.so	0x0000000121cefe00 compile_and_invoke + 64
183 _dispatcher.cpython-37m-darwin.so	0x0000000121cef554 Dispatcher_call + 884
184 org.python.python             	0x000000010e0e4c36 _PyObject_FastCallKeywords + 358
185 org.python.python             	0x000000010e17a31a call_function + 730
186 org.python.python             	0x000000010e1733d2 _PyEval_EvalFrameDefault + 7090
187 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
188 org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
189 org.python.python             	0x000000010e17a321 call_function + 737
190 org.python.python             	0x000000010e17328f _PyEval_EvalFrameDefault + 6767
191 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
192 org.python.python             	0x000000010e0e4a00 _PyFunction_FastCallDict + 444
193 QtCore.so                     	0x000000010e9b0b00 PyQtSlot::call(_object*, _object*) const + 320
194 QtCore.so                     	0x000000010e9b08f6 PyQtSlot::invoke(void**, _object*, void*, bool) const + 374
195 QtCore.so                     	0x000000010e9b13f5 PyQtSlotProxy::unislot(void**) + 85
196 QtCore.so                     	0x000000010e9b136a PyQtSlotProxy::qt_metacall(QMetaObject::Call, int, void**) + 58
197 QtCore                        	0x000000010ed6ac93 QMetaObject::activate(QObject*, int, int, void**) + 995
198 QtWidgets                     	0x00000001124ce6b3 0x11231c000 + 1779379
199 QtWidgets                     	0x00000001124c69f4 0x11231c000 + 1747444
200 QtWidgets                     	0x00000001124ccfd7 QDoubleSpinBox::setValue(double) + 135
201 QtWidgets.so                  	0x0000000111f4da68 meth_QDoubleSpinBox_setValue(_object*, _object*) + 88
202 org.python.python             	0x000000010e0e5737 _PyMethodDef_RawFastCallKeywords + 235
203 org.python.python             	0x000000010e0e4dc0 _PyCFunction_FastCallKeywords + 41
204 org.python.python             	0x000000010e17a2b4 call_function + 628
205 org.python.python             	0x000000010e17328f _PyEval_EvalFrameDefault + 6767
206 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
207 org.python.python             	0x000000010e0e4d88 _PyFunction_FastCallKeywords + 212
208 org.python.python             	0x000000010e17a321 call_function + 737
209 org.python.python             	0x000000010e17328f _PyEval_EvalFrameDefault + 6767
210 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
211 org.python.python             	0x000000010e0e4a00 _PyFunction_FastCallDict + 444
212 org.python.python             	0x000000010e0e5b07 _PyObject_Call_Prepend + 131
213 org.python.python             	0x000000010e122e96 slot_tp_init + 80
214 org.python.python             	0x000000010e11fbc2 type_call + 172
215 org.python.python             	0x000000010e0e4c36 _PyObject_FastCallKeywords + 358
216 org.python.python             	0x000000010e17a31a call_function + 730
217 org.python.python             	0x000000010e17332a _PyEval_EvalFrameDefault + 6922
218 org.python.python             	0x000000010e17ab15 _PyEval_EvalCodeWithName + 1698
219 org.python.python             	0x000000010e17177d PyEval_EvalCode + 51
220 org.python.python             	0x000000010e19fbc4 run_mod + 54
221 org.python.python             	0x000000010e19ebf7 PyRun_FileExFlags + 160
222 org.python.python             	0x000000010e19e2ae PyRun_SimpleFileExFlags + 270
223 org.python.python             	0x000000010e1b6abe pymain_main + 5445
224 org.python.python             	0x000000010e1b712c _Py_UnixMain + 56
225 libdyld.dylib                 	0x00007fff656307fd start + 1

Thread 1:
0   libsystem_pthread.dylib       	0x00007fff65830818 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib       	0x00007fff65830818 start_wqthread + 0

Thread 3:
0   libsystem_pthread.dylib       	0x00007fff65830818 start_wqthread + 0

Thread 4:
0   libsystem_pthread.dylib       	0x00007fff65830818 start_wqthread + 0

Thread 5:
0   libsystem_pthread.dylib       	0x00007fff65830818 start_wqthread + 0

Thread 6:
0   libsystem_pthread.dylib       	0x00007fff65830818 start_wqthread + 0

Thread 7:
0   libsystem_pthread.dylib       	0x00007fff65830818 start_wqthread + 0

Thread 8:
0   libsystem_pthread.dylib       	0x00007fff65830818 start_wqthread + 0

Thread 9:
0   libsystem_kernel.dylib        	0x00007fff65773ce6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff65835185 _pthread_cond_wait + 701
2   libopenblasp-r0.3.5.dev.dylib 	0x00000001272cda3b blas_thread_server + 619
3   libsystem_pthread.dylib       	0x00007fff65834e65 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff6583083b thread_start + 15

Thread 10:
0   libsystem_kernel.dylib        	0x00007fff65773ce6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff65835185 _pthread_cond_wait + 701
2   libopenblasp-r0.3.5.dev.dylib 	0x00000001272cda3b blas_thread_server + 619
3   libsystem_pthread.dylib       	0x00007fff65834e65 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff6583083b thread_start + 15

Thread 11:
0   libsystem_kernel.dylib        	0x00007fff65773ce6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff65835185 _pthread_cond_wait + 701
2   libopenblasp-r0.3.5.dev.dylib 	0x00000001272cda3b blas_thread_server + 619
3   libsystem_pthread.dylib       	0x00007fff65834e65 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff6583083b thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000121df5490  rbx: 0x00000001314c2fa0  rcx: 0xfffffffffffffffb  rdx: 0x000000010e2d41f0
  rdi: 0x00000001314c2fa0  rsi: 0x00000001314c2fa0  rbp: 0x00007ffee1b31c00  rsp: 0x00007ffee1b31bf0
   r8: 0x0000000000000007   r9: 0x0000000100000000  r10: 0x0000000000000008  r11: 0x000000000000001f
  r12: 0x000000010e11d95e  r13: 0x00000001218c6880  r14: 0x00000001314c2fa0  r15: 0x00007fd83dcbb550
  rip: 0x00000001218c689f  rfl: 0x0000000000010286  cr2: 0xfffffffffffffffb
  
Logical CPU:     2
Error Code:      0x00000006 (no mapping for user data read)
Trap Number:     14


Binary Images:
       0x10e0c4000 -        0x10e0c5fff +org.python.python (3.7.6 - 3.7.6) <6948AAF1-D45E-3D9B-A895-03C843B1075D> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
       0x10e0cb000 -        0x10e24efff +org.python.python (3.7.6, [c] 2001-2019 Python Software Foundation. - 3.7.6) <25063A20-3D71-340D-81F1-96384E0857DA> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/Python
       0x10e63d000 -        0x10e63efff +_heapq.cpython-37m-darwin.so (0) <0DA4E85D-9084-37B3-9998-8A7D3AF1B0B1> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_heapq.cpython-37m-darwin.so
       0x10e793000 -        0x10e7aafff +sip.cpython-37m-darwin.so (0) <D4CB3986-39CC-3221-B1A0-7350331400D8> /usr/local/lib/python3.7/site-packages/PyQt5/sip.cpython-37m-darwin.so
       0x10e83d000 -        0x10e83efff +_posixsubprocess.cpython-37m-darwin.so (0) <D75D7192-18DF-3465-BF8C-AB9CC8678AF1> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-darwin.so
       0x10e883000 -        0x10e9d8ff7 +QtCore.so (0) <FDF64245-6D7A-3170-8356-916ECC8EE62D> /usr/local/lib/python3.7/site-packages/PyQt5/QtCore.so
       0x10eb4f000 -        0x10f08bfff +QtCore (0) <1A0F8931-ADC5-3956-9AA1-3C512219F60A> /usr/local/lib/python3.7/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore
       0x10f1d5000 -        0x10f1dcff3 +_elementtree.cpython-37m-darwin.so (0) <27B457C2-CA66-3E9A-9C78-154032E9FD51> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_elementtree.cpython-37m-darwin.so
       0x10f1e4000 -        0x10f1f1ffb +QtTest.so (0) <A6E96BD0-9CD5-396F-887A-4A7438F98306> /usr/local/lib/python3.7/site-packages/PyQt5/QtTest.so
       0x111db8000 -        0x11203dff7 +QtWidgets.so (0) <BD098832-D1B5-3500-8F63-BE17718B8B37> /usr/local/lib/python3.7/site-packages/PyQt5/QtWidgets.so
       0x11231c000 -        0x112759ff7 +QtWidgets (0) <4140341E-06BD-37B2-B683-9C2343DCDDFF> /usr/local/lib/python3.7/site-packages/PyQt5/Qt/lib/QtWidgets.framework/Versions/5/QtWidgets
       0x1128bd000 -        0x112d0bfeb +QtGui (0) <ED6B0E7B-33EF-391F-BF18-95B87F940DFC> /usr/local/lib/python3.7/site-packages/PyQt5/Qt/lib/QtGui.framework/Versions/5/QtGui
       0x112e11000 -        0x112f6dffb +QtGui.so (0) <5BD23B6A-9D8B-3816-8858-CE3D942A39DE> /usr/local/lib/python3.7/site-packages/PyQt5/QtGui.so
       0x113287000 -        0x1132a6ffb +pyexpat.cpython-37m-darwin.so (0) <9C6C9A81-891E-3799-B4CE-C25FEC273C47> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/pyexpat.cpython-37m-darwin.so
       0x1132f2000 -        0x113300ff7 +QtSvg.so (0) <0DA4C519-C6C3-3FA6-81B9-CF8A0584DBC1> /usr/local/lib/python3.7/site-packages/PyQt5/QtSvg.so
       0x113313000 -        0x113346ffb +QtSvg (0) <08DEE215-109F-3666-8772-90FFC3B25D57> /usr/local/lib/python3.7/site-packages/PyQt5/Qt/lib/QtSvg.framework/Versions/5/QtSvg
       0x113364000 -        0x113375fff +QtOpenGL.so (0) <5CD5424E-7110-368D-B7D3-42C43B9F3AC7> /usr/local/lib/python3.7/site-packages/PyQt5/QtOpenGL.so
       0x11338a000 -        0x1133beffb +QtOpenGL (0) <3B4DC668-0B3F-3598-AC6D-B082329F624F> /usr/local/lib/python3.7/site-packages/PyQt5/Qt/lib/QtOpenGL.framework/Versions/5/QtOpenGL
       0x1133df000 -        0x113417ff7 +QtTest (0) <79A11CD0-D823-3834-AD3B-99997F77689C> /usr/local/lib/python3.7/site-packages/PyQt5/Qt/lib/QtTest.framework/Versions/5/QtTest
       0x11346d000 -        0x1137d0fe7 +_multiarray_umath.cpython-37m-darwin.so (0) <8A26DC0D-39FD-31FE-97A2-578BDBD03CC6> /usr/local/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-darwin.so
       0x1138e3000 -        0x1139faff7 +libgfortran.3.dylib (0) <9ABE5EDE-AD43-391A-9E54-866711FAC32A> /usr/local/lib/python3.7/site-packages/numpy/.dylibs/libgfortran.3.dylib
       0x113a5e000 -        0x113a94fff +libquadmath.0.dylib (0) <7FFA409F-FB04-3B64-BE9A-3E3A494C975E> /usr/local/lib/python3.7/site-packages/numpy/.dylibs/libquadmath.0.dylib
       0x113aa3000 -        0x113ab8ff7 +libgcc_s.1.dylib (0) <7C6D7CB7-82DB-3290-8181-07646FEA1F80> /usr/local/lib/python3.7/site-packages/numpy/.dylibs/libgcc_s.1.dylib
       0x113ac3000 -        0x113ac7ff3 +math.cpython-37m-darwin.so (0) <2C8E657B-4446-3844-B549-0F4DB5F5C351> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/math.cpython-37m-darwin.so
       0x113b0e000 -        0x113b19ffb +_datetime.cpython-37m-darwin.so (0) <6EC669D9-CA77-3C3C-808A-CF23B74EB19A> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_datetime.cpython-37m-darwin.so
       0x113ba2000 -        0x113ba5fff +_struct.cpython-37m-darwin.so (0) <4171BD07-989E-353C-820D-9F8BA813EFD2> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_struct.cpython-37m-darwin.so
       0x113bac000 -        0x113bb8ffb +_pickle.cpython-37m-darwin.so (0) <C0C59BE5-1B64-3A9E-88BC-93C7A16CC0B5> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_pickle.cpython-37m-darwin.so
       0x113cf1000 -        0x113cfeff3 +_multiarray_tests.cpython-37m-darwin.so (0) <6122CECD-2D90-3973-A9C2-6FE07A6795AA> /usr/local/lib/python3.7/site-packages/numpy/core/_multiarray_tests.cpython-37m-darwin.so
       0x113d4f000 -        0x113d5efff +_ctypes.cpython-37m-darwin.so (0) <513FA046-1F10-3D7A-890A-53352632CF58> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so
       0x113daa000 -        0x113dacfff +select.cpython-37m-darwin.so (0) <048BD53F-21B5-3BC2-9696-EBDA8C796C53> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/select.cpython-37m-darwin.so
       0x113df2000 -        0x113df3fff +lapack_lite.cpython-37m-darwin.so (0) <C3AA6C88-9EDB-3D5E-A9FA-7C9AF4ECFE3E> /usr/local/lib/python3.7/site-packages/numpy/linalg/lapack_lite.cpython-37m-darwin.so
       0x113df7000 -        0x113e10ffb +_umath_linalg.cpython-37m-darwin.so (0) <A401AEEE-0CA9-3449-A288-19CED520AC55> /usr/local/lib/python3.7/site-packages/numpy/linalg/_umath_linalg.cpython-37m-darwin.so
       0x113f30000 -        0x113f35fff +h5z.cpython-37m-darwin.so (???) <8942D621-BB17-337A-9648-6E2FEA4B89F7> /usr/local/lib/python3.7/site-packages/h5py/h5z.cpython-37m-darwin.so
       0x113f3d000 -        0x113f3dfff +_uuid.cpython-37m-darwin.so (0) <49D01DE5-A3E3-3F6E-AB2A-54C1783B7B1C> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_uuid.cpython-37m-darwin.so
       0x113f81000 -        0x113f84fff +zlib.cpython-37m-darwin.so (0) <9F0544E2-DA98-3105-8E35-6C9EA1D83E1E> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/zlib.cpython-37m-darwin.so
       0x113fca000 -        0x113fcbfff +_bz2.cpython-37m-darwin.so (0) <7F5E7C34-9555-3C00-9002-D3872E2E1038> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_bz2.cpython-37m-darwin.so
       0x113fd0000 -        0x113fd3ff7 +_lzma.cpython-37m-darwin.so (0) <359A39BA-4669-3BD6-8174-7D03F3FAEC73> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_lzma.cpython-37m-darwin.so
       0x113fd9000 -        0x113ff4ff7 +liblzma.5.dylib (0) <423B98CF-7AF0-325D-AB6A-3F44B56B90C2> /usr/local/opt/xz/lib/liblzma.5.dylib
       0x113ffa000 -        0x113ffbfff +grp.cpython-37m-darwin.so (0) <068AE1FA-5DF7-30C7-AFB2-248D3602A60F> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/grp.cpython-37m-darwin.so
       0x113fff000 -        0x11402cff7 +_decimal.cpython-37m-darwin.so (0) <CE6DE5FD-DD63-317D-954C-7BAE0491D638> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_decimal.cpython-37m-darwin.so
       0x11407f000 -        0x114090ffb +_pocketfft_internal.cpython-37m-darwin.so (0) <C71DAC57-DAD0-3695-A304-4CED45596071> /usr/local/lib/python3.7/site-packages/numpy/fft/_pocketfft_internal.cpython-37m-darwin.so
       0x1140d4000 -        0x11413fff7 +mtrand.cpython-37m-darwin.so (0) <E43384BC-196E-3C87-AC01-02092BC49FA9> /usr/local/lib/python3.7/site-packages/numpy/random/mtrand.cpython-37m-darwin.so
       0x114193000 -        0x1141b2ffb +_bit_generator.cpython-37m-darwin.so (0) <A3364E6C-6359-36EC-B4D6-00C3F1687D40> /usr/local/lib/python3.7/site-packages/numpy/random/_bit_generator.cpython-37m-darwin.so
       0x1141cd000 -        0x1141feff3 +_common.cpython-37m-darwin.so (0) <12D2B7DB-6888-3912-9BC5-5B02B23AB189> /usr/local/lib/python3.7/site-packages/numpy/random/_common.cpython-37m-darwin.so
       0x114213000 -        0x114216ff7 +binascii.cpython-37m-darwin.so (0) <8B08F4CA-677D-3433-A6B1-51EC47E46AE0> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/binascii.cpython-37m-darwin.so
       0x11425b000 -        0x11425efff +_hashlib.cpython-37m-darwin.so (0) <DD86C4DA-E460-36B1-A44A-F84AA6C7B818> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so
       0x114263000 -        0x1142b1fff +libssl.1.1.dylib (0) <6E8C5906-2EB3-3F95-9B6D-2C509049EF4C> /usr/local/opt/[email protected]/lib/libssl.1.1.dylib
       0x1142da000 -        0x114475917 +libcrypto.1.1.dylib (0) <67579E42-401A-3775-B5C6-518E58CC8032> /usr/local/opt/[email protected]/lib/libcrypto.1.1.dylib
       0x114507000 -        0x11450cffb +_blake2.cpython-37m-darwin.so (0) <24A45B55-A5EE-384C-9C8B-E2E19504DE49> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_blake2.cpython-37m-darwin.so
       0x114511000 -        0x114521fff +_sha3.cpython-37m-darwin.so (0) <3BD181F6-9F5F-39D0-8E3E-AFC9B7F36D8D> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_sha3.cpython-37m-darwin.so
       0x114527000 -        0x114527fff +_bisect.cpython-37m-darwin.so (0) <7C7230DF-C9CD-39F3-862E-DA9AFFEC69AE> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_bisect.cpython-37m-darwin.so
       0x11452b000 -        0x11452cffb +_random.cpython-37m-darwin.so (0) <3A53714A-1DEA-3F95-BE47-7933AC3AF60E> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_random.cpython-37m-darwin.so
       0x114530000 -        0x114584ff3 +_bounded_integers.cpython-37m-darwin.so (0) <C6ABB7E3-4C01-35A9-B2BE-4BE3AF792FAF> /usr/local/lib/python3.7/site-packages/numpy/random/_bounded_integers.cpython-37m-darwin.so
       0x1145a7000 -        0x1145baff7 +_mt19937.cpython-37m-darwin.so (0) <6E64A9E1-B43B-3C20-88F9-C16A67E62908> /usr/local/lib/python3.7/site-packages/numpy/random/_mt19937.cpython-37m-darwin.so
       0x1145c6000 -        0x1145d3ff7 +_philox.cpython-37m-darwin.so (0) <B635A360-8FF4-3B22-AAA3-E946C56795B0> /usr/local/lib/python3.7/site-packages/numpy/random/_philox.cpython-37m-darwin.so
       0x1145de000 -        0x1145e8ff3 +_pcg64.cpython-37m-darwin.so (0) <70F645A3-6816-3C59-B1FE-B1B17BB1BD5D> /usr/local/lib/python3.7/site-packages/numpy/random/_pcg64.cpython-37m-darwin.so
       0x1145f3000 -        0x1145fbff3 +_sfc64.cpython-37m-darwin.so (0) <769B550B-39FA-3AA9-B245-3F8C07055B7B> /usr/local/lib/python3.7/site-packages/numpy/random/_sfc64.cpython-37m-darwin.so
       0x114605000 -        0x114686fff +_generator.cpython-37m-darwin.so (0) <3311B8DC-8B35-37EB-8FD9-C17FB85F2FAC> /usr/local/lib/python3.7/site-packages/numpy/random/_generator.cpython-37m-darwin.so
       0x11475d000 -        0x11475dfff +_opcode.cpython-37m-darwin.so (0) <1B368B19-685C-3521-8617-6A2D5D506088> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_opcode.cpython-37m-darwin.so
       0x114761000 -        0x114762ff7 +_lsprof.cpython-37m-darwin.so (0) <86CB08B5-4923-3966-8A47-631251DD93FB> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_lsprof.cpython-37m-darwin.so
       0x114767000 -        0x11476dff7 +_errors.cpython-37m-darwin.so (???) <2CF9BD30-770E-355A-AADA-5CE2FE4A88D5> /usr/local/lib/python3.7/site-packages/h5py/_errors.cpython-37m-darwin.so
       0x114775000 -        0x114776ffb +libsz.2.dylib (0) <C3E13A34-DBC5-3EBD-85E2-2E68FAE23D68> /usr/local/lib/python3.7/site-packages/h5py/.dylibs/libsz.2.dylib
       0x114779000 -        0x11477fff7 +libaec.0.dylib (0) <6D76AD2E-74FD-326D-ADE4-68C426692120> /usr/local/lib/python3.7/site-packages/h5py/.dylibs/libaec.0.dylib
       0x114782000 -        0x114783fff +nonreduce.cpython-37m-darwin.so (0) <F0D5DA02-1909-3BF5-BABF-7D733B18C7A2> /usr/local/lib/python3.7/site-packages/bottleneck/nonreduce.cpython-37m-darwin.so
       0x114786000 -        0x114788fff +_typeconv.cpython-37m-darwin.so (0) <60C4CD89-4C2D-33F9-8DE1-08464824C774> /usr/local/lib/python3.7/site-packages/numba/typeconv/_typeconv.cpython-37m-darwin.so
       0x11478b000 -        0x11481bcb7  dyld (733.8) <EEA931D0-403E-3BC8-862A-CBA037DE4A74> /usr/lib/dyld
       0x11488f000 -        0x1182faae7 +libopenblasp-r0.3.7.dylib (0) <9914A383-F8C9-3559-BC88-B4DD28689BC5> /usr/local/lib/python3.7/site-packages/numpy/.dylibs/libopenblasp-r0.3.7.dylib
       0x11e67a000 -        0x11eb94fff +libhdf5.103.dylib (0) <110380D2-E308-3FD8-8A85-80D335485CB5> /usr/local/lib/python3.7/site-packages/h5py/.dylibs/libhdf5.103.dylib
       0x11ebe8000 -        0x11ec08fff +libhdf5_hl.100.dylib (0) <BEA67564-0F2E-30EC-9FF3-601F270688D3> /usr/local/lib/python3.7/site-packages/h5py/.dylibs/libhdf5_hl.100.dylib
       0x11ec11000 -        0x11ec1bff7 +_conv.cpython-37m-darwin.so (???) <307DC50E-099A-3317-8650-6A850BF2FA87> /usr/local/lib/python3.7/site-packages/h5py/_conv.cpython-37m-darwin.so
       0x11ec23000 -        0x11ec2bff7 +h5r.cpython-37m-darwin.so (???) <2CFBE0FE-167D-381C-A340-0480877703E9> /usr/local/lib/python3.7/site-packages/h5py/h5r.cpython-37m-darwin.so
       0x11ec35000 -        0x11ec49ff7 +_objects.cpython-37m-darwin.so (???) <CFD73C8E-36C7-33DE-94E6-5E1183DE1BF2> /usr/local/lib/python3.7/site-packages/h5py/_objects.cpython-37m-darwin.so
       0x11ec59000 -        0x11ec7afff +defs.cpython-37m-darwin.so (???) <FDA79C03-1E75-3A0D-8999-6097BEAE4C3C> /usr/local/lib/python3.7/site-packages/h5py/defs.cpython-37m-darwin.so
       0x11ecd4000 -        0x11ed2aff7 +h5t.cpython-37m-darwin.so (???) <1D9D314E-8D92-32EA-A4A6-6176B31E2139> /usr/local/lib/python3.7/site-packages/h5py/h5t.cpython-37m-darwin.so
       0x11ed63000 -        0x11ed69ff7 +utils.cpython-37m-darwin.so (???) <A12A7BEB-FD94-3E78-8C3C-CA05C6076856> /usr/local/lib/python3.7/site-packages/h5py/utils.cpython-37m-darwin.so
       0x11ed70000 -        0x11ed7ffff +h5.cpython-37m-darwin.so (???) <DFEDA849-484F-3A3A-B976-869BC4B07D58> /usr/local/lib/python3.7/site-packages/h5py/h5.cpython-37m-darwin.so
       0x11ed8e000 -        0x11eda3ff7 +h5a.cpython-37m-darwin.so (???) <599FF89F-C7D8-375A-949D-7CA0641CDDA1> /usr/local/lib/python3.7/site-packages/h5py/h5a.cpython-37m-darwin.so
       0x11edb5000 -        0x11edc7ff7 +h5s.cpython-37m-darwin.so (???) <D8C0321C-025B-3592-BD65-680EE25011CD> /usr/local/lib/python3.7/site-packages/h5py/h5s.cpython-37m-darwin.so
       0x11edd8000 -        0x11ee12ff7 +h5p.cpython-37m-darwin.so (???) <E170247E-326C-3611-963E-96A57CE4B2B0> /usr/local/lib/python3.7/site-packages/h5py/h5p.cpython-37m-darwin.so
       0x11ee41000 -        0x11ee47fff +h5ac.cpython-37m-darwin.so (???) <7E7A9E52-68BC-32D5-8D9D-B6E90095E67B> /usr/local/lib/python3.7/site-packages/h5py/h5ac.cpython-37m-darwin.so
       0x11ee8f000 -        0x11ee95ff7 +_proxy.cpython-37m-darwin.so (???) <855E891E-EBE1-337D-9CB4-03726B623FE9> /usr/local/lib/python3.7/site-packages/h5py/_proxy.cpython-37m-darwin.so
       0x11ee9b000 -        0x11eeaeff7 +h5d.cpython-37m-darwin.so (???) <41316632-0AE9-378B-99EE-30F3ED218D7E> /usr/local/lib/python3.7/site-packages/h5py/h5d.cpython-37m-darwin.so
       0x11eebf000 -        0x11eecafff +h5ds.cpython-37m-darwin.so (???) <39370983-1705-300A-80AC-74CBB2A31306> /usr/local/lib/python3.7/site-packages/h5py/h5ds.cpython-37m-darwin.so
       0x11eed5000 -        0x11eee8fff +h5f.cpython-37m-darwin.so (???) <1C7E91E0-4100-3183-8F76-21ECA4E3F26A> /usr/local/lib/python3.7/site-packages/h5py/h5f.cpython-37m-darwin.so
       0x11eefc000 -        0x11ef17ff7 +h5g.cpython-37m-darwin.so (???) <92F216D6-5D7C-3A5F-B5E3-41713272ADE1> /usr/local/lib/python3.7/site-packages/h5py/h5g.cpython-37m-darwin.so
       0x11ef2c000 -        0x11ef33ff7 +h5i.cpython-37m-darwin.so (???) <08145AD8-736C-3427-9926-56F0B3B64AAF> /usr/local/lib/python3.7/site-packages/h5py/h5i.cpython-37m-darwin.so
       0x11ef3c000 -        0x11ef59fff +h5fd.cpython-37m-darwin.so (???) <58526DBA-763D-3BFC-8E12-29B73DB1D6F4> /usr/local/lib/python3.7/site-packages/h5py/h5fd.cpython-37m-darwin.so
       0x11efad000 -        0x11efbdfff +h5o.cpython-37m-darwin.so (???) <41C1D586-D9D9-3473-A554-C191A82B3D62> /usr/local/lib/python3.7/site-packages/h5py/h5o.cpython-37m-darwin.so
       0x11efce000 -        0x11efdeff7 +h5l.cpython-37m-darwin.so (???) <7B2CF3E7-3E05-3990-AE33-11B8FF8235C5> /usr/local/lib/python3.7/site-packages/h5py/h5l.cpython-37m-darwin.so
       0x11f1ec000 -        0x11f203ffb +reduce.cpython-37m-darwin.so (0) <19801CCE-86D0-36A9-A6E4-BFFA77F0E737> /usr/local/lib/python3.7/site-packages/bottleneck/reduce.cpython-37m-darwin.so
       0x11f20d000 -        0x11f213fff +nonreduce_axis.cpython-37m-darwin.so (0) <2AE2BBF7-84F3-3871-91EE-1990F75A8441> /usr/local/lib/python3.7/site-packages/bottleneck/nonreduce_axis.cpython-37m-darwin.so
       0x11f218000 -        0x11f229fff +move.cpython-37m-darwin.so (0) <D0437068-8915-3858-80CD-1B57E00E9004> /usr/local/lib/python3.7/site-packages/bottleneck/move.cpython-37m-darwin.so
       0x11f503000 -        0x11f50bffb +_socket.cpython-37m-darwin.so (0) <132B2171-C425-3139-B7FF-79C3DAB3CDF0> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_socket.cpython-37m-darwin.so
       0x11f517000 -        0x11f51cffb +array.cpython-37m-darwin.so (0) <BA5C73BF-CED7-393A-8A48-333776936008> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/array.cpython-37m-darwin.so
       0x11f5a4000 -        0x11f5d3ffb +_yaml.cpython-37m-darwin.so (0) <8FE3D1E2-5002-3092-B627-10D5F40D57C1> /usr/local/lib/python3.7/site-packages/_yaml.cpython-37m-darwin.so
       0x11f5e7000 -        0x11f5fefff +libyaml-0.2.dylib (0) <15270DE5-8166-3A0F-8F39-40883D4FBC26> /usr/local/opt/libyaml/lib/libyaml-0.2.dylib
       0x11f642000 -        0x120fe1fff +libllvmlite.dylib (0) <EA6CCF03-866E-38F8-94D5-FF207B30CB78> /usr/local/lib/python3.7/site-packages/llvmlite/binding/libllvmlite.dylib
       0x12177b000 -        0x121780fff +_json.cpython-37m-darwin.so (0) <A16EB964-F4E8-3E51-B03F-64349CD6803B> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_json.cpython-37m-darwin.so
       0x1218c5000 -        0x1218c6ff3 +_dynfunc.cpython-37m-darwin.so (0) <938628B9-CA2C-3CDB-ACA1-71ED483412FD> /usr/local/lib/python3.7/site-packages/numba/_dynfunc.cpython-37m-darwin.so
       0x12190a000 -        0x121919ffb +_helperlib.cpython-37m-darwin.so (0) <85BD0F64-7199-33CF-91CC-9B527D5E0DDE> /usr/local/lib/python3.7/site-packages/numba/_helperlib.cpython-37m-darwin.so
       0x121c67000 -        0x121c6aff7 +_nrt_python.cpython-37m-darwin.so (0) <0AFBFEAD-4DDD-33A5-8552-531C08C5E79B> /usr/local/lib/python3.7/site-packages/numba/runtime/_nrt_python.cpython-37m-darwin.so
       0x121cee000 -        0x121cf4fff +_dispatcher.cpython-37m-darwin.so (0) <4003BB58-B0E0-394F-A760-05A2857BBFFD> /usr/local/lib/python3.7/site-packages/numba/_dispatcher.cpython-37m-darwin.so
       0x121db9000 -        0x121dbbfff +_internal.cpython-37m-darwin.so (0) <050B2BC7-A310-31D0-8257-827C22D2A36A> /usr/local/lib/python3.7/site-packages/numba/npyufunc/_internal.cpython-37m-darwin.so
       0x121dff000 -        0x121e00ffb +_multiprocessing.cpython-37m-darwin.so (0) <DA5DB622-3D54-3003-8A54-A4F6C9146108> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_multiprocessing.cpython-37m-darwin.so
       0x121e04000 -        0x121e04ff3 +_box.cpython-37m-darwin.so (0) <71CAEE41-9EA9-3298-95CF-3646C12EB0B7> /usr/local/lib/python3.7/site-packages/numba/jitclass/_box.cpython-37m-darwin.so
       0x121f5a000 -        0x1220c0ff7 +libqcocoa.dylib (0) <39550FA0-9126-322C-A290-CD2FA5BC4AC9> /usr/local/lib/python3.7/site-packages/PyQt5/Qt/plugins/platforms/libqcocoa.dylib
       0x12210d000 -        0x12216bfff +QtDBus (0) <305D48E6-791E-36DF-AF4A-7E16B616DCDB> /usr/local/lib/python3.7/site-packages/PyQt5/Qt/lib/QtDBus.framework/Versions/5/QtDBus
       0x122184000 -        0x1221adff7 +QtPrintSupport (0) <536F0FFF-D192-361B-8AC2-D778E89C6672> /usr/local/lib/python3.7/site-packages/PyQt5/Qt/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x124315000 -        0x12433afff +libqmacstyle.dylib (0) <E7BCABA3-38FB-3A23-BF87-A13210D3D19D> /usr/local/lib/python3.7/site-packages/PyQt5/Qt/plugins/styles/libqmacstyle.dylib
       0x126ca7000 -        0x126cc1ff7 +_cffi_backend.cpython-37m-darwin.so (0) <B9F9D2F6-066B-3E65-A61C-A8ABA9CC8588> /usr/local/lib/python3.7/site-packages/_cffi_backend.cpython-37m-darwin.so
       0x126d62000 -        0x126d67ff7 +cmath.cpython-37m-darwin.so (0) <6801813C-9185-3E98-9775-5531DA4EFF5A> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/cmath.cpython-37m-darwin.so
       0x126eaf000 -        0x126ebaff7 +_ccallback_c.cpython-37m-darwin.so (0) <B5333CC9-8EF6-37F1-B767-C2EC7B6BE301> /usr/local/lib/python3.7/site-packages/scipy/_lib/_ccallback_c.cpython-37m-darwin.so
       0x126f06000 -        0x126f5fff7 +_fblas.cpython-37m-darwin.so (0) <0E113F2C-8485-3F3C-9DD4-6C9D0A06DC68> /usr/local/lib/python3.7/site-packages/scipy/linalg/_fblas.cpython-37m-darwin.so
       0x126f97000 -        0x12aa0650f +libopenblasp-r0.3.5.dev.dylib (0) <ACE169E8-3E50-3B05-BDD8-316C75CD4430> /usr/local/lib/python3.7/site-packages/scipy/.dylibs/libopenblasp-r0.3.5.dev.dylib
       0x12ac45000 -        0x12ad5cff7 +libgfortran.3.dylib (0) <9ABE5EDE-AD43-391A-9E54-866711FAC32A> /usr/local/lib/python3.7/site-packages/scipy/.dylibs/libgfortran.3.dylib
       0x12adc0000 -        0x12add5ff7 +libgcc_s.1.dylib (0) <7C6D7CB7-82DB-3290-8181-07646FEA1F80> /usr/local/lib/python3.7/site-packages/scipy/.dylibs/libgcc_s.1.dylib
       0x12ade0000 -        0x12ae16fff +libquadmath.0.dylib (0) <7FFA409F-FB04-3B64-BE9A-3E3A494C975E> /usr/local/lib/python3.7/site-packages/scipy/.dylibs/libquadmath.0.dylib
       0x130e25000 -        0x130ef4fff +_flapack.cpython-37m-darwin.so (0) <DC133677-3E35-3231-A689-6329FABC59A9> /usr/local/lib/python3.7/site-packages/scipy/linalg/_flapack.cpython-37m-darwin.so
       0x130fce000 -        0x130fd9ff7 +_flinalg.cpython-37m-darwin.so (0) <E3F445DB-E5FF-3D3B-B748-CDCE983CEC0A> /usr/local/lib/python3.7/site-packages/scipy/linalg/_flinalg.cpython-37m-darwin.so
       0x130fe1000 -        0x131005ff7 +_solve_toeplitz.cpython-37m-darwin.so (0) <FB72B5E2-7449-3943-A864-8553B671DCF7> /usr/local/lib/python3.7/site-packages/scipy/linalg/_solve_toeplitz.cpython-37m-darwin.so
       0x13105e000 -        0x131092ffb +_decomp_update.cpython-37m-darwin.so (0) <781F4970-6A51-3FDE-B1E9-133C02E7E3C9> /usr/local/lib/python3.7/site-packages/scipy/linalg/_decomp_update.cpython-37m-darwin.so
       0x1310a8000 -        0x1310cdff7 +cython_blas.cpython-37m-darwin.so (0) <F777DBC2-6579-3548-BA78-402F04CC89F4> /usr/local/lib/python3.7/site-packages/scipy/linalg/cython_blas.cpython-37m-darwin.so
       0x1310ea000 -        0x131156ff7 +cython_lapack.cpython-37m-darwin.so (0) <FB0664C2-4E11-3F99-A6FB-1DB07E3AB3F3> /usr/local/lib/python3.7/site-packages/scipy/linalg/cython_lapack.cpython-37m-darwin.so
    0x7fff227e5000 -     0x7fff22905ff5  com.apple.AMDMTLBronzeDriver (3.4.19 - 3.0.4) <42A2EFD5-F9A2-3A76-9D0C-A63BF800DC53> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
    0x7fff26c1f000 -     0x7fff27033ff6  com.apple.driver.AppleIntelKBLGraphicsMTLDriver (14.3.9 - 14.0.3) <3E9269FA-FAB5-3ED0-9179-BA1F2AEEAAEF> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
    0x7fff2990f000 -     0x7fff29913ffb  com.apple.agl (3.3.3 - AGL-3.3.3) <AD706EA7-71F4-319F-B295-13F929FF1A01> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff29cfa000 -     0x7fff29cfafff  com.apple.Accelerate (1.11 - Accelerate 1.11) <EEBE6680-1AAB-3192-AA7C-450537B07F27> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff29cfb000 -     0x7fff29d11fff  libCGInterfaces.dylib (524.2) <3DA50D4A-BE22-33FB-AE8E-4B68FE3294CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff29d12000 -     0x7fff2a37dfef  com.apple.vImage (8.1 - 524.2) <2BDE5231-B5ED-313E-918A-876ACE1C0FCF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff2a37e000 -     0x7fff2a5e7fff  libBLAS.dylib (1303.60.1) <94F6B3C0-5039-3F66-8B2E-98791287E459> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2a5e8000 -     0x7fff2a8d7ff7  libBNNS.dylib (144.40.3) <F15D7D9E-0B9F-34FF-B144-DCA264614C54> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2a8d9000 -     0x7fff2ac7efff  libLAPACK.dylib (1303.60.1) <DCC36295-FF39-35A1-8DF1-1E8A714E2265> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2ac7f000 -     0x7fff2ac94ff8  libLinearAlgebra.dylib (1303.60.1) <E3C0CC64-906B-3B44-B8AA-3075BA20E161> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2ac95000 -     0x7fff2ac9aff3  libQuadrature.dylib (7) <17EC31E3-3D77-3B5A-8ADD-6A3DBC1531E7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2ac9b000 -     0x7fff2ad0bfff  libSparse.dylib (103) <350DAE1C-C990-343F-A98A-1B4317EAA869> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff2ad0c000 -     0x7fff2ad1efef  libSparseBLAS.dylib (1303.60.1) <8C0C7291-AC3A-3808-9D45-E359A5E03F0E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2ad1f000 -     0x7fff2aef8ffb  libvDSP.dylib (735.40.1) <BD49856D-39CE-397F-A069-63B2F0D79529> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff2aef9000 -     0x7fff2afb4fd7  libvMisc.dylib (735.40.1) <9C40AC77-59A4-3180-AA4F-8F13CABF02D9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2afb5000 -     0x7fff2afb5fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A8B35A80-7217-38B1-8A20-E8B4F73124F0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2afb6000 -     0x7fff2b015ffc  com.apple.Accounts (113 - 113) <ABA6CA9E-22B4-3EE9-8C8D-080CB863FD72> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff2b15b000 -     0x7fff2bf16fff  com.apple.AppKit (6.9 - 1894.20.140) <80D94BA8-5CEC-3D85-AEE9-364513234AC6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff2bf66000 -     0x7fff2bf66fff  com.apple.ApplicationServices (48 - 50) <DD9B7CF2-A6CA-3C88-804A-C15AFFEC3CD6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff2bf67000 -     0x7fff2bfd2fff  com.apple.ApplicationServices.ATS (377 - 493.0.2.1) <6BDB3B14-0F4E-3B10-93C8-7F0E5E4F2EFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2c06b000 -     0x7fff2c0a9ff8  libFontRegistry.dylib (274.0.2.3) <3DD574D6-06F2-35A1-8CE0-6097BDD3DE1F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff2c104000 -     0x7fff2c133ff7  com.apple.ATSUI (1.0 - 1) <FA934D50-2391-3515-95D4-35696E165C37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff2c134000 -     0x7fff2c138ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <C0801FB4-954F-3897-B384-276B73B062B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2c1d3000 -     0x7fff2c229ff2  com.apple.HIServices (1.22 - 674.1) <8A3BBFB0-D41E-3BF1-AF8F-4E9082A49FC6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff2c22a000 -     0x7fff2c238fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <BEDFF67B-5FD5-38FA-AC8F-D9458DC2EF50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2c239000 -     0x7fff2c27eff2  com.apple.print.framework.PrintCore (15 - 516) <14C48FDF-5E58-391B-873E-B96E55CDA21C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2c27f000 -     0x7fff2c289fff  com.apple.QD (4.0 - 413) <AD40EB5E-231E-39C5-A468-5B979374912C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2c28a000 -     0x7fff2c297ff0  com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <16454C5C-4029-396A-A8F4-730E50CE2024> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2c298000 -     0x7fff2c378ffa  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <9F13C2FB-6042-339A-8D85-E8E499BA856B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2c37a000 -     0x7fff2c37afff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <22A443ED-28B0-3161-9CF6-890FD03275D3> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff2c6f0000 -     0x7fff2ca7cff6  com.apple.CFNetwork (1121.1.2 - 1121.1.2) <CD7AA80C-C73B-39C7-AE03-A36BFB936F29> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff2caf6000 -     0x7fff2caf6fff  com.apple.Carbon (160 - 162) <27DBFB11-A568-3C45-B98D-F5F5165E939B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff2caf7000 -     0x7fff2cafaffb  com.apple.CommonPanels (1.2.6 - 101) <AE22F241-E6CE-3F18-9EB5-437CF0FDE477> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff2cafb000 -     0x7fff2cdefffb  com.apple.HIToolbox (2.1.1 - 994) <21D1507B-BFC3-33B7-88FE-64417FE9CAD5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff2cdf0000 -     0x7fff2cdf3ff3  com.apple.help (1.3.8 - 68) <94E3E502-C479-3C37-8927-239FFF0205B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff2cdf4000 -     0x7fff2cdf9ff7  com.apple.ImageCapture (9.0 - 1600.25.4.1) <89D63EAA-364C-34B4-A417-7A51BF52C4AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff2cdfa000 -     0x7fff2cdfafff  com.apple.ink.framework (10.15 - 227) <66BD9432-DB9B-33EC-85B2-F5F21F39C4C3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff2cdfb000 -     0x7fff2ce15ff2  com.apple.openscripting (1.7 - 185.1) <DF25310B-227E-3DB5-948C-E52F9877DEE7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff2ce36000 -     0x7fff2ce36fff  com.apple.print.framework.Print (15 - 271) <27E1B868-53A4-3207-B36A-F08BDCBBBB3D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff2ce37000 -     0x7fff2ce39ff7  com.apple.securityhi (9.0 - 55008) <2C8B6D0E-3089-3964-B305-9EC3F74673A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff2ce3a000 -     0x7fff2ce40ff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <93A00BEB-FEE0-3FC6-ABCA-846EDA81818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff2cfe9000 -     0x7fff2d1d4ff7  com.apple.ColorSync (4.13.0 - 3394.3) <2DCA9B8E-1202-36F0-8867-AF4F687E17D2> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff2d4c4000 -     0x7fff2d9d3ffa  com.apple.audio.CoreAudio (5.0 - 5.0) <E297B888-EC18-3333-AB26-5C80F4A2E40A> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff2da26000 -     0x7fff2da5dff0  com.apple.CoreBluetooth (1.0 - 1) <C2C12610-0109-35C0-BAFF-871D41D9EDE2> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff2da5e000 -     0x7fff2de40ffe  com.apple.CoreData (120 - 977.1) <B2656DA8-4BB1-3D54-AD5A-C02EDFD56AA3> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff2de41000 -     0x7fff2df50ff6  com.apple.CoreDisplay (1.0 - 186.3.8) <33C67C14-A3D8-36D8-96E4-3F5D61F6F7B2> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff2df51000 -     0x7fff2e3d1fe7  com.apple.CoreFoundation (6.9 - 1674.103) <D1F93A5F-5FB9-3088-BC16-36DBF58144C0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff2e3d3000 -     0x7fff2ea4cff0  com.apple.CoreGraphics (2.0 - 1348.15) <21459707-0D60-3520-9999-49511ED16D85> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff2ea5a000 -     0x7fff2edb7ff5  com.apple.CoreImage (15.0.0 - 920.9) <0A757F12-78A7-3C10-8F1D-118D855F6C65> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff2f341000 -     0x7fff2f341fff  com.apple.CoreServices (1069.11 - 1069.11) <DD05556D-DEF3-348D-878D-CA3AB5C91D66> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff2f342000 -     0x7fff2f3c7fff  com.apple.AE (838 - 838) <1D2A4944-20FA-372A-B8DE-01067521CF8C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff2f3c8000 -     0x7fff2f6a9ff7  com.apple.CoreServices.CarbonCore (1217 - 1217) <17EE58A1-232F-3E35-AC81-C88509A1CE8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff2f6aa000 -     0x7fff2f6f7ffd  com.apple.DictionaryServices (1.2 - 323.3) <631AEDD4-9328-33A7-ACE5-5FDE790FE7FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff2f6f8000 -     0x7fff2f700fff  com.apple.CoreServices.FSEvents (1268.60.1 - 1268.60.1) <9C5A3C2D-CA76-329E-B80C-9CA1A1B1BE51> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff2f701000 -     0x7fff2f93aff0  com.apple.LaunchServices (1069.11 - 1069.11) <7D9167B7-8C60-3F42-BA15-8A85E6238FD2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff2f93b000 -     0x7fff2f9d3ff9  com.apple.Metadata (10.7.0 - 2075.4) <E57FA2CF-3BD5-3947-84CC-976F192C07C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff2f9d4000 -     0x7fff2fa01ff7  com.apple.CoreServices.OSServices (1069.11 - 1069.11) <C7F894DA-EA68-3467-B004-1D6C7D58703A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff2fa02000 -     0x7fff2fa69fff  com.apple.SearchKit (1.4.1 - 1.4.1) <644BE782-F3CA-3CC2-A062-5472ECC68230> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff2fa6a000 -     0x7fff2fa8eff5  com.apple.coreservices.SharedFileList (131.3 - 131.3) <3B586025-C347-38CF-B89F-9942CB88AA79> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff2fdb7000 -     0x7fff2ff6bffe  com.apple.CoreText (643.1.2.3 - 643.1.2.3) <97DA20DE-64C9-3589-92EB-BEC07B81EF19> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff2ff6c000 -     0x7fff2ffb0fff  com.apple.CoreVideo (1.8 - 334.0) <63E19193-0864-373F-AC59-DC97514B02A5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff2ffb1000 -     0x7fff3003eff9  com.apple.framework.CoreWLAN (13.0 - 1455.3) <DC360D58-99EE-3760-9D79-5712B2872497> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff302de000 -     0x7fff302e4fff  com.apple.DiskArbitration (2.7 - 2.7) <8B55B221-DB4E-3CCD-B104-FC52A4127A66> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff304d8000 -     0x7fff305feff6  com.apple.FileProvider (265 - 265) <5A6F54E2-6B39-318D-A4BD-83E6FA2679D3> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff30616000 -     0x7fff309deff4  com.apple.Foundation (6.9 - 1674.103) <9D7DB588-6BDC-3D7B-B267-761D4ECC88A9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff30a4b000 -     0x7fff30a9bff7  com.apple.GSS (4.0 - 2.0) <03016123-6D22-33EA-B9A7-EB60DD458FAB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff30bd6000 -     0x7fff30ceeff8  com.apple.Bluetooth (7.0.2 - 7.0.2f4) <33538BF2-D6D3-3BF2-844D-A11C118E479E> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff30d55000 -     0x7fff30df8ffb  com.apple.framework.IOKit (2.0.2 - 1726.60.2) <65BD2F00-4BC5-3EF6-BF4D-DA1F0513E2B9> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff30dfa000 -     0x7fff30e0affc  com.apple.IOSurface (269.6 - 269.6) <D90653D3-7E7F-3CFF-8F00-931B0AA725B1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff30e80000 -     0x7fff30fddffe  com.apple.ImageIO.framework (3.3.0 - 1972.15) <EB8B6FA3-46BF-3358-848C-49A8BC86E277> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff30fde000 -     0x7fff30fe1fff  libGIF.dylib (1972.15) <2455E308-AF71-31A8-909B-35FC74A12CCD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff30fe2000 -     0x7fff3109cfe7  libJP2.dylib (1972.15) <B83242E3-6504-3AA6-84F4-916A264C9660> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff3109d000 -     0x7fff310c1fef  libJPEG.dylib (1972.15) <7358172D-7732-3ECA-ABA3-725787905AC9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff3133f000 -     0x7fff31359fef  libPng.dylib (1972.15) <FC12703E-0CFA-3C06-9748-4AF1121C28BA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff3135a000 -     0x7fff3135bfff  libRadiance.dylib (1972.15) <7CA6773D-F597-3DEB-8DBE-33B8CD3A1B3D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff3135c000 -     0x7fff313a5feb  libTIFF.dylib (1972.15) <32E24562-BA64-388E-8AD5-864C184C77BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff327cb000 -     0x7fff327ddff3  com.apple.Kerberos (3.0 - 1) <A7787101-9525-3C28-BDD5-77B3C73ED8B0> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff327de000 -     0x7fff327defff  libHeimdalProxy.dylib (77) <CB20F0B8-EDC1-3592-8B2D-6AEF80BE080B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff3338e000 -     0x7fff33451ff1  com.apple.Metal (212.2.4 - 212.2.4) <EC7C6127-B280-3EF0-AA80-5FB505148EED> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff3346e000 -     0x7fff334aaff3  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <7B7AF6B3-CD50-320A-85CA-45958CDF850A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff334ab000 -     0x7fff33531fe6  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <3D396C87-5CA4-3A8F-8EEF-FFE3883AD75A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff33532000 -     0x7fff33556ff8  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <D7E077C7-9332-30F9-8AFE-F02520EDF96B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff33557000 -     0x7fff3356cfff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <EE87BFE1-5811-3A0C-BC68-6966D7FEDAE5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff3356d000 -     0x7fff336ccff4  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <08A6AF10-E23F-3F1D-AA26-E79E7FC09B07> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff336cd000 -     0x7fff3371bfff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <6FA84C3F-72F0-3234-9406-8F9EB922D3A2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff3371c000 -     0x7fff3371dff5  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <4DB9192E-5464-3A78-A9D3-35153717A21F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff34663000 -     0x7fff3466fffe  com.apple.NetFS (6.0 - 4.0) <C803F10A-5C01-365B-A988-64B021DCDDD5> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff34670000 -     0x7fff347b3ff6  com.apple.Network (1.0 - 1) <B87BEA5C-05CF-3284-BB74-33F9297225F8> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff371dc000 -     0x7fff37234ff7  com.apple.opencl (3.5 - 3.5) <987CE84F-AC14-3CD4-9233-51CA828DA927> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff37235000 -     0x7fff37251fff  com.apple.CFOpenDirectory (10.15 - 220.40.1) <BD6064BC-F588-3A34-A70C-CF8B62CA04E0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff37252000 -     0x7fff3725dff7  com.apple.OpenDirectory (10.15 - 220.40.1) <17B8A217-97DE-3DCA-B91B-6FB68451B94B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff37bb8000 -     0x7fff37bbafff  libCVMSPluginSupport.dylib (17.10.22) <F040B206-0834-3D3C-8941-B89F74D1F054> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff37bbb000 -     0x7fff37bc0fff  libCoreFSCache.dylib (176.10) <72D4F770-DB3F-3242-B3DB-8488D910BD47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff37bc1000 -     0x7fff37bc5fff  libCoreVMClient.dylib (176.10) <05AF05BB-AE62-39F9-BDEA-1BB1EE643301> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff37bc6000 -     0x7fff37bceff7  libGFXShared.dylib (17.10.22) <6F327728-FC25-3428-B734-824B48EFC20B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff37bcf000 -     0x7fff37bd9fff  libGL.dylib (17.10.22) <EA373BF1-0720-31A6-A5EF-8F1E67787264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff37bda000 -     0x7fff37c0ffff  libGLImage.dylib (17.10.22) <6B0D6644-CEB0-3821-BAD4-05A56369A4F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff37da3000 -     0x7fff37ddffff  libGLU.dylib (17.10.22) <3516B087-6286-3831-9706-87634DB3AF07> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3880f000 -     0x7fff3881eff7  com.apple.opengl (17.10.22 - 17.10.22) <43B981BE-B730-345F-9AA4-49D075EBE0DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff397d9000 -     0x7fff39a57ff0  com.apple.QuartzCore (1.11 - 815.26) <D0953F98-5F8A-3346-8438-DBD870E9088B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff3a5a7000 -     0x7fff3a8f9ffa  com.apple.security (7.0 - 59306.61.1) <8B67829D-DDEB-3208-A4CE-FD5A57B1A0BB> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff3a8fa000 -     0x7fff3a983ff7  com.apple.securityfoundation (6.0 - 55236.60.1) <D4B6FD66-8DB2-3373-B192-00CB9DFF9AA7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff3a9b2000 -     0x7fff3a9b6ff0  com.apple.xpc.ServiceManagement (1.0 - 1) <AC719A11-8152-3BA1-9A01-62AD8A8F4022> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff3b747000 -     0x7fff3b7b1fff  com.apple.SystemConfiguration (1.19 - 1.19) <96A25B9C-51EA-33B2-B681-B92365686CDB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff3f520000 -     0x7fff3f5e4fe7  com.apple.APFS (1412.61.1 - 1412.61.1) <AB316478-3C6D-33C1-A060-47D836CD01E1> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff406d7000 -     0x7fff406d8ff1  com.apple.AggregateDictionary (1.0 - 1) <29A10B7A-673A-3930-AB40-F1A57CE2D41E> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff40be8000 -     0x7fff40c05ffc  com.apple.AppContainer (4.0 - 448.60.2) <EDF36C00-E6DD-399C-A096-E837956D396C> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff40c5a000 -     0x7fff40c68ff7  com.apple.AppSandbox (4.0 - 448.60.2) <FE493C66-50EB-3B23-A88A-5886D1C1543E> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff410f7000 -     0x7fff4111bff3  com.apple.framework.Apple80211 (13.0 - 1460.1) <4358EB87-7120-30C3-9517-A99F2B31E8ED> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff41251000 -     0x7fff41260fef  com.apple.AppleFSCompression (119 - 1.0) <48D076F0-D93E-3EFE-8400-9A7615D34F9F> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff4135f000 -     0x7fff4136aff7  com.apple.AppleIDAuthSupport (1.0 - 1) <1C27C132-6261-33D8-A2E2-2AC85AAA7494> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff413ac000 -     0x7fff413f4fff  com.apple.AppleJPEG (1.0 - 1) <E24CA921-96D1-356A-9E24-F5BB15BA123A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff417d4000 -     0x7fff417f6fff  com.apple.applesauce (1.0 - 16.22) <FB2BE134-D950-39FC-9912-C53B1CCFC38F> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff418b6000 -     0x7fff418b9ffb  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <1374869E-E504-3C4F-999E-DF08DCF2643B> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff41953000 -     0x7fff41962ff9  com.apple.AssertionServices (1.0 - 223.60.4) <2C4FB378-B226-3134-A39E-ECB46B6FA5FA> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff424f6000 -     0x7fff42733ff7  com.apple.audio.AudioToolboxCore (1.0 - 1104.30) <20C1EA64-71AD-326A-A552-E37DC0D907BE> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff42734000 -     0x7fff4284dff4  com.apple.AuthKit (1.0 - 1) <1AE3B67D-F772-3711-9D9B-3B0AF9C31680> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff42a08000 -     0x7fff42a11ff3  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <C12221CF-CA5D-333F-B384-201235F2AB92> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff42a12000 -     0x7fff42ab3ff8  com.apple.backup.framework (1.11.2 - 1298.2.10) <29722310-281C-3DD8-A096-A3D4ECCD6176> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff42ab4000 -     0x7fff42b35ffd  com.apple.BaseBoard (464.1 - 464.1) <9D9C02DD-412F-3678-8618-E11632006139> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff42c37000 -     0x7fff42c73fff  com.apple.bom (14.0 - 219.2) <6DAE8ED0-92B1-3E4B-B54C-E30D5588E02B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff437f9000 -     0x7fff43848fff  com.apple.ChunkingLibrary (302 - 302) <C9AFF6B0-8BBC-3FE7-BD65-0631E06DA637> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff44708000 -     0x7fff44719fff  com.apple.CommonAuth (4.0 - 2.0) <4DB8B487-119C-3606-9F9D-A62AAB097D3D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4472d000 -     0x7fff44744fff  com.apple.commonutilities (8.0 - 900) <3F9742B4-C4D6-3EE8-89C2-1630F7C754CF> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff45262000 -     0x7fff45281ff0  com.apple.analyticsd (1.0 - 1) <9AD0F7A2-37DE-3F14-A843-D573DED81646> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff457d8000 -     0x7fff457e8ff3  com.apple.CoreEmoji (1.0 - 107) <4BBD8552-5D0D-32F7-AB41-85A51F59B2CA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff45e3c000 -     0x7fff45ea6ff0  com.apple.CoreNLP (1.0 - 213) <682C4550-F662-3BD0-BD30-A4BEF5E2B74B> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff46318000 -     0x7fff46320ff0  com.apple.CorePhoneNumbers (1.0 - 1) <8E2800B5-D750-340B-824C-F294A3581D51> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff46a6d000 -     0x7fff46a90ff7  com.apple.CoreSVG (1.0 - 129) <DF071FDE-1BE6-3899-B203-29275A39AD1E> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff46a91000 -     0x7fff46ac4ff7  com.apple.CoreServicesInternal (446.6 - 446.6) <B7CEA8A6-6C94-3E88-844D-6A3169CC2BA9> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff46ac5000 -     0x7fff46af3ff7  com.apple.CSStore (1069.11 - 1069.11) <C7CCB364-F4ED-3E46-90D6-1376F10F8DB3> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff46ff6000 -     0x7fff4707dfff  com.apple.CoreSymbolication (11.0 - 64509.98.1) <38CCC6A0-E7F8-3FE0-A3E2-DF27CC6C8A58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff47115000 -     0x7fff47241ff4  com.apple.coreui (2.1 - 608.3) <98D37B78-FC09-3D5B-B3F6-2B8A0E20360B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff47242000 -     0x7fff473ddff6  com.apple.CoreUtils (6.1 - 610.18) <CCC7314C-57F5-3528-B6F4-C470385069AF> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff47512000 -     0x7fff47525ff1  com.apple.CrashReporterSupport (10.13 - 15011) <72E8461C-DA63-3768-84DC-FB52DCB0CC4F> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff4778f000 -     0x7fff477a1ffc  com.apple.framework.DFRFoundation (1.0 - 252) <B5747371-51E9-30C2-A80E-AB995925CEB5> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff477a2000 -     0x7fff477a7fff  com.apple.DSExternalDisplay (3.1 - 380) <58AB05D2-DA0C-376E-972B-F50A774D726D> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff47810000 -     0x7fff4788bff8  com.apple.datadetectorscore (8.0 - 659) <FA91248B-4B1A-355B-BC2D-E6531DD67863> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff478d7000 -     0x7fff47915ff0  com.apple.DebugSymbols (194 - 194) <63EC0BF1-7FAC-3234-870A-0AB25921DADB> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff47916000 -     0x7fff47a72ffe  com.apple.desktopservices (1.14.2 - 1281.2.6) <61257EE1-FBCA-3B57-84C8-6EA97BCF39CC> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff492b3000 -     0x7fff496ceff9  com.apple.vision.FaceCore (4.3.0 - 4.3.0) <8B2604AE-C6F8-3A53-8A94-DBA2A762EC2B> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff49d32000 -     0x7fff49e69ffc  libFontParser.dylib (277.2.1.2) <06A40213-0043-31F3-9AF5-DA513322DA20> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff49e6a000 -     0x7fff49e9efff  libTrueTypeScaler.dylib (277.2.1.2) <84394970-1C12-3DFB-A72F-9E80944B2191> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
    0x7fff49f03000 -     0x7fff49f13ff6  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <DF14F485-8D5C-3F5F-9846-7433958B752F> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff4d3d8000 -     0x7fff4d3d9fff  libmetal_timestamp.dylib (902.11.1) <815B0315-2A6A-374E-A9F5-A86A8242482B> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff4ea80000 -     0x7fff4ea86fff  com.apple.GPUWrangler (4.5.21 - 4.5.21) <ACFA40E7-18A3-3A98-BCB3-0196FFD230D2> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff4eda2000 -     0x7fff4edc8ffb  com.apple.GenerationalStorage (2.0 - 313) <EF5FDA24-EE14-3EF6-BF2B-FA72FFA175C6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff4feec000 -     0x7fff4fefaffb  com.apple.GraphVisualizer (1.0 - 100.1) <F59FCBF7-63DA-3C59-945E-E5BB66C4CCFF> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff5008d000 -     0x7fff5014aff4  com.apple.Heimdal (4.0 - 2.0) <DE4CE40D-4797-3793-97FE-49FC4B764E56> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff5227f000 -     0x7fff52288ffe  com.apple.IOAccelMemoryInfo (1.0 - 1) <FAD3EC99-3809-3AC0-836E-E9377189EA69> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff52289000 -     0x7fff52291ffd  com.apple.IOAccelerator (438.2.8 - 438.2.8) <15817F17-2AF1-32DF-8A6C-DD65B80075D7> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff52294000 -     0x7fff522aaff7  com.apple.IOPresentment (1.0 - 37) <F70AC027-E18E-39BC-A96E-ED15B802C832> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff52634000 -     0x7fff5267fff4  com.apple.IconServices (438.3 - 438.3) <1F6BDF56-6C42-3C29-BD16-5C9921C64D87> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff5283d000 -     0x7fff52843ffc  com.apple.InternationalSupport (1.0 - 45) <5A076C86-0CA4-338E-AEC1-1C8F5E601DA3> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff52a84000 -     0x7fff52aa4ff6  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <665A02F2-2DC9-3BE1-8A91-DC8629495B1D> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff52bfc000 -     0x7fff52ccaff5  com.apple.LanguageModeling (1.0 - 215.1) <34D9FCAB-CDB6-3F3A-AAD8-A9D0A0713AE3> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff52ccb000 -     0x7fff52d13ff7  com.apple.Lexicon-framework (1.0 - 72) <7413459B-0E19-3C4F-BB84-4E8914875C2D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff52d1a000 -     0x7fff52d1eff2  com.apple.LinguisticData (1.0 - 353.6) <63A3EE9B-A415-31A0-88DA-278AC277E1B1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff54078000 -     0x7fff540c4fff  com.apple.spotlight.metadata.utilities (1.0 - 2075.4) <65B49E2A-EF09-30EB-9821-4B348E35EE0B> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff540c5000 -     0x7fff54193ffd  com.apple.gpusw.MetalTools (1.0 - 1) <0E41F3B9-EEB3-35AD-8464-75864345693A> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff543c3000 -     0x7fff543e1ff7  com.apple.MobileKeyBag (2.0 - 1.0) <8C650D8D-3711-32C6-AF4B-E0F165B55B5E> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff54648000 -     0x7fff54676ff7  com.apple.MultitouchSupport.framework (3420.2 - 3420.2) <1BB8C03E-ACBA-3042-9AFA-A918B6183C01> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff54b75000 -     0x7fff54b7ffff  com.apple.NetAuth (6.2 - 6.2) <CB6D1EE0-3397-3254-A67B-FB24ABC3CF43> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff55570000 -     0x7fff555bcff7  com.apple.OTSVG (1.0 - 643.1.2.3) <21D6DEC5-89CF-3856-977F-FFB033605FF6> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff56752000 -     0x7fff5675dffe  com.apple.PerformanceAnalysis (1.243.1 - 243.1) <3D906473-45A4-3C06-93DB-F66ACF9E217D> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff5675e000 -     0x7fff56786ffb  com.apple.persistentconnection (1.0 - 1.0) <FDBC8DE5-1C73-3D5C-A9BA-3C391B10A7BD> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff590d3000 -     0x7fff590ecfff  com.apple.ProtocolBuffer (1 - 274.20.7.15.1) <7CE69139-FFAC-3C48-A491-39604B93CA37> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff594f5000 -     0x7fff5951eff9  com.apple.RemoteViewServices (2.0 - 148) <590871B7-47F6-3936-AA17-B0AA0DC177D4> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff59684000 -     0x7fff596bfff4  com.apple.RunningBoardServices (1.0 - 223.60.4) <2DF794E5-4008-3D86-9856-F28C49142FE3> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff5b005000 -     0x7fff5b008ff9  com.apple.SecCodeWrapper (4.0 - 448.60.2) <4EED91B7-2B87-3EDF-9E92-311F55247B3C> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff5b17b000 -     0x7fff5b29fff4  com.apple.Sharing (1506.6 - 1506.6) <6E65B170-45C1-354E-8D55-22BF5DFF9C90> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff5c2b7000 -     0x7fff5c5afffa  com.apple.SkyLight (1.600.0 - 450.1) <65653F86-25AD-3283-9F81-DA56A8D01F69> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff5cdf7000 -     0x7fff5ce05fff  com.apple.SpeechRecognitionCore (6.0.91 - 6.0.91) <0D6C7167-ECA8-3D6E-BC08-CCE8B4115F8E> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff5d628000 -     0x7fff5d631ff7  com.apple.SymptomDiagnosticReporter (1.0 - 1238.60.1) <06787E03-CFFE-3240-B95A-8D2763ED550B> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff5d8e7000 -     0x7fff5d8f7ff3  com.apple.TCC (1.0 - 1) <5DDF1103-C7EE-3588-A532-F33AC526B288> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff5ddec000 -     0x7fff5deb3ff4  com.apple.TextureIO (3.10.9 - 3.10.9) <360BB4A8-E37F-30DB-B798-2DAD29DEA9D3> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff5ed0a000 -     0x7fff5ef64ff2  com.apple.UIFoundation (1.0 - 660) <5BAA592B-3B1B-367F-8A26-3AFFB4C355D0> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff5fb58000 -     0x7fff5fb78fff  com.apple.UserManagement (1.0 - 1) <EDB62A60-2BCA-3022-A07F-83E9E0431C48> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff60bbc000 -     0x7fff60bbdfff  com.apple.WatchdogClient.framework (1.0 - 67.60.1) <DE42FAF9-24CB-34DA-9AD0-76FE0F3C1C5E> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff6179a000 -     0x7fff6179dffa  com.apple.dt.XCTTargetBootstrap (1.0 - 15700) <E7FE2B68-51FA-3863-AB49-BEE9D862DBAB> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff61816000 -     0x7fff61824ff5  com.apple.audio.caulk (1.0 - 32.3) <400717FB-3552-3F61-BCBE-53F89F33DDAE> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff61b65000 -     0x7fff61b67ff3  com.apple.loginsupport (1.0 - 1) <1E3EFDAA-97FB-352A-8802-005343FE60F9> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff61e8b000 -     0x7fff61ec1ffa  libAudioToolboxUtility.dylib (1104.30) <5688DDAC-8A24-3061-B431-43AFCA320EF5> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff61ec8000 -     0x7fff61efdff7  libCRFSuite.dylib (48) <7E22F62C-3EEA-3880-9CCD-0EA93FB953DC> /usr/lib/libCRFSuite.dylib
    0x7fff61f00000 -     0x7fff61f0aff3  libChineseTokenizer.dylib (34) <3023F415-2B77-38DA-ABDD-16BFD18CED69> /usr/lib/libChineseTokenizer.dylib
    0x7fff61f97000 -     0x7fff61f99ff7  libDiagnosticMessagesClient.dylib (112) <D84AA565-8B5C-39EB-AB5E-61DC38B8493C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff61fde000 -     0x7fff62195ff3  libFosl_dynamic.dylib (100.4) <84A5F946-01EE-3740-BD2F-4C2A6B1FE82B> /usr/lib/libFosl_dynamic.dylib
    0x7fff621bc000 -     0x7fff621c2ff3  libIOReport.dylib (54) <B68B8787-1D0A-3E06-8E6A-0E59771F796C> /usr/lib/libIOReport.dylib
    0x7fff622a2000 -     0x7fff622a9fff  libMatch.1.dylib (36) <F161E5B5-59CB-3C46-BA6D-0E5DE36DF7FC> /usr/lib/libMatch.1.dylib
    0x7fff622d9000 -     0x7fff622f8fff  libMobileGestalt.dylib (826.60.1) <7FA72434-FD46-300D-A6BD-D47A4FEF03C5> /usr/lib/libMobileGestalt.dylib
    0x7fff6245f000 -     0x7fff62460ff3  libSystem.B.dylib (1281) <2F6BCFD9-A5F9-30FE-BF5A-5C53D3CBAB4D> /usr/lib/libSystem.B.dylib
    0x7fff624ef000 -     0x7fff624f0fff  libThaiTokenizer.dylib (3) <DDCB09BD-CBDF-3628-B44F-C5328037A929> /usr/lib/libThaiTokenizer.dylib
    0x7fff62508000 -     0x7fff6251efff  libapple_nghttp2.dylib (1.39.2) <0685C38F-7A9F-34CB-B3FF-92601483A0FF> /usr/lib/libapple_nghttp2.dylib
    0x7fff62553000 -     0x7fff625c5ff7  libarchive.2.dylib (72.40.2) <88E010D7-060F-333E-B5B4-0249154B9868> /usr/lib/libarchive.2.dylib
    0x7fff625c6000 -     0x7fff6265cfc5  libate.dylib (2.0.9) <63A28B5E-0AAA-3893-91DD-1A64A03FE8A2> /usr/lib/libate.dylib
    0x7fff62660000 -     0x7fff62660ff3  libauto.dylib (187) <724B1E92-64DC-30CD-A90B-DA90B5794A94> /usr/lib/libauto.dylib
    0x7fff62727000 -     0x7fff62737ff3  libbsm.0.dylib (60) <2E6E444F-7BF3-32E0-AF3A-DE9BF9D9DAAB> /usr/lib/libbsm.0.dylib
    0x7fff62738000 -     0x7fff62744fff  libbz2.1.0.dylib (44) <8FCE28A3-D250-37F5-93B6-866E8494DCAA> /usr/lib/libbz2.1.0.dylib
    0x7fff62745000 -     0x7fff62798ff7  libc++.1.dylib (800.7) <6018A70E-5CD3-32AF-BA60-E7A0B7E7CEB2> /usr/lib/libc++.1.dylib
    0x7fff62799000 -     0x7fff627adfff  libc++abi.dylib (800.7) <BC1E5821-4540-3226-ABB0-BC35E4DDF0B9> /usr/lib/libc++abi.dylib
    0x7fff627ae000 -     0x7fff627aeffb  libcharset.1.dylib (59) <1B71DC8A-FBF2-37F8-92C0-34AE72B7CED3> /usr/lib/libcharset.1.dylib
    0x7fff627af000 -     0x7fff627c0ffb  libcmph.dylib (8) <55F5F96B-F93C-3A1A-80F7-61B9ED2C2F6C> /usr/lib/libcmph.dylib
    0x7fff627c1000 -     0x7fff627d8fe7  libcompression.dylib (87) <35A0C0B0-6545-3E18-AEA7-F8C70E0FB095> /usr/lib/libcompression.dylib
    0x7fff62aa8000 -     0x7fff62abeff7  libcoretls.dylib (167) <EFA4D470-4840-3D55-A287-32E82EC0EC58> /usr/lib/libcoretls.dylib
    0x7fff62abf000 -     0x7fff62ac0fff  libcoretls_cfhelpers.dylib (167) <F0EAEB10-7C1F-3CB1-B04E-D7B96665C749> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff6307e000 -     0x7fff630ddfff  libcups.2.dylib (483.2) <2C8BF301-578F-3148-9A52-C1CA90402D9B> /usr/lib/libcups.2.dylib
    0x7fff631e9000 -     0x7fff631e9fff  libenergytrace.dylib (21) <38819A80-4A1A-32D7-99D3-B675808F30CF> /usr/lib/libenergytrace.dylib
    0x7fff631ea000 -     0x7fff63203ff7  libexpat.1.dylib (19.60.2) <81E75AD6-C332-3DC6-804F-A71FC64EC6A1> /usr/lib/libexpat.1.dylib
    0x7fff63211000 -     0x7fff63213fff  libfakelink.dylib (149) <AAA5BBB4-F6FA-3B36-9245-B6999A95C63C> /usr/lib/libfakelink.dylib
    0x7fff63214000 -     0x7fff63219f4f  libffi.dylib (25) <72403FC3-C895-326B-9E0A-05A343367A74> /usr/lib/libffi.dylib
    0x7fff63222000 -     0x7fff63227fff  libgermantok.dylib (24) <6D3925E0-8A6F-3BE1-8729-ABEDE2264AF1> /usr/lib/libgermantok.dylib
    0x7fff63228000 -     0x7fff63231ff7  libheimdal-asn1.dylib (564.60.2) <69184137-9EFE-366C-BE2D-7027A1677F76> /usr/lib/libheimdal-asn1.dylib
    0x7fff63232000 -     0x7fff63322ff7  libiconv.2.dylib (59) <54B90704-F9C8-31B4-AE04-FE496B3725A3> /usr/lib/libiconv.2.dylib
    0x7fff63323000 -     0x7fff6357bff7  libicucore.A.dylib (64252.0.1) <AD2FDFC2-F9D9-3D64-950A-6CF6FC114B95> /usr/lib/libicucore.A.dylib
    0x7fff63595000 -     0x7fff63596fff  liblangid.dylib (133) <7E36BF2A-6E88-3A32-8412-4FD5D850D44A> /usr/lib/liblangid.dylib
    0x7fff63597000 -     0x7fff635afff3  liblzma.5.dylib (16) <A4980A1E-CA23-31F2-8CAD-3BA62F802FE7> /usr/lib/liblzma.5.dylib
    0x7fff635c7000 -     0x7fff6366efff  libmecab.dylib (883.1.1) <790EBEF5-E677-363E-848F-C5E378F35C98> /usr/lib/libmecab.dylib
    0x7fff6366f000 -     0x7fff638d1fe1  libmecabra.dylib (883.1.1) <B59546A4-D7B2-365E-ADB3-13BC524E3407> /usr/lib/libmecabra.dylib
    0x7fff63c3d000 -     0x7fff63c6cff7  libncurses.5.4.dylib (57) <D781E97A-8970-329C-ADB8-F3CEA0343F8E> /usr/lib/libncurses.5.4.dylib
    0x7fff63d9b000 -     0x7fff64211ff7  libnetwork.dylib (1880.60.5) <0B1AF784-11A0-31EE-AC24-2E0BAB975CC7> /usr/lib/libnetwork.dylib
    0x7fff642b0000 -     0x7fff642e1fc6  libobjc.A.dylib (781.2) <17241F77-6A7A-39D7-8836-63E2725AA3C9> /usr/lib/libobjc.A.dylib
    0x7fff642f4000 -     0x7fff642f8fff  libpam.2.dylib (25) <C6BFA445-E6A2-3A18-89F3-2E1D85405E69> /usr/lib/libpam.2.dylib
    0x7fff642fb000 -     0x7fff64331ff7  libpcap.A.dylib (89.60.2) <882835C6-7DA0-3465-A646-EBA215EF9DAD> /usr/lib/libpcap.A.dylib
    0x7fff643b3000 -     0x7fff643cbff7  libresolv.9.dylib (67.40.1) <2DEF6C56-0CF8-3469-B21C-D8994D048807> /usr/lib/libresolv.9.dylib
    0x7fff643cd000 -     0x7fff64411fff  libsandbox.1.dylib (1217.61.1) <5D1AC9FE-A068-3883-AEB6-5F0D2F8B93A5> /usr/lib/libsandbox.1.dylib
    0x7fff64427000 -     0x7fff64614ff7  libsqlite3.dylib (308.4) <5FAC89DA-EC45-3F38-8D00-FE638D6FD4D5> /usr/lib/libsqlite3.dylib
    0x7fff64866000 -     0x7fff64869ffb  libutil.dylib (57) <86C9C769-0523-38C6-940E-900C8CAB780A> /usr/lib/libutil.dylib
    0x7fff6486a000 -     0x7fff64877fff  libxar.1.dylib (420) <03679705-EDE0-361D-B0B2-1A69170A6FF1> /usr/lib/libxar.1.dylib
    0x7fff6487d000 -     0x7fff6495fff7  libxml2.2.dylib (32.13) <DDA76502-B9D9-3459-97DB-C8B85D9310A9> /usr/lib/libxml2.2.dylib
    0x7fff64963000 -     0x7fff6498bfff  libxslt.1.dylib (16.7) <0BBEC00F-116C-3AF8-B751-970482388AED> /usr/lib/libxslt.1.dylib
    0x7fff6498c000 -     0x7fff6499effb  libz.1.dylib (76) <1005ADEB-04A2-3E42-B915-AB4B40A7AB3A> /usr/lib/libz.1.dylib
    0x7fff65402000 -     0x7fff65407ff3  libcache.dylib (83) <AD7479C0-73FA-3B2E-9544-D566DFFAB4C6> /usr/lib/system/libcache.dylib
    0x7fff65408000 -     0x7fff65413fff  libcommonCrypto.dylib (60165) <F7B65873-FAC8-3EB5-8912-34109EFC74B5> /usr/lib/system/libcommonCrypto.dylib
    0x7fff65414000 -     0x7fff6541bfff  libcompiler_rt.dylib (101.2) <51107CAA-0727-370D-8287-940D40D09AC1> /usr/lib/system/libcompiler_rt.dylib
    0x7fff6541c000 -     0x7fff65425fff  libcopyfile.dylib (166.40.1) <6454A046-88E5-32D6-898C-FB0D30D28637> /usr/lib/system/libcopyfile.dylib
    0x7fff65426000 -     0x7fff654bdfe7  libcorecrypto.dylib (866.60.3) <8090C446-35C8-31B4-8B1E-AF6D0EF3524B> /usr/lib/system/libcorecrypto.dylib
    0x7fff655d4000 -     0x7fff65615ff0  libdispatch.dylib (1173.60.1) <A9EDFE95-31BA-3BEF-89CA-60DE153237FA> /usr/lib/system/libdispatch.dylib
    0x7fff65616000 -     0x7fff6564bff7  libdyld.dylib (733.8) <8E2D3DED-0756-37A0-9D55-B9264CA020B4> /usr/lib/system/libdyld.dylib
    0x7fff6564c000 -     0x7fff6564cffb  libkeymgr.dylib (30) <0B9A3AF7-086E-3E7A-A52E-3DAF2E52CF86> /usr/lib/system/libkeymgr.dylib
    0x7fff6564d000 -     0x7fff65659ff7  libkxld.dylib (6153.61.1) <E4A12D21-999B-34CE-ACEC-7C7972B3BAED> /usr/lib/system/libkxld.dylib
    0x7fff6565a000 -     0x7fff6565aff7  liblaunch.dylib (1738.61.1) <A061D971-A337-3528-8B78-FFAD2B0B5CC6> /usr/lib/system/liblaunch.dylib
    0x7fff6565b000 -     0x7fff65660ff7  libmacho.dylib (949.0.1) <9831715F-ED86-3A9D-88CD-152C888B784B> /usr/lib/system/libmacho.dylib
    0x7fff65661000 -     0x7fff65663ff7  libquarantine.dylib (110.40.3) <58CE8913-EC7B-376B-BC80-69763993A1E4> /usr/lib/system/libquarantine.dylib
    0x7fff65664000 -     0x7fff65665ff7  libremovefile.dylib (48) <4E1AD797-3993-3E05-BB9B-B4E3038CE09C> /usr/lib/system/libremovefile.dylib
    0x7fff65666000 -     0x7fff6567dfff  libsystem_asl.dylib (377.60.2) <2CD6CABE-F8D7-3CCA-A930-08F8AC356D30> /usr/lib/system/libsystem_asl.dylib
    0x7fff6567e000 -     0x7fff6567efff  libsystem_blocks.dylib (74) <71A75F21-83AD-382F-95E4-4D6B77B4B9FE> /usr/lib/system/libsystem_blocks.dylib
    0x7fff6567f000 -     0x7fff65706ff7  libsystem_c.dylib (1353.60.8) <ECA8CD0D-0B55-3151-B389-8109DAEC85B1> /usr/lib/system/libsystem_c.dylib
    0x7fff65707000 -     0x7fff6570affb  libsystem_configuration.dylib (1061.40.2) <CE186284-4923-35DE-9141-7B6B89523668> /usr/lib/system/libsystem_configuration.dylib
    0x7fff6570b000 -     0x7fff6570eff7  libsystem_coreservices.dylib (114) <FBE4483A-7B6E-30CF-AECE-828AFFACDC15> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff6570f000 -     0x7fff65717fff  libsystem_darwin.dylib (1353.60.8) <9AC37996-630C-3B1E-8285-CFC77B684359> /usr/lib/system/libsystem_darwin.dylib
    0x7fff65718000 -     0x7fff6571fffb  libsystem_dnssd.dylib (1096.60.2) <7F0DF910-F4AC-3CED-9494-295B5E45549C> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff65720000 -     0x7fff65721ffb  libsystem_featureflags.dylib (17) <985005B7-C0B3-3DCA-B064-6D34A0687212> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff65722000 -     0x7fff6576ffff  libsystem_info.dylib (538) <D9805FBC-1BBD-3825-AB62-83C3ABB4191F> /usr/lib/system/libsystem_info.dylib
    0x7fff65770000 -     0x7fff6579cff7  libsystem_kernel.dylib (6153.61.1) <90F8650F-D3A9-38B3-BB8C-B5D3686393BC> /usr/lib/system/libsystem_kernel.dylib
    0x7fff6579d000 -     0x7fff657e4fcf  libsystem_m.dylib (3178) <92F1FF45-BD1C-32FE-A9A9-D12AF02C8212> /usr/lib/system/libsystem_m.dylib
    0x7fff657e5000 -     0x7fff6580cfff  libsystem_malloc.dylib (283.60.1) <51472F42-71BE-348F-B42E-4EDD3040B690> /usr/lib/system/libsystem_malloc.dylib
    0x7fff6580d000 -     0x7fff6581affb  libsystem_networkextension.dylib (1095.60.2) <846C06C0-A705-38AE-8A29-3FA4153252B3> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff6581b000 -     0x7fff65824ff3  libsystem_notify.dylib (241) <7CB7DE46-5877-3CAD-8526-CACEA22F3AD5> /usr/lib/system/libsystem_notify.dylib
    0x7fff65825000 -     0x7fff6582efef  libsystem_platform.dylib (220) <AC9560A9-CCE8-3158-BCC8-8FF47929397A> /usr/lib/system/libsystem_platform.dylib
    0x7fff6582f000 -     0x7fff65839fff  libsystem_pthread.dylib (416.60.2) <9D14694F-F3FE-385D-9B23-6A87844D5CBF> /usr/lib/system/libsystem_pthread.dylib
    0x7fff6583a000 -     0x7fff6583efff  libsystem_sandbox.dylib (1217.61.1) <AA2E4441-A517-3921-AF0E-AA8158D2A6D9> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff6583f000 -     0x7fff65841fff  libsystem_secinit.dylib (62.60.1) <129C187A-E580-3F00-A0C3-E96A633364F1> /usr/lib/system/libsystem_secinit.dylib
    0x7fff65842000 -     0x7fff65849ffb  libsystem_symptoms.dylib (1238.60.1) <5540DEA3-9C3A-3991-8C3A-7B375A5410C7> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff6584a000 -     0x7fff65860ff2  libsystem_trace.dylib (1147.60.3) <EF6BD746-85CD-3490-92E6-7C7EDA0B703B> /usr/lib/system/libsystem_trace.dylib
    0x7fff65862000 -     0x7fff65867ffb  libunwind.dylib (35.4) <769F4C16-2746-3182-85C1-45CC98D119C8> /usr/lib/system/libunwind.dylib
    0x7fff65868000 -     0x7fff6589cffe  libxpc.dylib (1738.61.1) <AC9AD00D-BAA9-3ABC-B557-77E604CF9955> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 47366
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=725.9M resident=0K(0%) swapped_out_or_unallocated=725.9M(100%)
Writable regions: Total=346.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=346.4M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        1 
Activity Tracing                   256K        1 
CG backing stores                  720K        6 
CoreImage                            8K        2 
CoreUI image data                   72K        1 
Dispatch continuations            16.0M        1 
Kernel Alloc Once                    8K        1 
MALLOC                            82.3M       49 
MALLOC guard page                   16K        4 
MALLOC_LARGE (reserved)            640K        2         reserved VM address space (unallocated)
STACK GUARD                         48K       12 
Stack                             21.6M       12 
VM_ALLOCATE                       31.6M      144 
VM_ALLOCATE (reserved)           192.0M        2         reserved VM address space (unallocated)
__DATA                            30.1M      426 
__DATA_CONST                       156K       32 
__FONT_DATA                          4K        1 
__LINKEDIT                       376.4M      124 
__OBJC_RO                         32.0M        1 
__OBJC_RW                         1776K        1 
__TEXT                           349.4M      389 
__UNICODE                          564K        1 
mapped file                       97.7M       42 
shared memory                      640K       14 
===========                     =======  ======= 
TOTAL                              1.2G     1269 
TOTAL, minus reserved VM space     1.0G     1269 

Model: MacBookPro14,3, BootROM 203.0.0.0.0, 4 processors, Quad-Core Intel Core i7, 2.9 GHz, 16 GB, SMC 2.45f1
Graphics: kHW_IntelHDGraphics630Item, Intel HD Graphics 630, spdisplays_builtin
Graphics: kHW_AMDRadeonPro560Item, Radeon Pro 560, spdisplays_pcie_device, 4 GB
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x173), Broadcom BCM43xx 1.0 (7.77.106.3 AirPortDriverBrcmNIC-1435.3)
Bluetooth: Version 7.0.2f4, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB3.0 Hub
USB Device: USB3.0 Hub
USB Device: USB3.0 Hub
USB Device: USB3.0 Hub
USB Device: External USB 3.0
USB Device: USB 3.0 Bus
USB Device: USB2.0 Hub
USB Device: USB-C Digital AV Multiport Adapter
USB Device: USB2.0 Hub
USB Device: HD Pro Webcam C920
USB Device: USB-C Digital AV Multiport Adapter
USB Device: MT65xx Android Phone
USB Device: Apple T1 Controller
USB Device: USB2.0 Hub
USB Device: USB2.0 Hub
USB Device: Das Keyboard
USB Device: USB Receiver
USB Device: USB-C Digital AV Multiport Adapter
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.3
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.3

VisPy Mandelbrot Resolution

I'm getting a very blurry version of the really awesome visualization you have. I'm guessing this is just a limitation of my video card. Everything else is working perfectly. Do you think this is a video card problem? I have a Radeon Pro Vega 20 4 GB on on a 2.9 GHz 6-Core Intel Core i9 MacBook.

Thank you for putting this together!

Traceback

I get this error when I boot the logistic_interactive.py file
Traceback (most recent call last):
File "logistic_interactive.py", line 19, in
import pyqtgraph as pg
File "C:\Python38\lib\site-packages\pyqtgraph_init_.py", line 204, in
from .graphicsItems.VTickGroup import *
File "C:\Python38\lib\site-packages\pyqtgraph\graphicsItems\VTickGroup.py", line 7, in
from .. import functions as fn
File "C:\Python38\lib\site-packages\pyqtgraph\functions.py", line 17, in
from . import debug
File "C:\Python38\lib\site-packages\pyqtgraph\debug.py", line 11, in
from . import ptime
File "C:\Python38\lib\site-packages\pyqtgraph\ptime.py", line 24, in
cstart = systime.clock() ### Required to start the clock in windows
AttributeError: module 'time' has no attribute 'clock'

Logistic_interactive max

Whenever I try to run logistic_interactive.py it always stops at 100 (time). I changed the value of self.fmax to a larger value and it seemed to work. However, the plots the program shows me and the picture don't add up. Do you know how veritasium got the his program like the one in his video?

ModuleNotFoundError: No module named 'PyQt5'

pandora:Chaos davec$ python3 logistic_interactive.py
Traceback (most recent call last):
  File "/Volumes/Developer/depot/Chaos/logistic_interactive.py", line 13, in <module>
    from PyQt5.QtCore import Qt
ModuleNotFoundError: No module named 'PyQt5'
pandora:Chaos davec$ 

Error in setValues self.rate.setValue( linear_interp(self.rateval,

Traceback (most recent call last):
File "D:\Atom\Chaos-master\logistic_interactive.py", line 480, in
self.rate_box.valueChanged.connect(lambda: self.setValues('rate_box'))
File "D:\Atom\Chaos-master\logistic_interactive.py", line 533, in setValues
self.rate.setValue( linear_interp(self.rateval,
TypeError: setValue(self, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
File "D:\Atom\Chaos-master\logistic_interactive.py", line 746, in
w = Widget(app)
File "D:\Atom\Chaos-master\logistic_interactive.py", line 575, in init
self.controls.setValues()
File "D:\Atom\Chaos-master\logistic_interactive.py", line 560, in setValues
self.setValues('rate_box')
File "D:\Atom\Chaos-master\logistic_interactive.py", line 533, in setValues
self.rate.setValue( linear_interp(self.rateval,
TypeError: setValue(self, int): argument 1 has unexpected type 'float'

C:\WINDOWS\system32>D:\Atom\Chaos-master\logistic_setValues.py
'D:\Atom\Chaos-master\logistic_setValues.py' is not recognized as an internal or external command,
operable program or batch file.

C:\WINDOWS\system32> self.rate.setValue( linear_interp(self.rateval,
'self.rate.setValue' is not recognized as an internal or external command,
operable program or batch file.

SyntaxError

installed all libraries and get this error while logistic_interactive.py was left unchanged. Editing the 3rd " moves the error to the next triple " occurence.

terminal:

h@h:/media/h/3tb/www/Chaos$ python logistic_interactive.py
File "logistic_interactive.py", line 74
"""
^
SyntaxError: invalid syntax

Want to run logistic_mandelbrot.py, but can't install vispy..... any ideas?

I want to run logistic_mandelbrot.py, but when I try to install vispy, I get the following error -

can anyone tell me what I can do to get around this???

thanks,
Gregg
AZ

(base) PS C:\Users\gregg> git clone --recurse-submodules git://github.com/vispy/vispy.git
fatal: destination path 'vispy' already exists and is not an empty directory.
(base) PS C:\Users\gregg> pip install --upgrade vispy
Collecting vispy
Using cached vispy-0.6.4.tar.gz (13.3 MB)
Installing build dependencies ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\gregg\anaconda3\python.exe' 'C:\Users\gregg\anaconda3\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\gregg\AppData\Local\Temp\pip-build-env-hmzj2drp\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel 'setuptools>=30.3.0' setuptools_scm setuptools_scm_git_archive 'Cython>=0.29.2' 'numpy; python_version=='"'"'2.7'"'"'' 'numpy==1.13.3; python_version=='"'"'3.5'"'"'' 'numpy==1.13.3; python_version=='"'"'3.6'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"''
cwd: None
Complete output (584 lines):
Ignoring numpy: markers 'python_version == "2.7"' don't match your environment
Ignoring numpy: markers 'python_version == "3.5"' don't match your environment
Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
Collecting wheel
Using cached wheel-0.35.1-py2.py3-none-any.whl (33 kB)
Collecting setuptools>=30.3.0
Using cached setuptools-49.6.0-py3-none-any.whl (803 kB)
Collecting setuptools_scm
Using cached setuptools_scm-4.1.2-py2.py3-none-any.whl (27 kB)
Collecting setuptools_scm_git_archive
Using cached setuptools_scm_git_archive-1.1-py2.py3-none-any.whl (3.3 kB)
Collecting Cython>=0.29.2
Using cached Cython-0.29.21-cp38-cp38-win_amd64.whl (1.7 MB)
Collecting numpy==1.14.5
Using cached numpy-1.14.5.zip (4.9 MB)
Building wheels for collected packages: numpy
Building wheel for numpy (setup.py): started
Building wheel for numpy (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'C:\Users\gregg\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\setup.py'"'"'; file='"'"'C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\gregg\AppData\Local\Temp\pip-wheel-1j6brohb'
cwd: C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy
Complete output (264 lines):
Running from numpy source directory.
C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\numpy\distutils\misc_util.py:464: SyntaxWarning: "is" with a literal. Did you mean "=="?
return is_string(s) and ('*' in s or '?' is s)
blas_opt_info:
blas_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['C:\Users\gregg\anaconda3\lib', 'C:\', 'C:\Users\gregg\anaconda3\libs']
NOT AVAILABLE

blis_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries blis not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
  NOT AVAILABLE

openblas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries openblas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
Could not locate executable ifl
customize AbsoftFCompiler
Could not locate executable f90
customize CompaqVisualFCompiler
Could not locate executable DF
customize IntelItaniumVisualFCompiler
Could not locate executable efl
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize G95FCompiler
Could not locate executable g95
customize IntelEM64VisualFCompiler
customize IntelEM64TFCompiler
Could not locate executable efort
Could not locate executable efc
customize PGroupFlangCompiler
Could not locate executable flang
don't know how to compile Fortran code on platform 'nt'
  NOT AVAILABLE

atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries tatlas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
  NOT AVAILABLE

atlas_3_10_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries satlas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
  NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries ptf77blas,ptcblas,atlas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
  NOT AVAILABLE

atlas_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries f77blas,cblas,atlas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
  NOT AVAILABLE

C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\numpy\distutils\system_info.py:624: UserWarning:
    Atlas (http://math-atlas.sourceforge.net/) libraries not found.
    Directories to search for the libraries can be specified in the
    numpy/distutils/site.cfg file (section [atlas]) or by setting
    the ATLAS environment variable.
  self.calc_info()
blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries blas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
  NOT AVAILABLE

C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\numpy\distutils\system_info.py:624: UserWarning:
    Blas (http://www.netlib.org/blas/) libraries not found.
    Directories to search for the libraries can be specified in the
    numpy/distutils/site.cfg file (section [blas]) or by setting
    the BLAS environment variable.
  self.calc_info()
blas_src_info:
  NOT AVAILABLE

C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\numpy\distutils\system_info.py:624: UserWarning:
    Blas (http://www.netlib.org/blas/) sources not found.
    Directories to search for the sources can be specified in the
    numpy/distutils/site.cfg file (section [blas_src]) or by setting
    the BLAS_SRC environment variable.
  self.calc_info()
  NOT AVAILABLE

'svnversion' is not recognized as an internal or external command,
operable program or batch file.
'svnversion' is not recognized as an internal or external command,
operable program or batch file.
non-existing path in 'numpy\\distutils': 'site.cfg'
F2PY Version 2
lapack_opt_info:
lapack_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries mkl_rt not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
  NOT AVAILABLE

openblas_lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries openblas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
  NOT AVAILABLE

openblas_clapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries openblas,lapack not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
  NOT AVAILABLE

atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries tatlas,tatlas not found in C:\Users\gregg\anaconda3\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\Users\gregg\anaconda3\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries tatlas,tatlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries tatlas,tatlas not found in C:\Users\gregg\anaconda3\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\Users\gregg\anaconda3\libs
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
  NOT AVAILABLE

atlas_3_10_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries satlas,satlas not found in C:\Users\gregg\anaconda3\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\Users\gregg\anaconda3\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries satlas,satlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries satlas,satlas not found in C:\Users\gregg\anaconda3\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\Users\gregg\anaconda3\libs
<class 'numpy.distutils.system_info.atlas_3_10_info'>
  NOT AVAILABLE

atlas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries ptf77blas,ptcblas,atlas not found in C:\Users\gregg\anaconda3\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\Users\gregg\anaconda3\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries ptf77blas,ptcblas,atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries ptf77blas,ptcblas,atlas not found in C:\Users\gregg\anaconda3\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\Users\gregg\anaconda3\libs
<class 'numpy.distutils.system_info.atlas_threads_info'>
  NOT AVAILABLE

atlas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries f77blas,cblas,atlas not found in C:\Users\gregg\anaconda3\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\Users\gregg\anaconda3\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries f77blas,cblas,atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries f77blas,cblas,atlas not found in C:\Users\gregg\anaconda3\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\Users\gregg\anaconda3\libs
<class 'numpy.distutils.system_info.atlas_info'>
  NOT AVAILABLE

lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
  NOT AVAILABLE

C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\numpy\distutils\system_info.py:624: UserWarning:
    Lapack (http://www.netlib.org/lapack/) libraries not found.
    Directories to search for the libraries can be specified in the
    numpy/distutils/site.cfg file (section [lapack]) or by setting
    the LAPACK environment variable.
  self.calc_info()
lapack_src_info:
  NOT AVAILABLE

C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\numpy\distutils\system_info.py:624: UserWarning:
    Lapack (http://www.netlib.org/lapack/) sources not found.
    Directories to search for the sources can be specified in the
    numpy/distutils/site.cfg file (section [lapack_src]) or by setting
    the LAPACK_SRC environment variable.
  self.calc_info()
  NOT AVAILABLE

C:\Users\gregg\anaconda3\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
  warnings.warn(msg)
running bdist_wheel
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating build\src.win-amd64-3.8
creating build\src.win-amd64-3.8\numpy
creating build\src.win-amd64-3.8\numpy\distutils
building library "npymath" sources
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Failed building wheel for numpy
Running setup.py clean for numpy
ERROR: Command errored out with exit status 1:
 command: 'C:\Users\gregg\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\gregg\\AppData\\Local\\Temp\\pip-install-rskcsx0f\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\gregg\\AppData\\Local\\Temp\\pip-install-rskcsx0f\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
     cwd: C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy
Complete output (10 lines):
Running from numpy source directory.

`setup.py clean` is not supported, use one of the following instead:

  - `git clean -xdf` (cleans all files)
  - `git clean -Xdf` (cleans all versioned files, doesn't touch
                      files that aren't checked into the git repo)

Add `--force` to your command to use it anyway if you must (unsupported).

----------------------------------------
ERROR: Failed cleaning build dir for numpy

Failed to build numpy
ERROR: numba 0.50.1 has requirement numpy>=1.15, but you'll have numpy 1.14.5 which is incompatible.
ERROR: astropy 4.0.1.post1 has requirement numpy>=1.16, but you'll have numpy 1.14.5 which is incompatible.
Installing collected packages: wheel, setuptools, setuptools-scm, setuptools-scm-git-archive, Cython, numpy
Running setup.py install for numpy: started
Running setup.py install for numpy: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'C:\Users\gregg\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\setup.py'"'"'; file='"'"'C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\gregg\AppData\Local\Temp\pip-record-h7ltq4o_\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\gregg\AppData\Local\Temp\pip-build-env-hmzj2drp\overlay' --compile --install-headers 'C:\Users\gregg\AppData\Local\Temp\pip-build-env-hmzj2drp\overlay\Include\numpy'
cwd: C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy
Complete output (267 lines):
Running from numpy source directory.

  Note: if you need reliable uninstall behavior, then install
  with pip instead of using `setup.py install`:

    - `pip install .`       (from a git repo or downloaded source
                             release)
    - `pip install numpy`   (last NumPy release on PyPi)


  blas_opt_info:
  blas_mkl_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries mkl_rt not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
    NOT AVAILABLE

  blis_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries blis not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
    NOT AVAILABLE

  openblas_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries openblas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
  get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
  customize GnuFCompiler
  Could not locate executable g77
  Could not locate executable f77
  customize IntelVisualFCompiler
  Could not locate executable ifort
  Could not locate executable ifl
  customize AbsoftFCompiler
  Could not locate executable f90
  customize CompaqVisualFCompiler
  Could not locate executable DF
  customize IntelItaniumVisualFCompiler
  Could not locate executable efl
  customize Gnu95FCompiler
  Could not locate executable gfortran
  Could not locate executable f95
  customize G95FCompiler
  Could not locate executable g95
  customize IntelEM64VisualFCompiler
  customize IntelEM64TFCompiler
  Could not locate executable efort
  Could not locate executable efc
  customize PGroupFlangCompiler
  Could not locate executable flang
  don't know how to compile Fortran code on platform 'nt'
    NOT AVAILABLE

  atlas_3_10_blas_threads_info:
  Setting PTATLAS=ATLAS
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries tatlas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
    NOT AVAILABLE

  atlas_3_10_blas_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries satlas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
    NOT AVAILABLE

  atlas_blas_threads_info:
  Setting PTATLAS=ATLAS
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries ptf77blas,ptcblas,atlas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
    NOT AVAILABLE

  atlas_blas_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries f77blas,cblas,atlas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
    NOT AVAILABLE

  C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\numpy\distutils\system_info.py:624: UserWarning:
      Atlas (http://math-atlas.sourceforge.net/) libraries not found.
      Directories to search for the libraries can be specified in the
      numpy/distutils/site.cfg file (section [atlas]) or by setting
      the ATLAS environment variable.
    self.calc_info()
  blas_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries blas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
    NOT AVAILABLE

  C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\numpy\distutils\system_info.py:624: UserWarning:
      Blas (http://www.netlib.org/blas/) libraries not found.
      Directories to search for the libraries can be specified in the
      numpy/distutils/site.cfg file (section [blas]) or by setting
      the BLAS environment variable.
    self.calc_info()
  blas_src_info:
    NOT AVAILABLE

  C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\numpy\distutils\system_info.py:624: UserWarning:
      Blas (http://www.netlib.org/blas/) sources not found.
      Directories to search for the sources can be specified in the
      numpy/distutils/site.cfg file (section [blas_src]) or by setting
      the BLAS_SRC environment variable.
    self.calc_info()
    NOT AVAILABLE

  'svnversion' is not recognized as an internal or external command,
  operable program or batch file.
  'svnversion' is not recognized as an internal or external command,
  operable program or batch file.
  non-existing path in 'numpy\\distutils': 'site.cfg'
  F2PY Version 2
  lapack_opt_info:
  lapack_mkl_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries mkl_rt not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
    NOT AVAILABLE

  openblas_lapack_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries openblas not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
    NOT AVAILABLE

  openblas_clapack_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries openblas,lapack not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
    NOT AVAILABLE

  atlas_3_10_threads_info:
  Setting PTATLAS=ATLAS
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries tatlas,tatlas not found in C:\Users\gregg\anaconda3\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\Users\gregg\anaconda3\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries tatlas,tatlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries tatlas,tatlas not found in C:\Users\gregg\anaconda3\libs
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\Users\gregg\anaconda3\libs
  <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
    NOT AVAILABLE

  atlas_3_10_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries satlas,satlas not found in C:\Users\gregg\anaconda3\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\Users\gregg\anaconda3\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries satlas,satlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries satlas,satlas not found in C:\Users\gregg\anaconda3\libs
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\Users\gregg\anaconda3\libs
  <class 'numpy.distutils.system_info.atlas_3_10_info'>
    NOT AVAILABLE

  atlas_threads_info:
  Setting PTATLAS=ATLAS
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries ptf77blas,ptcblas,atlas not found in C:\Users\gregg\anaconda3\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\Users\gregg\anaconda3\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries ptf77blas,ptcblas,atlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries ptf77blas,ptcblas,atlas not found in C:\Users\gregg\anaconda3\libs
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\Users\gregg\anaconda3\libs
  <class 'numpy.distutils.system_info.atlas_threads_info'>
    NOT AVAILABLE

  atlas_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries f77blas,cblas,atlas not found in C:\Users\gregg\anaconda3\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\Users\gregg\anaconda3\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries f77blas,cblas,atlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries f77blas,cblas,atlas not found in C:\Users\gregg\anaconda3\libs
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\Users\gregg\anaconda3\libs
  <class 'numpy.distutils.system_info.atlas_info'>
    NOT AVAILABLE

  lapack_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack not found in ['C:\\Users\\gregg\\anaconda3\\lib', 'C:\\', 'C:\\Users\\gregg\\anaconda3\\libs']
    NOT AVAILABLE

  C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\numpy\distutils\system_info.py:624: UserWarning:
      Lapack (http://www.netlib.org/lapack/) libraries not found.
      Directories to search for the libraries can be specified in the
      numpy/distutils/site.cfg file (section [lapack]) or by setting
      the LAPACK environment variable.
    self.calc_info()
  lapack_src_info:
    NOT AVAILABLE

  C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\numpy\distutils\system_info.py:624: UserWarning:
      Lapack (http://www.netlib.org/lapack/) sources not found.
      Directories to search for the sources can be specified in the
      numpy/distutils/site.cfg file (section [lapack_src]) or by setting
      the LAPACK_SRC environment variable.
    self.calc_info()
    NOT AVAILABLE

  C:\Users\gregg\anaconda3\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
    warnings.warn(msg)
  running install
  running build
  running config_cc
  unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  running config_fc
  unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  running build_src
  build_src
  building py_modules sources
  building library "npymath" sources
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
  ----------------------------------------

ERROR: Command errored out with exit status 1: 'C:\Users\gregg\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\setup.py'"'"'; file='"'"'C:\Users\gregg\AppData\Local\Temp\pip-install-rskcsx0f\numpy\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\gregg\AppData\Local\Temp\pip-record-h7ltq4o_\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\gregg\AppData\Local\Temp\pip-build-env-hmzj2drp\overlay' --compile --install-headers 'C:\Users\gregg\AppData\Local\Temp\pip-build-env-hmzj2drp\overlay\Include\numpy' Check the logs for full command output.

ERROR: Command errored out with exit status 1: 'C:\Users\gregg\anaconda3\python.exe' 'C:\Users\gregg\anaconda3\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\gregg\AppData\Local\Temp\pip-build-env-hmzj2drp\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel 'setuptools>=30.3.0' setuptools_scm setuptools_scm_git_archive 'Cython>=0.29.2' 'numpy; python_version=='"'"'2.7'"'"'' 'numpy==1.13.3; python_version=='"'"'3.5'"'"'' 'numpy==1.13.3; python_version=='"'"'3.6'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"'' Check the logs for full command output.
(base) PS C:\Users\gregg>

I just get a black screen.

WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
ERROR: Invoking <bound method SceneCanvas.on_draw of <SceneCanvas (PyQt5) at 0x2218d137400>> repeat 16
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
ERROR: Invoking <bound method SceneCanvas.on_draw of <SceneCanvas (PyQt5) at 0x2218d137400>> repeat 32
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
ERROR: Invoking <bound method SceneCanvas.on_draw of <SceneCanvas (PyQt5) at 0x2218d137400>> repeat 64
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
ERROR: Invoking <bound method SceneCanvas.on_draw of <SceneCanvas (PyQt5) at 0x2218d137400>> repeat 128
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>
WARNING: Error drawing visual <Volume at 0x221d7a439d0>

SyntaxError message

Hello Dear Helper,

so I tried to open the python files, but the Terminal is reporting Syntax Errors. I would be grateful if somebody could help me and tell we what I should do.

Thank You

Screenshot 2020-10-27 at 11 24 27

Numba 0.49

John,
On Win10 with Python 3.8, it seems Numba 0.49 does not work for logistic_interactive.py

"> python logistic_interactive.py
Traceback (most recent call last):
  File "C:\Program Files\Python38\lib\site-packages\numba\core\typeconv\typeconv.py", line 4, in <module>
    from numba.core.typeconv import _typeconv
ImportError: DLL load failed while importing _typeconv: The specified module could not be found.
"

I googled that and it seems some other folks seem to complain about latest version.

Remediation:

Step 1: pip uninstall numba
Step 2: force older version: > pip install numba==0.48

Collecting numba==0.48
  Downloading numba-0.48.0-1-cp38-cp38-win_amd64.whl (2.1 MB)
     |████████████████████████████████| 2.1 MB 1.7 MB/s
Collecting llvmlite<0.32.0,>=0.31.0dev0
  Downloading llvmlite-0.31.0-cp38-cp38-win_amd64.whl (13.6 MB)
     |████████████████████████████████| 13.6 MB 2.2 MB/s
Requirement already satisfied: setuptools in c:\program files\python38\lib\site-packages (from numba==0.48) (41.2.0)
Requirement already satisfied: numpy>=1.15 in c:\program files\python38\lib\site-packages (from numba==0.48) (1.18.3)
Installing collected packages: llvmlite, numba
  Attempting uninstall: llvmlite
    Found existing installation: llvmlite 0.32.0
    Uninstalling llvmlite-0.32.0:
      Successfully uninstalled llvmlite-0.32.0
Successfully installed llvmlite-0.31.0 numba-0.48.0


with that it seems to work with 2 deprecation warnings:

python logistic_interactive.py
logistic_interactive.py:533: DeprecationWarning: an integer is required (got type float).  Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
  self.rate.setValue( linear_interp(self.rateval,
logistic_interactive.py:551: DeprecationWarning: an integer is required (got type float).  Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
  self.ipop.setValue( linear_interp(self.ipopval,

How can I get rulers?

For make rulers, I tried to put code 'project_name += _labels' but output was.. error is related with colorback. Help me😭😭

Error: AttributeError: vispy.visuals.volume has no attribute FRAG_SHADER on line 446 in logistic_mandelbrot.py

I have installed all the requirements but when I try to open the logistic_mandelbrot.py . It shows up:

File "C:\Users\ambay\my_codes\python\Chaos_graph\logistic_mandelbrot.py", line 446, in <module>
    NEW_TRANSLUCENT_FRAG_SHADER = vispy.visuals.volume.FRAG_SHADER.format(
AttributeError: module 'vispy.visuals.volume' has no attribute 'FRAG_SHADER'. Did you mean: '_FRAGMENT_SHADER'?

Please, help me how to solve this.

Render quality in mandelbrot

Hi, the render quality is really poor when I run the program. I'm not sure why and I've tried solutions on the internet but they didn't work. Is there a solution to this?
Screenshot (117)

SyntaxError: invalid syntax

File "logistic_interactive.py", line 73
}}"""
^

This particular error keeps on popping even though I tried to run this program by precisely following the instructions.
fixing this code proposed a challenge and I couldn't do it because of the complexity of the concept itself.
I tried it on a MacBook as well as on a windows machine. The same error pops up on both, even though I managed to get the versions of the modules right.

Please let me know if I am missing something.

While downloading Vispy, This occured

` ERROR: Command errored out with exit status 1:
command: 'c:\users\admin\appdata\local\programs\python\python38\python.exe' 'c:\users\admin\appdata\local\programs\python\python38\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\Admin\AppData\Local\Temp\pip-build-env-serjz3ae\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel 'setuptools>=30.3.0' setuptools_scm setuptools_scm_git_archive 'Cython>=0.29.2' 'numpy; python_version=='"'"'2.7'"'"'' 'numpy==1.13.3; python_version=='"'"'3.5'"'"'' 'numpy==1.13.3; python_version=='"'"'3.6'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"''
cwd: None
Complete output (586 lines):
Ignoring numpy: markers 'python_version == "2.7"' don't match your environment
Ignoring numpy: markers 'python_version == "3.5"' don't match your environment
Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
Collecting wheel
Using cached wheel-0.35.1-py2.py3-none-any.whl (33 kB)
Collecting setuptools>=30.3.0
Using cached setuptools-50.3.0-py3-none-any.whl (785 kB)
Collecting setuptools_scm
Downloading setuptools_scm-4.1.2-py2.py3-none-any.whl (27 kB)
Collecting setuptools_scm_git_archive
Downloading setuptools_scm_git_archive-1.1-py2.py3-none-any.whl (3.3 kB)
Collecting Cython>=0.29.2
Downloading Cython-0.29.21-cp38-cp38-win_amd64.whl (1.7 MB)
Collecting numpy==1.14.5
Downloading numpy-1.14.5.zip (4.9 MB)
Building wheels for collected packages: numpy
Building wheel for numpy (setup.py): started
Building wheel for numpy (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'c:\users\admin\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\setup.py'"'"'; file='"'"'C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Admin\AppData\Local\Temp\pip-wheel-hin5xb1w'
cwd: C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy
Complete output (264 lines):
Running from numpy source directory.
C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\numpy\distutils\misc_util.py:464: SyntaxWarning: "is" with a literal. Did you mean "=="?
return is_string(s) and ('*' in s or '?' is s)
blas_opt_info:
blas_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['c:\users\admin\appdata\local\programs\python\python38\lib', 'C:\', 'c:\users\admin\appdata\local\programs\python\python38\libs']
NOT AVAILABLE

blis_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries blis not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
  NOT AVAILABLE

openblas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries openblas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
Could not locate executable ifl
customize AbsoftFCompiler
Could not locate executable f90
customize CompaqVisualFCompiler
Could not locate executable DF
customize IntelItaniumVisualFCompiler
Could not locate executable efl
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize G95FCompiler
Could not locate executable g95
customize IntelEM64VisualFCompiler
customize IntelEM64TFCompiler
Could not locate executable efort
Could not locate executable efc
customize PGroupFlangCompiler
Could not locate executable flang
don't know how to compile Fortran code on platform 'nt'
  NOT AVAILABLE

atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries tatlas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
  NOT AVAILABLE

atlas_3_10_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries satlas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
  NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries ptf77blas,ptcblas,atlas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
  NOT AVAILABLE

atlas_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries f77blas,cblas,atlas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
  NOT AVAILABLE

C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\numpy\distutils\system_info.py:624: UserWarning:
    Atlas (http://math-atlas.sourceforge.net/) libraries not found.
    Directories to search for the libraries can be specified in the
    numpy/distutils/site.cfg file (section [atlas]) or by setting
    the ATLAS environment variable.
  self.calc_info()
blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries blas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
  NOT AVAILABLE

C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\numpy\distutils\system_info.py:624: UserWarning:
    Blas (http://www.netlib.org/blas/) libraries not found.
    Directories to search for the libraries can be specified in the
    numpy/distutils/site.cfg file (section [blas]) or by setting
    the BLAS environment variable.
  self.calc_info()
blas_src_info:
  NOT AVAILABLE

C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\numpy\distutils\system_info.py:624: UserWarning:
    Blas (http://www.netlib.org/blas/) sources not found.
    Directories to search for the sources can be specified in the
    numpy/distutils/site.cfg file (section [blas_src]) or by setting
    the BLAS_SRC environment variable.
  self.calc_info()
  NOT AVAILABLE

'svnversion' is not recognized as an internal or external command,
operable program or batch file.
'svnversion' is not recognized as an internal or external command,
operable program or batch file.
non-existing path in 'numpy\\distutils': 'site.cfg'
F2PY Version 2
lapack_opt_info:
lapack_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries mkl_rt not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
  NOT AVAILABLE

openblas_lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries openblas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
  NOT AVAILABLE

openblas_clapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries openblas,lapack not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
  NOT AVAILABLE

atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries tatlas,tatlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries tatlas,tatlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries tatlas,tatlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
  NOT AVAILABLE

atlas_3_10_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries satlas,satlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries satlas,satlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries satlas,satlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
<class 'numpy.distutils.system_info.atlas_3_10_info'>
  NOT AVAILABLE

atlas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries ptf77blas,ptcblas,atlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries ptf77blas,ptcblas,atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries ptf77blas,ptcblas,atlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
<class 'numpy.distutils.system_info.atlas_threads_info'>
  NOT AVAILABLE

atlas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries f77blas,cblas,atlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries f77blas,cblas,atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries f77blas,cblas,atlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
<class 'numpy.distutils.system_info.atlas_info'>
  NOT AVAILABLE

lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
  NOT AVAILABLE

C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\numpy\distutils\system_info.py:624: UserWarning:
    Lapack (http://www.netlib.org/lapack/) libraries not found.
    Directories to search for the libraries can be specified in the
    numpy/distutils/site.cfg file (section [lapack]) or by setting
    the LAPACK environment variable.
  self.calc_info()
lapack_src_info:
  NOT AVAILABLE

C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\numpy\distutils\system_info.py:624: UserWarning:
    Lapack (http://www.netlib.org/lapack/) sources not found.
    Directories to search for the sources can be specified in the
    numpy/distutils/site.cfg file (section [lapack_src]) or by setting
    the LAPACK_SRC environment variable.
  self.calc_info()
  NOT AVAILABLE

c:\users\admin\appdata\local\programs\python\python38\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
  warnings.warn(msg)
running bdist_wheel
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating build\src.win-amd64-3.8
creating build\src.win-amd64-3.8\numpy
creating build\src.win-amd64-3.8\numpy\distutils
building library "npymath" sources
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Failed building wheel for numpy
Running setup.py clean for numpy
ERROR: Command errored out with exit status 1:
 command: 'c:\users\admin\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-install-29f1brd6\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-install-29f1brd6\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
     cwd: C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy
Complete output (10 lines):
Running from numpy source directory.

`setup.py clean` is not supported, use one of the following instead:

  - `git clean -xdf` (cleans all files)
  - `git clean -Xdf` (cleans all versioned files, doesn't touch
                      files that aren't checked into the git repo)

Add `--force` to your command to use it anyway if you must (unsupported).

----------------------------------------
ERROR: Failed cleaning build dir for numpy

Failed to build numpy
ERROR: tensorflow 2.2.0 has requirement numpy<2.0,>=1.16.0, but you'll have numpy 1.14.5 which is incompatible.
ERROR: pandas 1.1.0 has requirement numpy>=1.15.4, but you'll have numpy 1.14.5 which is incompatible.
Installing collected packages: wheel, setuptools, setuptools-scm, setuptools-scm-git-archive, Cython, numpy
Running setup.py install for numpy: started
Running setup.py install for numpy: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'c:\users\admin\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\setup.py'"'"'; file='"'"'C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\Admin\AppData\Local\Temp\pip-record-9bnr5crd\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\Admin\AppData\Local\Temp\pip-build-env-serjz3ae\overlay' --compile --install-headers 'C:\Users\Admin\AppData\Local\Temp\pip-build-env-serjz3ae\overlay\Include\numpy'
cwd: C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy
Complete output (267 lines):
Running from numpy source directory.

  Note: if you need reliable uninstall behavior, then install
  with pip instead of using `setup.py install`:

    - `pip install .`       (from a git repo or downloaded source
                             release)
    - `pip install numpy`   (last NumPy release on PyPi)


  blas_opt_info:
  blas_mkl_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries mkl_rt not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
    NOT AVAILABLE

  blis_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries blis not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
    NOT AVAILABLE

  openblas_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries openblas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
  get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
  customize GnuFCompiler
  Could not locate executable g77
  Could not locate executable f77
  customize IntelVisualFCompiler
  Could not locate executable ifort
  Could not locate executable ifl
  customize AbsoftFCompiler
  Could not locate executable f90
  customize CompaqVisualFCompiler
  Could not locate executable DF
  customize IntelItaniumVisualFCompiler
  Could not locate executable efl
  customize Gnu95FCompiler
  Could not locate executable gfortran
  Could not locate executable f95
  customize G95FCompiler
  Could not locate executable g95
  customize IntelEM64VisualFCompiler
  customize IntelEM64TFCompiler
  Could not locate executable efort
  Could not locate executable efc
  customize PGroupFlangCompiler
  Could not locate executable flang
  don't know how to compile Fortran code on platform 'nt'
    NOT AVAILABLE

  atlas_3_10_blas_threads_info:
  Setting PTATLAS=ATLAS
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries tatlas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
    NOT AVAILABLE

  atlas_3_10_blas_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries satlas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
    NOT AVAILABLE

  atlas_blas_threads_info:
  Setting PTATLAS=ATLAS
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries ptf77blas,ptcblas,atlas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
    NOT AVAILABLE

  atlas_blas_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries f77blas,cblas,atlas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
    NOT AVAILABLE

  C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\numpy\distutils\system_info.py:624: UserWarning:
      Atlas (http://math-atlas.sourceforge.net/) libraries not found.
      Directories to search for the libraries can be specified in the
      numpy/distutils/site.cfg file (section [atlas]) or by setting
      the ATLAS environment variable.
    self.calc_info()
  blas_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries blas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
    NOT AVAILABLE

  C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\numpy\distutils\system_info.py:624: UserWarning:
      Blas (http://www.netlib.org/blas/) libraries not found.
      Directories to search for the libraries can be specified in the
      numpy/distutils/site.cfg file (section [blas]) or by setting
      the BLAS environment variable.
    self.calc_info()
  blas_src_info:
    NOT AVAILABLE

  C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\numpy\distutils\system_info.py:624: UserWarning:
      Blas (http://www.netlib.org/blas/) sources not found.
      Directories to search for the sources can be specified in the
      numpy/distutils/site.cfg file (section [blas_src]) or by setting
      the BLAS_SRC environment variable.
    self.calc_info()
    NOT AVAILABLE

  'svnversion' is not recognized as an internal or external command,
  operable program or batch file.
  'svnversion' is not recognized as an internal or external command,
  operable program or batch file.
  non-existing path in 'numpy\\distutils': 'site.cfg'
  F2PY Version 2
  lapack_opt_info:
  lapack_mkl_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries mkl_rt not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
    NOT AVAILABLE

  openblas_lapack_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries openblas not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
    NOT AVAILABLE

  openblas_clapack_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries openblas,lapack not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
    NOT AVAILABLE

  atlas_3_10_threads_info:
  Setting PTATLAS=ATLAS
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries tatlas,tatlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries tatlas,tatlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries tatlas,tatlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
  <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
    NOT AVAILABLE

  atlas_3_10_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries satlas,satlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries satlas,satlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries satlas,satlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
  <class 'numpy.distutils.system_info.atlas_3_10_info'>
    NOT AVAILABLE

  atlas_threads_info:
  Setting PTATLAS=ATLAS
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries ptf77blas,ptcblas,atlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries ptf77blas,ptcblas,atlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries ptf77blas,ptcblas,atlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
  <class 'numpy.distutils.system_info.atlas_threads_info'>
    NOT AVAILABLE

  atlas_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries f77blas,cblas,atlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\lib
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries f77blas,cblas,atlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in C:\
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries f77blas,cblas,atlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack_atlas not found in c:\users\admin\appdata\local\programs\python\python38\libs
  <class 'numpy.distutils.system_info.atlas_info'>
    NOT AVAILABLE

  lapack_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries lapack not found in ['c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\admin\\appdata\\local\\programs\\python\\python38\\libs']
    NOT AVAILABLE

  C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\numpy\distutils\system_info.py:624: UserWarning:
      Lapack (http://www.netlib.org/lapack/) libraries not found.
      Directories to search for the libraries can be specified in the
      numpy/distutils/site.cfg file (section [lapack]) or by setting
      the LAPACK environment variable.
    self.calc_info()
  lapack_src_info:
    NOT AVAILABLE

  C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\numpy\distutils\system_info.py:624: UserWarning:
      Lapack (http://www.netlib.org/lapack/) sources not found.
      Directories to search for the sources can be specified in the
      numpy/distutils/site.cfg file (section [lapack_src]) or by setting
      the LAPACK_SRC environment variable.
    self.calc_info()
    NOT AVAILABLE

  c:\users\admin\appdata\local\programs\python\python38\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
    warnings.warn(msg)
  running install
  running build
  running config_cc
  unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  running config_fc
  unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  running build_src
  build_src
  building py_modules sources
  building library "npymath" sources
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
  ----------------------------------------

ERROR: Command errored out with exit status 1: 'c:\users\admin\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\setup.py'"'"'; file='"'"'C:\Users\Admin\AppData\Local\Temp\pip-install-29f1brd6\numpy\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\Admin\AppData\Local\Temp\pip-record-9bnr5crd\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\Admin\AppData\Local\Temp\pip-build-env-serjz3ae\overlay' --compile --install-headers 'C:\Users\Admin\AppData\Local\Temp\pip-build-env-serjz3ae\overlay\Include\numpy' Check the logs for full command output.
WARNING: You are using pip version 20.1.1; however, version 20.2.3 is available.
You should consider upgrading via the 'c:\users\admin\appdata\local\programs\python\python38\python.exe -m pip install --upgrade pip' command.

ERROR: Command errored out with exit status 1: 'c:\users\admin\appdata\local\programs\python\python38\python.exe' 'c:\users\admin\appdata\local\programs\python\python38\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\Admin\AppData\Local\Temp\pip-build-env-serjz3ae\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel 'setuptools>=30.3.0' setuptools_scm setuptools_scm_git_archive 'Cython>=0.29.2' 'numpy; python_version=='"'"'2.7'"'"'' 'numpy==1.13.3; python_version=='"'"'3.5'"'"'' 'numpy==1.13.3; python_version=='"'"'3.6'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"'' Check the logs for full command output.`

Python 3.8 not supported (ptime.py: time.clock() has been removed)

Trying to run logistic_interactive.py with Python 3.8 or higher (3.8.1 is current) raises an error.

$ python logistic_interactive.py
Traceback (most recent call last):
  File "logistic_interactive.py", line 19, in <module>
    import pyqtgraph as pg
  File "C:\Users\Matthew\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pyqtgraph\__init__.py", line 204, in <module>
    from .graphicsItems.VTickGroup import *
  File "C:\Users\Matthew\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pyqtgraph\graphicsItems\VTickGroup.py", line 7, in <module>
    from .. import functions as fn
  File "C:\Users\Matthew\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pyqtgraph\functions.py", line 17, in <module>
    from . import debug
  File "C:\Users\Matthew\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pyqtgraph\debug.py", line 11, in <module>
    from . import ptime
  File "C:\Users\Matthew\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pyqtgraph\ptime.py", line 24, in <module>
    cstart = systime.clock()  ### Required to start the clock in windows
AttributeError: module 'time' has no attribute 'clock'

From Python 3.8 documentation:

The function time.clock() has been removed, after having been deprecated since Python 3.3: use time.perf_counter() or time.process_time() instead, depending on your requirements, to have well-defined behavior. (Contributed by Matthias Bussonnier in bpo-36895.)

This will probably require a change on the part of either ptime or pyqtgraph. It doesn't seem too complicated, this is the file throwing the error:

# -*- coding: utf-8 -*-
"""
ptime.py -  Precision time function made os-independent (should have been taken care of by python)
Copyright 2010  Luke Campagnola
Distributed under MIT/X11 license. See license.txt for more infomation.
"""


import sys
import time as systime
START_TIME = None
time = None

def winTime():
    """Return the current time in seconds with high precision (windows version, use Manager.time() to stay platform independent)."""
    return systime.clock() + START_TIME
    #return systime.time()

def unixTime():
    """Return the current time in seconds with high precision (unix version, use Manager.time() to stay platform independent)."""
    return systime.time()

if sys.platform.startswith('win'):
    cstart = systime.clock()  ### Required to start the clock in windows
    START_TIME = systime.time() - cstart
    
    time = winTime
else:
    time = unixTime

Because of the fact that ptime hasn't been updated since 2017, I feel like it's likely Python has a more native implementation now. This will require some looking into.

logistic_mandelbrot.py Downcasting to 32 bit

I get this Warning: 3.9.2/lib/python3.9/site-packages/vispy/gloo/texture.py:44: UserWarning: GPUs can't support dtypes bigger than 32-bit, but got 'float64'. Precision will be lost due to downcasting to 32-bit.
warnings.warn(
fractal_mandelbrot_100 started rendering

when running logistic_mandelbrot.py
is this a Problem?

syntax error:PyQT

I get following error , running on Mac OS 10.13, Python 3.8: ModuleNotFoundError: No module named 'PyQt5'

Animation Stuck at T=100

when i hit play it starts the graph plotting and stops at T=100 and then does nothing
I am using a windows machine with python 3.7
Also in the logistic_interactive.py i am not able to choose auto instead of manual

Runtime Error problem with running all logistic maps

I tried running
python logistic_mandelbrot.py
python logistic_interactive.py
and other commands one by one but none of them worked.

They all output the following text
** On entry to DGEBAL parameter number 3 had an illegal value
** On entry to DGEHRD parameter number 2 had an illegal value
** On entry to DORGHR DORGQR parameter number 2 had an illegal value
** On entry to DHSEQR parameter number 4 had an illegal value
Traceback (most recent call last):
File "logistic_mandelbrot.py", line 20, in <module>
from vispy.color import get_colormaps, BaseColormap
File "C:\Users\hp\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\vispy\__init__.py", line 30, in <module>
from .util import config, set_log_level, keys, sys_info # noqa
File "C:\Users\hp\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\vispy\util\__init__.py", line 9, in <module>
from .logs import logger, set_log_level, use_log_level # noqa
File "C:\Users\hp\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\vispy\util\logs.py", line 14, in <module>
import numpy as np
File "C:\Users\hp\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\numpy\__init__.py", line 305, in <module>
_win_os_check()
File "C:\Users\hp\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\numpy\__init__.py", line 302, in _win_os_check
raise RuntimeError(msg.format(__file__)) from None
RuntimeError: The current Numpy installation ('C:\\Users\\hp\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python38\\site-packages\\numpy\\__init__.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86
This
logistic code error

What to do now?

Logistic Mandelbrot

/Users/nevo/Desktop/anaconda3/lib/python3.7/site-packages/vispy/visuals/line/line.py:395: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
('color', np.float32, 4)])
/Users/nevo/Desktop/anaconda3/lib/python3.7/site-packages/vispy/visuals/line/arrow.py:57: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
('linewidth', np.float32, 1)
/Users/nevo/Desktop/anaconda3/lib/python3.7/site-packages/vispy/visuals/isocurve.py:22: UserWarning: VisPy is not yet compatible with matplotlib 2.2+
warnings.warn("VisPy is not yet compatible with matplotlib 2.2+")
Traceback (most recent call last):
File "/Users/nevo/Downloads/Chaos-master 2/logistic_mandelbrot.py", line 455, in
relative_step_size = stepsize)
File "/Users/nevo/Desktop/anaconda3/lib/python3.7/site-packages/vispy/scene/visuals.py", line 126, in init
subclass.init(self, *args, **kwargs)
File "/Users/nevo/Desktop/anaconda3/lib/python3.7/site-packages/vispy/visuals/volume.py", line 410, in init
self._cmap = get_colormap(cmap)
File "/Users/nevo/Desktop/anaconda3/lib/python3.7/site-packages/vispy/color/colormap.py", line 1037, in get_colormap
raise KeyError('colormap name %s not found' % name)
KeyError: 'colormap name nipy_spectral_r not found'

What do I do?
I really need this I'm supposed to make a presenation about this video.

drop_box folder is not defined

NameError: name 'dropbox_folder' is not defined
ERROR: Invoking <function update at 0x000001B4BDF768B0> for Event
ERROR: Invoking <function update at 0x000001B4BDF768B0> repeat 2
ERROR: Invoking <function update at 0x000001B4BDF768B0> repeat 4
ERROR: Invoking <function update at 0x000001B4BDF768B0> repeat 8
ERROR: Invoking <function update at 0x000001B4BDF768B0> repeat 64
ERROR: Invoking <function update at 0x000001B4BDF768B0> repeat 128
ERROR: Invoking <function update at 0x000001B4BDF768B0> repeat 256
ERROR: Invoking <function update at 0x000001B4BDF768B0> repeat 512
ERROR: Invoking <function update at 0x000001B4BDF768B0> repeat 1024
ERROR: Invoking <function update at 0x000001B4BDF768B0> repeat 2048
ERROR: Invoking <function update at 0x000001B4BDF768B0> repeat 4096
ERROR: Invoking <function update at 0x000001B4BDF768B0> repeat 8192
ERROR: Invoking <function update at 0x000001B4BDF768B0> repeat 16384
ERROR: Invoking <function update at 0x000001B4BDF768B0> repeat 32768

Length mismatch

I am getting an error saying length mismatch. Is there something wrong?

Feature request

I would really like your version of vispy if it’s not too much to ask.

Issue with logistic interactive

So when I use the command to open the program this comes up:
(base) C:\Users\JAWAD SAEED\Desktop\Chaos-master>logistic_interactive.py
Traceback (most recent call last):
File "C:\Users\JAWAD SAEED\Desktop\Chaos-master\logistic_interactive.py", line 13, in
from PyQt5.QtCore import Qt
ImportError: DLL load failed: %1 is not a valid Win32 application.
I would appreciate if someone can assist me as I need this program for a research event.
I am on windows 10 on dell latitude e6400 with the anaconda python 3.7 version and also installed all the other required prerequisites/

Logistic_Mandelbrot.py Crashes Due to Vispy

Whenever I try and run logistic_mandelbrot.py I get an error saying "KeyError: 'colormap name nipy_spectral_r not found'" and is occurring in the colormap.py file within Vispy. I initially tried with python 3.8 but then tried 3.7 as well with no luck.

The whole error...

"Traceback (most recent call last):
File "logistic_mandelbrot.py", line 452, in
volume1 = scene.visuals.Volume(vol, parent = view.scene,
File "C:\Users\pjchu\AppData\Local\Programs\Python\Python38-32\lib\site-packages\vispy\scene\visuals.py", line 127, in init
subclass.init(self, *args, **kwargs)
File "C:\Users\pjchu\AppData\Local\Programs\Python\Python38-32\lib\site-packages\vispy\visuals\volume.py", line 411, in init
self._cmap = get_colormap(cmap)
File "C:\Users\pjchu\AppData\Local\Programs\Python\Python38-32\lib\site-packages\vispy\color\colormap.py", line 1120, in get_colormap
raise KeyError('colormap name %s not found' % name)
KeyError: 'colormap name nipy_spectral_r not found'"

syntax error?

I get this when I type python logistic_interactive.py into Terminal on Mac

File "logistic_interactive.py", line 73
}}"""
^
SyntaxError: invalid syntax

3D Mandelbrot Set changes my mind

You change my mind.

Great piece!

Following is a chinese poem by the most accomplished figures in classical Chinese literature.

题西林壁
苏轼
横看成岭侧成峰,远近高低各不同。
不识庐山真面目,只缘身在此山中。

Help!!

File "C:\Users\user01\Desktop\Chaos-master\logistic_interactive.py", line 480, in
self.rate_box.valueChanged.connect(lambda: self.setValues('rate_box'))
File "C:\Users\user01\Desktop\Chaos-master\logistic_interactive.py", line 533, in setValues
self.rate.setValue( linear_interp(self.rateval,
TypeError: setValue(self, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
File "C:\Users\user01\AppData\Local\Programs\Python\Python310\lib\idlelib\run.py", line 578, in runcode
exec(code, self.locals)
File "C:\Users\user01\Desktop\Chaos-master\logistic_interactive.py", line 746, in
w = Widget(app)
File "C:\Users\user01\Desktop\Chaos-master\logistic_interactive.py", line 575, in init
self.controls.setValues()
File "C:\Users\user01\Desktop\Chaos-master\logistic_interactive.py", line 560, in setValues
self.setValues('rate_box')
File "C:\Users\user01\Desktop\Chaos-master\logistic_interactive.py", line 533, in setValues
self.rate.setValue( linear_interp(self.rateval,
TypeError: setValue(self, int): argument 1 has unexpected type 'float'

Problem running python logistic_mandelbrot.py

I get this

$ python logistic_mandelbrot.py
Traceback (most recent call last):
  File "D:\python\examples\Chaos\logistic_mandelbrot.py", line 446, in <module>
    NEW_TRANSLUCENT_FRAG_SHADER = vispy.visuals.volume.FRAG_SHADER.format(
KeyError: '\n    // Create a pseudo-random number between 0 and 1'

running it on Windows.

Logistic Mandelbrot module throwing file not found errors

Pasting trimmed error output below:
Traceback (most recent call last):
File "/Users/[XXXX]/Chaos/logistic_mandelbrot.py", line 349, in
vol = np.load(datafile)['data']
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/lib/npyio.py", line 417, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: './data/fractal_mandelbrot_data100_iter1500_ovs1.npz'

code_generator/extracts.c:20:10: fatal error: stdio.h: No such file or directory

$ lsb_release -a
Distributor ID: LinuxMint
Description: Linux Mint 19.3 Tricia
Release: 19.3
Codename: tricia

$ pip install pyqt5
Collecting PyQt5==5.14.1
Using cached https://files.pythonhosted.org/packages/3a/fb/eb51731f2dc7c22d8e1a63ba88fb702727b324c6352183a32f27f73b8116/PyQt5-5.14.1.tar.gz
Installing build dependencies: started
Installing build dependencies: finished with status 'error'
Complete output from command /home/derrend/PycharmProjects/Chaos/venv/bin/python /home/derrend/PycharmProjects/Chaos/venv/lib/python3.6/site-packages/pip-19.0.3-py3.6.egg/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-mfwk9_tw/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- "sip >=5.0.1, <6" "PyQt-builder >=1.1.0, <2":
Collecting sip<6,>=5.0.1
Using cached https://files.pythonhosted.org/packages/0d/13/fd58831e545b153cc4d803da46c1666512a9e3d4210f7c7f5b70ccfdb157/sip-5.1.1.tar.gz
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing wheel metadata: started
Preparing wheel metadata: finished with status 'done'
Collecting PyQt-builder<2,>=1.1.0
Using cached https://files.pythonhosted.org/packages/62/90/67ca5da07e8f0326067d321011d6af9e610e5debb9e5c2c66419d8d36787/PyQt_builder-1.2.0-py3-none-any.whl
Collecting toml (from sip<6,>=5.0.1)
Using cached https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl
Collecting packaging (from sip<6,>=5.0.1)
Using cached https://files.pythonhosted.org/packages/98/42/87c585dd3b113c775e65fd6b8d9d0a43abe1819c471d7af702d4e01e9b20/packaging-20.1-py2.py3-none-any.whl
Collecting pyparsing>=2.0.2 (from packaging->sip<6,>=5.0.1)
Using cached https://files.pythonhosted.org/packages/5d/bc/1e58593167fade7b544bfe9502a26dc860940a79ab306e651e7f13be68c2/pyparsing-2.4.6-py2.py3-none-any.whl
Collecting six (from packaging->sip<6,>=5.0.1)
Using cached https://files.pythonhosted.org/packages/65/eb/1f97cb97bfc2390a276969c6fae16075da282f5058082d4cb10c6c5c1dba/six-1.14.0-py2.py3-none-any.whl
Building wheels for collected packages: sip
Building wheel for sip (PEP 517): started
Building wheel for sip (PEP 517): finished with status 'error'
Complete output from command /home/derrend/PycharmProjects/Chaos/venv/bin/python /home/derrend/PycharmProjects/Chaos/venv/lib/python3.6/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmp9uku48lh:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/py_versions.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/init.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/buildable.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/abstract_project.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/distutils_builder.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/configurable.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/builder.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/bindings.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/api.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/version.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/project.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/helpers.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/installable.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/abstract_builder.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/argument_parser.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/pyproject.py -> build/lib.linux-x86_64-3.6/sipbuild
copying sipbuild/exceptions.py -> build/lib.linux-x86_64-3.6/sipbuild
creating build/lib.linux-x86_64-3.6/sipbuild/tools
copying sipbuild/tools/wheel.py -> build/lib.linux-x86_64-3.6/sipbuild/tools
copying sipbuild/tools/init.py -> build/lib.linux-x86_64-3.6/sipbuild/tools
copying sipbuild/tools/install.py -> build/lib.linux-x86_64-3.6/sipbuild/tools
copying sipbuild/tools/build.py -> build/lib.linux-x86_64-3.6/sipbuild/tools
copying sipbuild/tools/sdist.py -> build/lib.linux-x86_64-3.6/sipbuild/tools
creating build/lib.linux-x86_64-3.6/sipbuild/distinfo
copying sipbuild/distinfo/distinfo.py -> build/lib.linux-x86_64-3.6/sipbuild/distinfo
copying sipbuild/distinfo/init.py -> build/lib.linux-x86_64-3.6/sipbuild/distinfo
copying sipbuild/distinfo/main.py -> build/lib.linux-x86_64-3.6/sipbuild/distinfo
creating build/lib.linux-x86_64-3.6/sipbuild/module
copying sipbuild/module/init.py -> build/lib.linux-x86_64-3.6/sipbuild/module
copying sipbuild/module/module.py -> build/lib.linux-x86_64-3.6/sipbuild/module
copying sipbuild/module/abi_version.py -> build/lib.linux-x86_64-3.6/sipbuild/module
copying sipbuild/module/main.py -> build/lib.linux-x86_64-3.6/sipbuild/module
creating build/lib.linux-x86_64-3.6/sipbuild/legacy
copying sipbuild/legacy/init.py -> build/lib.linux-x86_64-3.6/sipbuild/legacy
copying sipbuild/legacy/sip5.py -> build/lib.linux-x86_64-3.6/sipbuild/legacy
creating build/lib.linux-x86_64-3.6/sipbuild/module/source
creating build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/objmap.c -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/setup.cfg.in -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/threads.c -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/sip.h.in -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/sip.pyi -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/qtlib.c -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/setup.py.in -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/sipint.h -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/int_convertors.c -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/pyproject.toml -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/siplib.c -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/voidptr.c -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/array.c -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/apiversions.c -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/MANIFEST.in -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/descriptors.c -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/README.in -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/sip.rst.in -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/array.h -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
copying sipbuild/module/source/12.7/bool.cpp -> build/lib.linux-x86_64-3.6/sipbuild/module/source/12.7
warning: build_py: byte-compiling is disabled, skipping.

running build_ext
building 'sipbuild.code_generator' extension
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/code_generator
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icode_generator -I/home/derrend/PycharmProjects/Chaos/venv/include -I/usr/include/python3.6m -c code_generator/extracts.c -o build/temp.linux-x86_64-3.6/code_generator/extracts.o
code_generator/extracts.c:20:10: fatal error: stdio.h: No such file or directory
 #include <stdio.h>
          ^~~~~~~~~
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

----------------------------------------
Failed building wheel for sip
Running setup.py clean for sip

Failed to build sip
Could not build wheels for sip which use PEP 517 and cannot be installed directly


Command "/home/derrend/PycharmProjects/Chaos/venv/bin/python /home/derrend/PycharmProjects/Chaos/venv/lib/python3.6/site-packages/pip-19.0.3-py3.6.egg/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-mfwk9_tw/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- "sip >=5.0.1, <6" "PyQt-builder >=1.1.0, <2"" failed with error code 1 in None

Rendering problem with all Py scripts

Thanks for the great code. I created a new Python 3.7 env on my Lenovo Yoga C930 running Win10. When loading the PyQt5 package it erred with "spyder 4.1.2 requires pyqtwebengine<5.13; python_version >= "3", which is not installed". The install with PyQt5 v5.14.1 succeeded with this error but Interactive.py acted very badly, no control via the GUI. I had to install PyQt5 5.12.2 to get rid of the errors. Interactive.py works better but all scripts act badly...

logistic_interactive.py - GUI is mostly correct but it only parts of the graphs appear. Populations updates live, but only bits and pieces of Bifurcations appears
logistic_mandelbrot.py - GUI shows the Mandelbrot set but as soon as it starts rotating it zooms into a small section and freezes
logistic_zoom.py - Draws the cobweb completely but does not zoom. It appears not to be frozen, but seems to be redrawing the cobweb rapidly

I see that vispy is GPU-accelerated. My Lenovo has the Intel GPU, not NVIDIA. Is that a possible cause. Are these possibly related to the PyQt5 lib version? Might you have any guidance on how to see the visualizations correctly?

denies permission

when trying to open: python logistic.interactive.py it is just denied, can't find anything online for it (could just be me)

Length mismatch

I am getting the constant error after executing logistic_madelbrotset.py

length mismatch for elevation
length mismatch for distance
length mismatch for azimuth

And this error is being repeatedly being shown

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.