Comment Your Questions in Related Category

android
Android
Forum
blogger
Blogger
Forum
electronics
Electronics
Forum
wordpress
Wordpress
Forum

Freqtrade-dev install using vscode on virtualenv venv

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS F:\TRADING ROBOT GUI\freqtrade\freqtrade-develop\freqtrade-develop> virtualenv venv
created virtual environment CPython3.10.5.final.0-64 in 8088ms
  creator CPython3Windows(dest=F:\TRADING ROBOT GUI\freqtrade\freqtrade-develop\freqtrade-develop\venv, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=C:\Users\konai\AppData\Local\pypa\virtualenv)
    added seed packages: pip==22.2.1, setuptools==63.2.0, wheel==0.37.1
  activators BashActivator,BatchActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
PS F:\TRADING ROBOT GUI\freqtrade\freqtrade-develop\freqtrade-develop> venv\Scripts\activate
(venv) PS F:\TRADING ROBOT GUI\freqtrade\freqtrade-develop\freqtrade-develop> pip inastll -r requirements.txt
ERROR: unknown command "inastll" - maybe you meant "install"
(venv) PS F:\TRADING ROBOT GUI\freqtrade\freqtrade-develop\freqtrade-develop> pip install -r requirements.txt
Collecting numpy==1.23.1
  Using cached numpy-1.23.1-cp310-cp310-win_amd64.whl (14.6 MB)
Collecting pandas==1.4.3
  Using cached pandas-1.4.3-cp310-cp310-win_amd64.whl (10.5 MB)
Collecting pandas-ta==0.3.14b
  Using cached pandas_ta-0.3.14b.tar.gz (115 kB)
  Preparing metadata (setup.py) ... done
Collecting ccxt==1.91.29
  Downloading ccxt-1.91.29-py2.py3-none-any.whl (3.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 6.6 MB/s eta 0:00:00
Collecting cryptography==37.0.4
  Using cached cryptography-37.0.4-cp36-abi3-win_amd64.whl (2.4 MB)
Collecting aiohttp==3.8.1
  Using cached aiohttp-3.8.1-cp310-cp310-win_amd64.whl (555 kB)
Collecting SQLAlchemy==1.4.39
  Using cached SQLAlchemy-1.4.39-cp310-cp310-win_amd64.whl (1.6 MB)
Collecting python-telegram-bot==13.13
  Using cached python_telegram_bot-13.13-py3-none-any.whl (513 kB)
Collecting arrow==1.2.2
  Using cached arrow-1.2.2-py3-none-any.whl (64 kB)
Collecting cachetools==4.2.2
  Using cached cachetools-4.2.2-py3-none-any.whl (11 kB)
Collecting requests==2.28.1
  Using cached requests-2.28.1-py3-none-any.whl (62 kB)
Collecting urllib3==1.26.10
  Downloading urllib3-1.26.10-py2.py3-none-any.whl (139 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.2/139.2 kB 2.1 MB/s eta 0:00:00
Collecting jsonschema==4.7.2
  Downloading jsonschema-4.7.2-py3-none-any.whl (81 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.1/81.1 kB 4.4 MB/s eta 0:00:00
Collecting TA-Lib==0.4.24
  Using cached TA_Lib-0.4.24-cp310-cp310-win_amd64.whl
Collecting technical==1.3.0
  Using cached technical-1.3.0-py3-none-any.whl (51 kB)
Collecting tabulate==0.8.10
  Using cached tabulate-0.8.10-py3-none-any.whl (29 kB)
Collecting pycoingecko==2.2.0
  Using cached pycoingecko-2.2.0-py3-none-any.whl (8.3 kB)
Collecting jinja2==3.1.2
  Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
Collecting tables==3.7.0
  Using cached tables-3.7.0-cp310-cp310-win_amd64.whl (6.9 MB)
Collecting blosc==1.10.6
  Using cached blosc-1.10.6-cp310-cp310-win_amd64.whl
Collecting joblib==1.1.0
  Using cached joblib-1.1.0-py2.py3-none-any.whl (306 kB)
Collecting py_find_1st==1.1.5
  Using cached py_find_1st-1.1.5-cp310-cp310-win_amd64.whl
Collecting python-rapidjson==1.8
  Using cached python_rapidjson-1.8-cp310-cp310-win_amd64.whl (139 kB)
Collecting orjson==3.7.8
  Downloading orjson-3.7.8-cp310-none-win_amd64.whl (199 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 12.6 MB/s eta 0:00:00
Collecting sdnotify==0.3.2
  Using cached sdnotify-0.3.2-py3-none-any.whl
Collecting fastapi==0.79.0
  Using cached fastapi-0.79.0-py3-none-any.whl (54 kB)
Collecting uvicorn==0.18.2
  Using cached uvicorn-0.18.2-py3-none-any.whl (57 kB)
Collecting pyjwt==2.4.0
  Using cached PyJWT-2.4.0-py3-none-any.whl (18 kB)
Collecting aiofiles==0.8.0
  Using cached aiofiles-0.8.0-py3-none-any.whl (13 kB)
Collecting psutil==5.9.1
  Using cached psutil-5.9.1-cp310-cp310-win_amd64.whl (245 kB)
Collecting colorama==0.4.5
  Using cached colorama-0.4.5-py2.py3-none-any.whl (16 kB)
Collecting questionary==1.10.0
  Using cached questionary-1.10.0-py3-none-any.whl (31 kB)
Collecting prompt-toolkit==3.0.30
  Using cached prompt_toolkit-3.0.30-py3-none-any.whl (381 kB)
Collecting python-dateutil==2.8.2
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting schedule==1.1.0
  Using cached schedule-1.1.0-py2.py3-none-any.whl (10 kB)
Collecting pytz>=2020.1
  Downloading pytz-2022.2.1-py2.py3-none-any.whl (500 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 500.6/500.6 kB 3.5 MB/s eta 0:00:00
Requirement already satisfied: setuptools>=60.9.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from ccxt==1.91.29->-r requirements.txt (line 5)) (63.2.0)
Collecting yarl==1.7.2
  Using cached yarl-1.7.2-cp310-cp310-win_amd64.whl (122 kB)
Collecting aiodns>=1.1.1
  Using cached aiodns-3.0.0-py3-none-any.whl (5.0 kB)
Collecting certifi>=2018.1.18
  Using cached certifi-2022.6.15-py3-none-any.whl (160 kB)
Collecting cffi>=1.12
  Using cached cffi-1.15.1-cp310-cp310-win_amd64.whl (179 kB)
Collecting multidict<7.0,>=4.5
  Using cached multidict-6.0.2-cp310-cp310-win_amd64.whl (27 kB)
Collecting frozenlist>=1.1.1
  Downloading frozenlist-1.3.1-cp310-cp310-win_amd64.whl (33 kB)
Collecting charset-normalizer<3.0,>=2.0
  Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting attrs>=17.3.0
  Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB)
Collecting async-timeout<5.0,>=4.0.0a3
  Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting aiosignal>=1.1.2
  Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting greenlet!=0.4.17
  Using cached greenlet-1.1.2-cp310-cp310-win_amd64.whl (101 kB)
Collecting APScheduler==3.6.3
  Using cached APScheduler-3.6.3-py2.py3-none-any.whl (58 kB)
Collecting tornado>=6.1
  Using cached tornado-6.2-cp37-abi3-win_amd64.whl (425 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
  Using cached pyrsistent-0.18.1-cp310-cp310-win_amd64.whl (61 kB)
Collecting MarkupSafe>=2.0
  Using cached MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl (17 kB)
Collecting numexpr>=2.6.2
  Using cached numexpr-2.8.3-cp310-cp310-win_amd64.whl (92 kB)
Collecting packaging
  Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting pydantic!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0,>=1.6.2
  Downloading pydantic-1.9.2-cp310-cp310-win_amd64.whl (2.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 3.4 MB/s eta 0:00:00
Collecting starlette==0.19.1
  Using cached starlette-0.19.1-py3-none-any.whl (63 kB)
Collecting click>=7.0
  Using cached click-8.1.3-py3-none-any.whl (96 kB)
Collecting h11>=0.8
  Using cached h11-0.13.0-py3-none-any.whl (58 kB)
Collecting wcwidth
  Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting six>=1.5
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting tzlocal>=1.2
  Using cached tzlocal-4.2-py3-none-any.whl (19 kB)
Collecting anyio<5,>=3.4.0
  Using cached anyio-3.6.1-py3-none-any.whl (80 kB)
Collecting pycares>=4.0.0
  Downloading pycares-4.2.2-cp310-cp310-win_amd64.whl (75 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.8/75.8 kB 1.0 MB/s eta 0:00:00
Collecting pycparser
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting typing-extensions>=3.7.4.3
  Using cached typing_extensions-4.3.0-py3-none-any.whl (25 kB)
Collecting pyparsing!=3.0.5,>=2.0.2
  Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
Collecting sniffio>=1.1
  Using cached sniffio-1.2.0-py3-none-any.whl (10 kB)
Collecting tzdata
  Downloading tzdata-2022.2-py2.py3-none-any.whl (336 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.4/336.4 kB 948.2 kB/s eta 0:00:00
Collecting pytz-deprecation-shim
  Using cached pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB)
Building wheels for collected packages: pandas-ta
  Building wheel for pandas-ta (setup.py) ... done
  Created wheel for pandas-ta: filename=pandas_ta-0.3.14b0-py3-none-any.whl size=218907 sha256=8dce5a3aa59df62556d483528ae392e34947ebac3da57bfeabdaa867c1091e99
  Stored in directory: c:\users\konai\appdata\local\pip\cache\wheels\69\00\ac\f7fa862c34b0e2ef320175100c233377b4c558944f12474cf0
Successfully built pandas-ta
Installing collected packages: wcwidth, sdnotify, pytz, blosc, urllib3, tzdata, typing-extensions, tornado, tabulate, sniffio, six, schedule, python-rapidjson, pyrsistent, pyparsing, pyjwt, pycparser, psutil, prompt-toolkit, orjson, numpy, multidict, MarkupSafe, joblib, idna, h11, greenlet, frozenlist, colorama, charset-normalizer, certifi, cachetools, attrs, async-timeout, aiofiles, yarl, TA-Lib, SQLAlchemy, requests, questionary, pytz-deprecation-shim, python-dateutil, pydantic, py_find_1st, packaging, jsonschema, jinja2, click, cffi, anyio, aiosignal, uvicorn, tzlocal, starlette, pycoingecko, pycares, pandas, numexpr, cryptography, arrow, aiohttp, technical, tables, pandas-ta, fastapi, APScheduler, aiodns, python-telegram-bot, ccxt
Successfully installed APScheduler-3.6.3 MarkupSafe-2.1.1 SQLAlchemy-1.4.39 TA-Lib-0.4.24 aiodns-3.0.0 aiofiles-0.8.0 aiohttp-3.8.1 aiosignal-1.2.0 anyio-3.6.1 arrow-1.2.2 async-timeout-4.0.2 attrs-22.1.0 blosc-1.10.6 cachetools-4.2.2 ccxt-1.91.29 certifi-2022.6.15 cffi-1.15.1 charset-normalizer-2.1.0 click-8.1.3 colorama-0.4.5 cryptography-37.0.4 fastapi-0.79.0 frozenlist-1.3.1 greenlet-1.1.2 h11-0.13.0 idna-3.3 jinja2-3.1.2 joblib-1.1.0 jsonschema-4.7.2 multidict-6.0.2 numexpr-2.8.3 numpy-1.23.1 orjson-3.7.8 packaging-21.3 pandas-1.4.3 pandas-ta-0.3.14b0 prompt-toolkit-3.0.30 psutil-5.9.1 py_find_1st-1.1.5 pycares-4.2.2 pycoingecko-2.2.0 pycparser-2.21 pydantic-1.9.2 pyjwt-2.4.0 pyparsing-3.0.9 pyrsistent-0.18.1 python-dateutil-2.8.2 python-rapidjson-1.8 python-telegram-bot-13.13 pytz-2022.2.1 pytz-deprecation-shim-0.1.0.post0 questionary-1.10.0 requests-2.28.1 schedule-1.1.0 sdnotify-0.3.2 six-1.16.0 sniffio-1.2.0 starlette-0.19.1 tables-3.7.0 tabulate-0.8.10 technical-1.3.0 tornado-6.2 typing-extensions-4.3.0 tzdata-2022.2 tzlocal-4.2 urllib3-1.26.10 uvicorn-0.18.2 wcwidth-0.2.5 yarl-1.7.2

[notice] A new release of pip available: 22.2.1 -> 22.2.2
[notice] To update, run: python.exe -m pip install --upgrade pip
(venv) PS F:\TRADING ROBOT GUI\freqtrade\freqtrade-develop\freqtrade-develop> python.exe -m pip install --upgrade pip
Requirement already satisfied: pip in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (22.2.1)
Collecting pip
  Using cached pip-22.2.2-py3-none-any.whl (2.0 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 22.2.1
    Uninstalling pip-22.2.1:
      Successfully uninstalled pip-22.2.1
Successfully installed pip-22.2.2
(venv) PS F:\TRADING ROBOT GUI\freqtrade\freqtrade-develop\freqtrade-develop> pip install -r requirements-plot.txt
Requirement already satisfied: numpy==1.23.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 1)) (1.23.1)
Requirement already satisfied: pandas==1.4.3 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 2)) (1.4.3)
Requirement already satisfied: pandas-ta==0.3.14b in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 3)) (0.3.14b0)
Requirement already satisfied: ccxt==1.91.29 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 5)) (1.91.29)
Requirement already satisfied: cryptography==37.0.4 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 7)) (37.0.4)
Requirement already satisfied: aiohttp==3.8.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 8)) (3.8.1)
Requirement already satisfied: SQLAlchemy==1.4.39 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 9)) (1.4.39)
Requirement already satisfied: python-telegram-bot==13.13 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 10)) (13.13)
Requirement already satisfied: arrow==1.2.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 11)) (1.2.2)
Requirement already satisfied: cachetools==4.2.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 12)) (4.2.2)
Requirement already satisfied: requests==2.28.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 13)) (2.28.1)
Requirement already satisfied: urllib3==1.26.10 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 14)) (1.26.10)
Requirement already satisfied: jsonschema==4.7.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 15)) (4.7.2)
Requirement already satisfied: TA-Lib==0.4.24 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 16)) (0.4.24)
Requirement already satisfied: technical==1.3.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 17)) (1.3.0)
Requirement already satisfied: tabulate==0.8.10 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 18)) (0.8.10)
Requirement already satisfied: pycoingecko==2.2.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 19)) (2.2.0)
Requirement already satisfied: jinja2==3.1.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 20)) (3.1.2)
Requirement already satisfied: tables==3.7.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 21)) (3.7.0)
Requirement already satisfied: blosc==1.10.6 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 22)) (1.10.6)
Requirement already satisfied: joblib==1.1.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 23)) (1.1.0)
Requirement already satisfied: py_find_1st==1.1.5 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 26)) (1.1.5)
Requirement already satisfied: python-rapidjson==1.8 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 29)) (1.8)
Requirement already satisfied: orjson==3.7.8 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 31)) (3.7.8)
Requirement already satisfied: sdnotify==0.3.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 34)) (0.3.2)
Requirement already satisfied: fastapi==0.79.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 37)) (0.79.0)
Requirement already satisfied: uvicorn==0.18.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 38)) (0.18.2)
Requirement already satisfied: pyjwt==2.4.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 39)) (2.4.0)
Requirement already satisfied: aiofiles==0.8.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 40)) (0.8.0)
Requirement already satisfied: psutil==5.9.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 41)) (5.9.1)
Requirement already satisfied: colorama==0.4.5 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 44)) (0.4.5)
Requirement already satisfied: questionary==1.10.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 46)) (1.10.0)
Requirement already satisfied: prompt-toolkit==3.0.30 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 47)) (3.0.30)
Requirement already satisfied: python-dateutil==2.8.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 49)) (2.8.2)
Requirement already satisfied: schedule==1.1.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 52)) (1.1.0)
Collecting plotly==5.9.0
  Downloading plotly-5.9.0-py2.py3-none-any.whl (15.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.2/15.2 MB 492.6 kB/s eta 0:00:00
Requirement already satisfied: pytz>=2020.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from pandas==1.4.3->-r requirements.txt (line 2)) (2022.2.1)
Requirement already satisfied: yarl==1.7.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from ccxt==1.91.29->-r requirements.txt (line 5)) (1.7.2)
Requirement already satisfied: aiodns>=1.1.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from ccxt==1.91.29->-r requirements.txt (line 5)) (3.0.0)
Requirement already satisfied: certifi>=2018.1.18 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from ccxt==1.91.29->-r requirements.txt (line 5)) (2022.6.15)
Requirement already satisfied: setuptools>=60.9.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from ccxt==1.91.29->-r requirements.txt (line 5)) (63.2.0)
Requirement already satisfied: cffi>=1.12 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from cryptography==37.0.4->-r requirements.txt (line 7)) (1.15.1)
Requirement already satisfied: multidict<7.0,>=4.5 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiohttp==3.8.1->-r requirements.txt (line 8)) (6.0.2)
Requirement already satisfied: charset-normalizer<3.0,>=2.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiohttp==3.8.1->-r requirements.txt (line 8)) (2.1.0)
Requirement already satisfied: frozenlist>=1.1.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiohttp==3.8.1->-r requirements.txt (line 8)) (1.3.1)
Requirement already satisfied: attrs>=17.3.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiohttp==3.8.1->-r requirements.txt (line 8)) (22.1.0)
Requirement already satisfied: aiosignal>=1.1.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiohttp==3.8.1->-r requirements.txt (line 8)) (1.2.0)
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiohttp==3.8.1->-r requirements.txt (line 8)) (4.0.2)
Requirement already satisfied: greenlet!=0.4.17 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from SQLAlchemy==1.4.39->-r requirements.txt (line 9)) (1.1.2)
Requirement already satisfied: APScheduler==3.6.3 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from python-telegram-bot==13.13->-r requirements.txt (line 10)) (3.6.3)
Requirement already satisfied: tornado>=6.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from python-telegram-bot==13.13->-r requirements.txt (line 10)) (6.2)
Requirement already satisfied: idna<4,>=2.5 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from requests==2.28.1->-r requirements.txt (line 13)) (3.3)
Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from jsonschema==4.7.2->-r requirements.txt (line 15)) (0.18.1)
Requirement already satisfied: MarkupSafe>=2.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from jinja2==3.1.2->-r requirements.txt (line 20)) (2.1.1)
Requirement already satisfied: packaging in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from tables==3.7.0->-r requirements.txt (line 21)) (21.3)
Requirement already satisfied: numexpr>=2.6.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from tables==3.7.0->-r requirements.txt (line 21)) (2.8.3)
Requirement already satisfied: starlette==0.19.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from fastapi==0.79.0->-r requirements.txt (line 37)) (0.19.1)
Requirement already satisfied: pydantic!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0,>=1.6.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from fastapi==0.79.0->-r requirements.txt (line 37)) (1.9.2)
Requirement already satisfied: click>=7.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from uvicorn==0.18.2->-r requirements.txt (line 38)) (8.1.3)
Requirement already satisfied: h11>=0.8 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from uvicorn==0.18.2->-r requirements.txt (line 38)) (0.13.0)
Requirement already satisfied: wcwidth in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from prompt-toolkit==3.0.30->-r requirements.txt (line 47)) (0.2.5)
Requirement already satisfied: six>=1.5 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from python-dateutil==2.8.2->-r requirements.txt (line 49)) (1.16.0)
Collecting tenacity>=6.2.0
  Using cached tenacity-8.0.1-py3-none-any.whl (24 kB)
Requirement already satisfied: tzlocal>=1.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from APScheduler==3.6.3->python-telegram-bot==13.13->-r requirements.txt (line 10)) (4.2)
Requirement already satisfied: anyio<5,>=3.4.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from starlette==0.19.1->fastapi==0.79.0->-r requirements.txt (line 37)) (3.6.1)
Requirement already satisfied: pycares>=4.0.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiodns>=1.1.1->ccxt==1.91.29->-r requirements.txt (line 5)) (4.2.2)
Requirement already satisfied: pycparser in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from cffi>=1.12->cryptography==37.0.4->-r requirements.txt (line 7)) (2.21)
Requirement already satisfied: typing-extensions>=3.7.4.3 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from pydantic!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0,>=1.6.2->fastapi==0.79.0->-r requirements.txt (line 37)) (4.3.0)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from packaging->tables==3.7.0->-r requirements.txt (line 21)) (3.0.9)
Requirement already satisfied: sniffio>=1.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from anyio<5,>=3.4.0->starlette==0.19.1->fastapi==0.79.0->-r requirements.txt (line 37)) (1.2.0)
Requirement already satisfied: pytz-deprecation-shim in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from tzlocal>=1.2->APScheduler==3.6.3->python-telegram-bot==13.13->-r requirements.txt (line 10)) (0.1.0.post0)
Requirement already satisfied: tzdata in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from tzlocal>=1.2->APScheduler==3.6.3->python-telegram-bot==13.13->-r requirements.txt (line 10)) (2022.2)
Installing collected packages: tenacity, plotly
Successfully installed plotly-5.9.0 tenacity-8.0.1
(venv) PS F:\TRADING ROBOT GUI\freqtrade\freqtrade-develop\freqtrade-develop> pip install -r requirements-hyperopt.txt
Requirement already satisfied: numpy==1.23.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 1)) (1.23.1)
Requirement already satisfied: pandas==1.4.3 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 2)) (1.4.3)
Requirement already satisfied: pandas-ta==0.3.14b in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 3)) (0.3.14b0)
Requirement already satisfied: ccxt==1.91.29 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 5)) (1.91.29)
Requirement already satisfied: cryptography==37.0.4 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 7)) (37.0.4)
Requirement already satisfied: aiohttp==3.8.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 8)) (3.8.1)
Requirement already satisfied: SQLAlchemy==1.4.39 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 9)) (1.4.39)
Requirement already satisfied: python-telegram-bot==13.13 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 10)) (13.13)
Requirement already satisfied: arrow==1.2.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 11)) (1.2.2)
Requirement already satisfied: cachetools==4.2.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 12)) (4.2.2)
Requirement already satisfied: requests==2.28.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 13)) (2.28.1)
Requirement already satisfied: urllib3==1.26.10 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 14)) (1.26.10)
Requirement already satisfied: jsonschema==4.7.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 15)) (4.7.2)
Requirement already satisfied: TA-Lib==0.4.24 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 16)) (0.4.24)
Requirement already satisfied: technical==1.3.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 17)) (1.3.0)
Requirement already satisfied: tabulate==0.8.10 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 18)) (0.8.10)
Requirement already satisfied: pycoingecko==2.2.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 19)) (2.2.0)
Requirement already satisfied: jinja2==3.1.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 20)) (3.1.2)
Requirement already satisfied: tables==3.7.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 21)) (3.7.0)
Requirement already satisfied: blosc==1.10.6 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 22)) (1.10.6)
Requirement already satisfied: joblib==1.1.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 23)) (1.1.0)
Requirement already satisfied: py_find_1st==1.1.5 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 26)) (1.1.5)
Requirement already satisfied: python-rapidjson==1.8 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 29)) (1.8)
Requirement already satisfied: orjson==3.7.8 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 31)) (3.7.8)
Requirement already satisfied: sdnotify==0.3.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 34)) (0.3.2)
Requirement already satisfied: fastapi==0.79.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 37)) (0.79.0)
Requirement already satisfied: uvicorn==0.18.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 38)) (0.18.2)
Requirement already satisfied: pyjwt==2.4.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 39)) (2.4.0)
Requirement already satisfied: aiofiles==0.8.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 40)) (0.8.0)
Requirement already satisfied: psutil==5.9.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 41)) (5.9.1)
Requirement already satisfied: colorama==0.4.5 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 44)) (0.4.5)
Requirement already satisfied: questionary==1.10.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 46)) (1.10.0)
Requirement already satisfied: prompt-toolkit==3.0.30 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 47)) (3.0.30)
Requirement already satisfied: python-dateutil==2.8.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 49)) (2.8.2)
Requirement already satisfied: schedule==1.1.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r requirements.txt (line 52)) (1.1.0)
Collecting scipy==1.8.1
  Using cached scipy-1.8.1-cp310-cp310-win_amd64.whl (36.9 MB)
Collecting scikit-learn==1.1.1
  Using cached scikit_learn-1.1.1-cp310-cp310-win_amd64.whl (7.3 MB)
Collecting scikit-optimize==0.9.0
  Downloading scikit_optimize-0.9.0-py2.py3-none-any.whl (100 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.3/100.3 kB 1.5 MB/s eta 0:00:00
Collecting filelock==3.7.1
  Using cached filelock-3.7.1-py3-none-any.whl (10 kB)
Collecting progressbar2==4.0.0
  Downloading progressbar2-4.0.0-py2.py3-none-any.whl (26 kB)
Requirement already satisfied: pytz>=2020.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from pandas==1.4.3->-r requirements.txt (line 2)) (2022.2.1)
Requirement already satisfied: setuptools>=60.9.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from ccxt==1.91.29->-r requirements.txt (line 5)) (63.2.0)
Requirement already satisfied: certifi>=2018.1.18 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from ccxt==1.91.29->-r requirements.txt (line 5)) (2022.6.15)
Requirement already satisfied: yarl==1.7.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from ccxt==1.91.29->-r requirements.txt (line 5)) (1.7.2)
Requirement already satisfied: aiodns>=1.1.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from ccxt==1.91.29->-r requirements.txt (line 5)) (3.0.0)
Requirement already satisfied: cffi>=1.12 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from cryptography==37.0.4->-r requirements.txt (line 7)) (1.15.1)
Requirement already satisfied: charset-normalizer<3.0,>=2.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiohttp==3.8.1->-r requirements.txt (line 8)) (2.1.0)
Requirement already satisfied: frozenlist>=1.1.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiohttp==3.8.1->-r requirements.txt (line 8)) (1.3.1)
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiohttp==3.8.1->-r requirements.txt (line 8)) (4.0.2)
Requirement already satisfied: attrs>=17.3.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiohttp==3.8.1->-r requirements.txt (line 8)) (22.1.0)
Requirement already satisfied: aiosignal>=1.1.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiohttp==3.8.1->-r requirements.txt (line 8)) (1.2.0)
Requirement already satisfied: multidict<7.0,>=4.5 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiohttp==3.8.1->-r requirements.txt (line 8)) (6.0.2)
Requirement already satisfied: greenlet!=0.4.17 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from SQLAlchemy==1.4.39->-r requirements.txt (line 9)) (1.1.2)
Requirement already satisfied: APScheduler==3.6.3 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from python-telegram-bot==13.13->-r requirements.txt (line 10)) (3.6.3)
Requirement already satisfied: tornado>=6.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from python-telegram-bot==13.13->-r requirements.txt (line 10)) (6.2)
Requirement already satisfied: idna<4,>=2.5 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from requests==2.28.1->-r requirements.txt (line 13)) (3.3)
Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from jsonschema==4.7.2->-r requirements.txt (line 15)) (0.18.1)
Requirement already satisfied: MarkupSafe>=2.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from jinja2==3.1.2->-r requirements.txt (line 20)) (2.1.1)
Requirement already satisfied: packaging in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from tables==3.7.0->-r requirements.txt (line 21)) (21.3)
Requirement already satisfied: numexpr>=2.6.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from tables==3.7.0->-r requirements.txt (line 21)) (2.8.3)
Requirement already satisfied: starlette==0.19.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from fastapi==0.79.0->-r requirements.txt (line 37)) (0.19.1)
Requirement already satisfied: pydantic!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0,>=1.6.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from fastapi==0.79.0->-r requirements.txt (line 37)) (1.9.2)
Requirement already satisfied: click>=7.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from uvicorn==0.18.2->-r requirements.txt (line 38)) (8.1.3)
Requirement already satisfied: h11>=0.8 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from uvicorn==0.18.2->-r requirements.txt (line 38)) (0.13.0)
Requirement already satisfied: wcwidth in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from prompt-toolkit==3.0.30->-r requirements.txt (line 47)) (0.2.5)
Requirement already satisfied: six>=1.5 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from python-dateutil==2.8.2->-r requirements.txt (line 49)) (1.16.0)
Collecting threadpoolctl>=2.0.0
  Using cached threadpoolctl-3.1.0-py3-none-any.whl (14 kB)
Collecting pyaml>=16.9
  Downloading pyaml-21.10.1-py2.py3-none-any.whl (24 kB)
Collecting python-utils>=3.0.0
  Downloading python_utils-3.3.3-py2.py3-none-any.whl (23 kB)
Requirement already satisfied: tzlocal>=1.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from APScheduler==3.6.3->python-telegram-bot==13.13->-r requirements.txt (line 10)) (4.2)
Requirement already satisfied: anyio<5,>=3.4.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from starlette==0.19.1->fastapi==0.79.0->-r requirements.txt (line 37)) (3.6.1)
Requirement already satisfied: pycares>=4.0.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from aiodns>=1.1.1->ccxt==1.91.29->-r requirements.txt (line 5)) (4.2.2)
Requirement already satisfied: pycparser in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from cffi>=1.12->cryptography==37.0.4->-r requirements.txt (line 7)) (2.21)
Collecting PyYAML
  Using cached PyYAML-6.0-cp310-cp310-win_amd64.whl (151 kB)
Requirement already satisfied: typing-extensions>=3.7.4.3 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from pydantic!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0,>=1.6.2->fastapi==0.79.0->-r requirements.txt (line 37)) (4.3.0)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from packaging->tables==3.7.0->-r requirements.txt (line 21)) (3.0.9)
Requirement already satisfied: sniffio>=1.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from anyio<5,>=3.4.0->starlette==0.19.1->fastapi==0.79.0->-r requirements.txt (line 37)) (1.2.0)
Requirement already satisfied: pytz-deprecation-shim in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from tzlocal>=1.2->APScheduler==3.6.3->python-telegram-bot==13.13->-r requirements.txt (line 10)) (0.1.0.post0)
Requirement already satisfied: tzdata in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from tzlocal>=1.2->APScheduler==3.6.3->python-telegram-bot==13.13->-r requirements.txt (line 10)) (2022.2)
Installing collected packages: threadpoolctl, scipy, PyYAML, python-utils, filelock, scikit-learn, pyaml, progressbar2, scikit-optimize
Successfully installed PyYAML-6.0 filelock-3.7.1 progressbar2-4.0.0 pyaml-21.10.1 python-utils-3.3.3 scikit-learn-1.1.1 scikit-optimize-0.9.0 scipy-1.8.1 threadpoolctl-3.1.0
(venv) PS F:\TRADING ROBOT GUI\freqtrade\freqtrade-develop\freqtrade-develop> pip install -r docs/requirements-docs.txt
Collecting markdown==3.3.7
  Downloading Markdown-3.3.7-py3-none-any.whl (97 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.8/97.8 kB 931.3 kB/s eta 0:00:00
Collecting mkdocs==1.3.1
  Downloading mkdocs-1.3.1-py3-none-any.whl (3.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 234.2 kB/s eta 0:00:00
Collecting mkdocs-material==8.3.9
  Downloading mkdocs_material-8.3.9-py2.py3-none-any.whl (5.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 211.6 kB/s eta 0:00:00
Collecting mdx_truly_sane_lists==1.3
  Downloading mdx_truly_sane_lists-1.3-py3-none-any.whl (6.1 kB)
Collecting pymdown-extensions==9.5
  Downloading pymdown_extensions-9.5-py3-none-any.whl (217 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.5/217.5 kB 323.3 kB/s eta 0:00:00
Requirement already satisfied: jinja2==3.1.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from -r docs/requirements-docs.txt (line 6)) (3.1.2)
Collecting mergedeep>=1.3.4
  Downloading mergedeep-1.3.4-py3-none-any.whl (6.4 kB)
Requirement already satisfied: click>=3.3 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from mkdocs==1.3.1->-r docs/requirements-docs.txt (line 2)) (8.1.3)
Collecting importlib-metadata>=4.3
  Using cached importlib_metadata-4.12.0-py3-none-any.whl (21 kB)
Collecting watchdog>=2.0
  Using cached watchdog-2.1.9-py3-none-win_amd64.whl (78 kB)
Requirement already satisfied: PyYAML>=3.10 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from mkdocs==1.3.1->-r docs/requirements-docs.txt (line 2)) (6.0)
Collecting pyyaml-env-tag>=0.1
  Downloading pyyaml_env_tag-0.1-py3-none-any.whl (3.9 kB)
Collecting ghp-import>=1.0
  Downloading ghp_import-2.1.0-py3-none-any.whl (11 kB)
Requirement already satisfied: packaging>=20.5 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from mkdocs==1.3.1->-r docs/requirements-docs.txt (line 2)) (21.3)
Collecting pygments>=2.12
  Using cached Pygments-2.12.0-py3-none-any.whl (1.1 MB)
Collecting mkdocs-material-extensions>=1.0.3
  Downloading mkdocs_material_extensions-1.0.3-py3-none-any.whl (8.1 kB)
Requirement already satisfied: MarkupSafe>=2.0 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from jinja2==3.1.2->-r docs/requirements-docs.txt (line 6)) (2.1.1)
Requirement already satisfied: colorama in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from click>=3.3->mkdocs==1.3.1->-r docs/requirements-docs.txt (line 2)) (0.4.5)
Requirement already satisfied: python-dateutil>=2.8.1 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from ghp-import>=1.0->mkdocs==1.3.1->-r docs/requirements-docs.txt (line 2)) (2.8.2)
Collecting zipp>=0.5
  Downloading zipp-3.8.1-py3-none-any.whl (5.6 kB)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from packaging>=20.5->mkdocs==1.3.1->-r docs/requirements-docs.txt (line 2)) (3.0.9)
Requirement already satisfied: six>=1.5 in f:\trading robot gui\freqtrade\freqtrade-develop\freqtrade-develop\venv\lib\site-packages (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs==1.3.1->-r docs/requirements-docs.txt (line 2)) (1.16.0)
Installing collected packages: zipp, watchdog, pyyaml-env-tag, pygments, mkdocs-material-extensions, mergedeep, markdown, pymdown-extensions, mdx_truly_sane_lists, importlib-metadata, ghp-import, mkdocs, mkdocs-material
Successfully installed ghp-import-2.1.0 importlib-metadata-4.12.0 markdown-3.3.7 mdx_truly_sane_lists-1.3 mergedeep-1.3.4 mkdocs-1.3.1 mkdocs-material-8.3.9 mkdocs-material-extensions-1.0.3 pygments-2.12.0 pymdown-extensions-9.5 pyyaml-env-tag-0.1 watchdog-2.1.9 zipp-3.8.1
(venv) PS F:\TRADING ROBOT GUI\freqtrade\freqtrade-develop\freqtrade-develop> 

วิธีแก้ไข 'กระบวนการผู้ใช้ Exec ที่เกิดขึ้น: ข้อผิดพลาดรูปแบบ Exec'?

 วิธีแก้ไข 'กระบวนการผู้ใช้ Exec ที่เกิดขึ้น: ข้อผิดพลาดรูปแบบ Exec'?


    โดยทั่วไปการเขียนโปรแกรมและการพัฒนาซอฟต์แวร์มาไกลจากวันแรกๆ ของสมัชชา ตอนนี้การพัฒนาซอฟต์แวร์นั้นเร็วและง่ายกว่าที่เคยด้วยจํานวนเฟรมเวิร์กและเทคโนโลยีที่แตกต่างกันออกไปแล้ว

    อย่างไรก็ตามนั่นไม่ได้หมายความว่าข้อบกพร่องและข้อผิดพลาดที่น่ารําคาญจะไม่เกิดขึ้น ในบทความนี้เรากําลังพูดถึงข้อผิดพลาด "standard_init_linux.go:228: กระบวนการผู้ใช้ exec ที่เกิดขึ้น: รูปแบบ exec" และให้วิธีแก้ปัญหาสองวิธีแก่คุณ

    อ่านเพิ่มเติม: Python คํานึงถึงตัวพิมพ์เล็กและตัวพิมพ์ใหญ่เมื่อจัดการกับตัวระบุหรือไม่?
ตรวจสอบจุดเริ่มต้นของคุณ

    นี่เป็นสิ่งที่ค่อนข้างพื้นฐาน แต่หลายคนพลาดไป จุดเริ่มต้นของคุณต้องเป็นปฏิบัติการ หากไม่เป็นเช่นนั้นคุณจะพบข้อผิดพลาดเช่นนี้ สิ่งที่คุณต้องทําคือรวมบรรทัดต่อไปนี้ไว้ที่ด้านบนของสคริปต์ของคุณ โปรดทราบว่าวิธีนี้ใช้ได้กับ Python เท่านั้น

 [My HTML goes here] 

full-width