File size: 174,524 Bytes
a24b2df |
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 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 |
2025-02-04T14:42:03,309 Using pip 24.0 from C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip (python 3.12)
2025-02-04T14:42:03,309 Non-user install because site-packages writeable
2025-02-04T14:42:04,240 Created temporary directory: C:\Users\user\AppData\Local\Temp\pip-build-tracker-jhqcjf05
2025-02-04T14:42:04,240 Initialized build tracking at C:\Users\user\AppData\Local\Temp\pip-build-tracker-jhqcjf05
2025-02-04T14:42:04,240 Created build tracker: C:\Users\user\AppData\Local\Temp\pip-build-tracker-jhqcjf05
2025-02-04T14:42:04,240 Entered build tracker: C:\Users\user\AppData\Local\Temp\pip-build-tracker-jhqcjf05
2025-02-04T14:42:04,240 Created temporary directory: C:\Users\user\AppData\Local\Temp\pip-install-w92uz3kn
2025-02-04T14:42:04,240 ERROR: Could not open requirements file: [Errno 2] No such file or directory: '/tmp/requirements.txt'
2025-02-04T14:42:04,240 Exception information:
2025-02-04T14:42:04,240 Traceback (most recent call last):
2025-02-04T14:42:04,240 File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_internal\req\req_file.py", line 550, in get_file_content
2025-02-04T14:42:04,240 with open(url, "rb") as f:
2025-02-04T14:42:04,240 ^^^^^^^^^^^^^^^
2025-02-04T14:42:04,240 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/requirements.txt'
2025-02-04T14:42:04,240
2025-02-04T14:42:04,240 During handling of the above exception, another exception occurred:
2025-02-04T14:42:04,240
2025-02-04T14:42:04,240 Traceback (most recent call last):
2025-02-04T14:42:04,240 File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_internal\cli\base_command.py", line 180, in exc_logging_wrapper
2025-02-04T14:42:04,240 status = run_func(*args)
2025-02-04T14:42:04,240 ^^^^^^^^^^^^^^^
2025-02-04T14:42:04,240 File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_internal\cli\req_command.py", line 245, in wrapper
2025-02-04T14:42:04,240 return func(self, options, args)
2025-02-04T14:42:04,240 ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-04T14:42:04,240 File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_internal\commands\install.py", line 342, in run
2025-02-04T14:42:04,240 reqs = self.get_requirements(args, options, finder, session)
2025-02-04T14:42:04,240 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-04T14:42:04,240 File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_internal\cli\req_command.py", line 433, in get_requirements
2025-02-04T14:42:04,240 for parsed_req in parse_requirements(
2025-02-04T14:42:04,240 File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_internal\req\req_file.py", line 156, in parse_requirements
2025-02-04T14:42:04,240 for parsed_line in parser.parse(filename, constraint):
2025-02-04T14:42:04,240 File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_internal\req\req_file.py", line 337, in parse
2025-02-04T14:42:04,240 yield from self._parse_and_recurse(filename, constraint)
2025-02-04T14:42:04,240 File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_internal\req\req_file.py", line 342, in _parse_and_recurse
2025-02-04T14:42:04,240 for line in self._parse_file(filename, constraint):
2025-02-04T14:42:04,240 File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_internal\req\req_file.py", line 373, in _parse_file
2025-02-04T14:42:04,240 _, content = get_file_content(filename, self._session)
2025-02-04T14:42:04,240 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-04T14:42:04,240 File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_internal\req\req_file.py", line 553, in get_file_content
2025-02-04T14:42:04,240 raise InstallationError(f"Could not open requirements file: {exc}")
2025-02-04T14:42:04,240 pip._internal.exceptions.InstallationError: Could not open requirements file: [Errno 2] No such file or directory: '/tmp/requirements.txt'
2025-02-04T14:42:04,710 1 location(s) to search for versions of pip:
2025-02-04T14:42:04,710 * https://pypi.org/simple/pip/
2025-02-04T14:42:04,710 Fetching project page and analyzing links: https://pypi.org/simple/pip/
2025-02-04T14:42:04,710 Getting page https://pypi.org/simple/pip/
2025-02-04T14:42:04,710 Found index url https://pypi.org/simple/
2025-02-04T14:42:07,115 Fetched page https://pypi.org/simple/pip/ as application/vnd.pypi.simple.v1+json
2025-02-04T14:42:07,115 Found link https://files.pythonhosted.org/packages/3d/9d/1e313763bdfb6a48977b65829c6ce2a43eaae29ea2f907c8bbef024a7219/pip-0.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.2
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/18/ad/c0fe6cdfe1643a19ef027c7168572dac6283b80a384ddf21b75b921877da/pip-0.2.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.2.1
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz (from https://pypi.org/simple/pip/), version: 0.3
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/0a/bb/d087c9a1415f8726e683791c0b2943c53f2b76e69f527f2e2b2e9f9e7b5c/pip-0.3.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.3.1
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/cf/c3/153571aaac6cf999f4bb09c019b1ff379b7b599ea833813a41c784eec995/pip-0.4.tar.gz (from https://pypi.org/simple/pip/), version: 0.4
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/8d/c7/f05c87812fa5d9562ecbc5f4f1fc1570444f53c81c834a7f662af406e3c1/pip-0.5.tar.gz (from https://pypi.org/simple/pip/), version: 0.5
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/9a/aa/f536b6d14fe03343367da2ff44eee28f340ae650cd017ca088b6be13084a/pip-0.5.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.5.1
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/db/e6/fdf7be8a17b032c533d3f91e91e2c63dd81d3627cbe4113248a00c2d39d8/pip-0.6.tar.gz (from https://pypi.org/simple/pip/), version: 0.6
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/91/cd/105f4d3c75d0ae18e12623acc96f42168aaba408dd6e43c4505aa21f8e37/pip-0.6.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.6.1
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/1c/c7/c0e1a9413c37828faf290f29a85a4d6034c145cc04bf1622ba8beb662ad8/pip-0.6.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.6.2
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/3f/af/c4b9d49fb0f286996b28dbc0955c3ad359794697eb98e0e69863908070b0/pip-0.6.3.tar.gz (from https://pypi.org/simple/pip/), version: 0.6.3
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/ec/7a/6fe91ff0079ad0437830957c459d52f3923e516f5b453218f2a93d09a427/pip-0.7.tar.gz (from https://pypi.org/simple/pip/), version: 0.7
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/a5/63/11303863c2f5e9d9a15d89fcf7513a4b60987007d418862e0fb65c09fff7/pip-0.7.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.7.1
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/cd/a9/1debaa96bbc1005c1c8ad3b79fec58c198d35121546ea2e858ce0894268a/pip-0.7.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.7.2
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/74/54/f785c327fb3d163560a879b36edae5c78ee07806be282c9d4807f6be7dd1/pip-0.8.tar.gz (from https://pypi.org/simple/pip/), version: 0.8
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/5c/79/5e8381cc3078bae92166f2ba96de8355e8c181926505ba8882f7b099a500/pip-0.8.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.8.1
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/17/3e/0a98ab032991518741e7e712a719633e6ae160f51b3d3e855194530fd308/pip-0.8.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.8.2
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/f7/9a/943fc6d879ed7220bac2e7e53096bfe78abec88d77f2f516400e0129679e/pip-0.8.3.tar.gz (from https://pypi.org/simple/pip/), version: 0.8.3
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/24/33/6eb675fb6db7b71d69d6928b33dea61b8bf5cfe1e5649be70ec84ce2fc09/pip-1.0.tar.gz (from https://pypi.org/simple/pip/), version: 1.0
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/10/d9/f584e6107ef98ad7eaaaa5d0f756bfee12561fa6a4712ffdb7209e0e1fd4/pip-1.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.0.1
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/16/90/5e6f80364d8a656f60681dfb7330298edef292d43e1499bcb3a4c71ff0b9/pip-1.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 1.0.2
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/25/57/0d42cf5307d79913a082c5c4397d46f3793bc35e1138a694136d6e31be99/pip-1.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.1
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/ba/c3/4e1f892f41aaa217fe0d1f827fa05928783349c69f3cc06fdd68e112678a/pip-1.2.tar.gz (from https://pypi.org/simple/pip/), version: 1.2
2025-02-04T14:42:07,130 Found link https://files.pythonhosted.org/packages/c3/a2/a63244da32afd9ce9a8ca1bd86e71610039adea8b8314046ebe5047527a6/pip-1.2.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.2.1
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/00/45/69d4f2602b80550bfb26cfd2f62c2f05b3b5c7352705d3766cd1e5b27648/pip-1.3.tar.gz (from https://pypi.org/simple/pip/), version: 1.3
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/5b/ce/f5b98104f1c10d868936c25f7c597f492d4371aa9ad5fb61a94954ee7208/pip-1.3.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.3.1
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/5f/d0/3b3958f6a58783bae44158b2c4c7827ae89abaecdd4bed12cff402620b9a/pip-1.4.tar.gz (from https://pypi.org/simple/pip/), version: 1.4
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/3f/f8/da390e0df72fb61d176b25a4b95262e3dcc14bda0ad25ac64d56db38b667/pip-1.4.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.4.1
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/4f/7d/e53bc80667378125a9e07d4929a61b0bd7128a1129dbe6f07bb3228652a3/pip-1.5.tar.gz (from https://pypi.org/simple/pip/), version: 1.5
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/44/5d/1dca53b5de6d287e7eb99bd174bb022eb6cb0d6ca6e19ca6b16655dde8c2/pip-1.5.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.1
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/21/3f/d86a600c9b2f41a75caacf768a24130f343def97652de2345da15ef7911f/pip-1.5.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.1
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/3d/1f/227d77d5e9ed2df5162de4ba3616799a351eccb1ecd668ae824dd26153a1/pip-1.5.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.2
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/ed/94/391a003107f6ec997c314199d03bff1c105af758ee490e3255353574487b/pip-1.5.2.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.2
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/df/e9/bdb53d44fad1465b43edaf6bc7dd3027ed5af81405cc97603fdff0721ebb/pip-1.5.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.3
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/55/de/671a48ad313c808623041fc475f7c8f7610401d9f573f06b40eeb84e74e3/pip-1.5.3.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.3
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/a9/9a/9aa19fe00de4c025562e5fb3796ff8520165a7dd1a5662c6ec9816e1ae99/pip-1.5.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.4
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/78/d8/6e58a7130d457edadb753a0ea5708e411c100c7e94e72ad4802feeef735c/pip-1.5.4.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.4
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/ce/c2/10d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c/pip-1.5.5-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.5
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/88/01/a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d/pip-1.5.5.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.5
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/3f/08/7347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8/pip-1.5.6-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.6
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/45/db/4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772/pip-1.5.6.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.6
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/dc/7c/21191b5944b917b66e4e4e06d74f668d814b6e8a3ff7acd874479b6f6b3d/pip-6.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/38/fd/065c66a88398f240e344fdf496b9707f92d75f88eedc3d10ff847b28a657/pip-6.0.tar.gz (from https://pypi.org/simple/pip/), version: 6.0
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/e9/7a/cdbc1a12ed52410d557e48d4646f4543e9e991ff32d2374dc6db849aa617/pip-6.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.1
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/4d/c3/8675b90cd89b9b222062f4f6c7e9d48b0387f5b35cbf747a74403a883e56/pip-6.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.1
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/71/3c/b5a521e5e99cfff091e282231591f21193fd80de079ec5fb8ed9c6614044/pip-6.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.2
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/4c/5a/f9e8e3de0153282c7cb54a9b991af225536ac914bac858ca664cf883bb3e/pip-6.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.2
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/73/cb/3eebf42003791df29219a3dfa1874572aa16114b44c9b1b0ac66bf96e8c0/pip-6.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.3
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/ce/63/8d99ae60d11ae1a65f5d4fc39a529a598bd3b8e067132210cb0c4d9e9f74/pip-6.0.3.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.3
2025-02-04T14:42:07,146 Found link https://files.pythonhosted.org/packages/c5/0e/c974206726542bc495fc7443dd97834a6d14c2f0cba183fcfcd01075225a/pip-6.0.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.4
2025-02-04T14:42:07,162 Found link https://files.pythonhosted.org/packages/02/a1/c90f19910ee153d7a0efca7216758121118d7e93084276541383fe9ca82e/pip-6.0.4.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.4
2025-02-04T14:42:07,163 Found link https://files.pythonhosted.org/packages/e9/1b/c6a375a337fb576784cdea3700f6c3eaf1420f0a01458e6e034cc178a84a/pip-6.0.5-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.5
2025-02-04T14:42:07,163 Found link https://files.pythonhosted.org/packages/19/f2/58628768f618c8c9fea878e0fb97730c0b8a838d3ab3f325768bf12dac94/pip-6.0.5.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.5
2025-02-04T14:42:07,164 Found link https://files.pythonhosted.org/packages/64/fc/4a49ccb18f55a0ceeb76e8d554bd4563217117492997825d194ed0017cc1/pip-6.0.6-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.6
2025-02-04T14:42:07,165 Found link https://files.pythonhosted.org/packages/f6/ce/d9e4e178b66c766c117f62ddf4fece019ef9d50127a8926d2f60300d615e/pip-6.0.6.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.6
2025-02-04T14:42:07,165 Found link https://files.pythonhosted.org/packages/7a/8e/2bbd4fcf3ee06ee90ded5f39ec12f53165dfdb9ef25a981717ad38a16670/pip-6.0.7-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.7
2025-02-04T14:42:07,167 Found link https://files.pythonhosted.org/packages/52/85/b160ebdaa84378df6bb0176d4eed9f57edca662446174eead7a9e2e566d6/pip-6.0.7.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.7
2025-02-04T14:42:07,167 Found link https://files.pythonhosted.org/packages/63/65/55b71647adec1ad595bf0e5d76d028506dfc002df30c256f022ff7a660a5/pip-6.0.8-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.8
2025-02-04T14:42:07,168 Found link https://files.pythonhosted.org/packages/ef/8a/e3a980bc0a7f791d72c1302f65763ed300f2e14c907ac033e01b44c79e5e/pip-6.0.8.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.8
2025-02-04T14:42:07,169 Found link https://files.pythonhosted.org/packages/24/fb/8a56a46243514681e569bbafd8146fa383476c4b7c725c8598c452366f31/pip-6.1.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.1.0
2025-02-04T14:42:07,169 Found link https://files.pythonhosted.org/packages/6c/84/432eb60bbcb414b9cdfcb135d5f4925e253c74e7d6916ada79990d6cc1a0/pip-6.1.0.tar.gz (from https://pypi.org/simple/pip/), version: 6.1.0
2025-02-04T14:42:07,170 Found link https://files.pythonhosted.org/packages/67/f0/ba0fb41dbdbfc4aa3e0c16b40269aca6b9e3d59cacdb646218aa2e9b1d2c/pip-6.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.1.1
2025-02-04T14:42:07,170 Found link https://files.pythonhosted.org/packages/bf/85/871c126b50b8ee0b9819e8a63b614aedd264577e73478caedcd447e8f28c/pip-6.1.1.tar.gz (from https://pypi.org/simple/pip/), version: 6.1.1
2025-02-04T14:42:07,171 Found link https://files.pythonhosted.org/packages/5a/9b/56d3c18d0784d5f2bbd446ea2dc7ffa7476c35e3dc223741d20cfee3b185/pip-7.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.0
2025-02-04T14:42:07,171 Found link https://files.pythonhosted.org/packages/c6/16/6475b142927ca5d03e3b7968efa5b0edd103e4684ecfde181a25f6fa2505/pip-7.0.0.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.0
2025-02-04T14:42:07,172 Found link https://files.pythonhosted.org/packages/5a/10/bb7a32c335bceba636aa673a4c977effa1e73a79f88856459486d8d670cf/pip-7.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.1
2025-02-04T14:42:07,173 Found link https://files.pythonhosted.org/packages/4a/83/9ae4362a80739657e0c8bb628ea3fa0214a9aba7c8590dacc301ea293f73/pip-7.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.1
2025-02-04T14:42:07,173 Found link https://files.pythonhosted.org/packages/64/7f/7107800ae0919a80afbf1ecba21b90890431c3ee79d700adac3c79cb6497/pip-7.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.2
2025-02-04T14:42:07,174 Found link https://files.pythonhosted.org/packages/75/b1/66532c273bca0133e42c3b4540a1609289f16e3046f1830f18c60794d661/pip-7.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.2
2025-02-04T14:42:07,174 Found link https://files.pythonhosted.org/packages/96/76/33a598ae42dd0554207d83c7acc60e3b166dbde723cbf282f1f73b7a127c/pip-7.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.3
2025-02-04T14:42:07,175 Found link https://files.pythonhosted.org/packages/35/59/5b23115758ba0f2fc465c459611865173ef006202ba83f662d1f58ed2fb8/pip-7.0.3.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.3
2025-02-04T14:42:07,175 Found link https://files.pythonhosted.org/packages/f7/c0/9f8dac88326609b4b12b304e8382f64f7d5af7735a00d2fac36cf135fc30/pip-7.1.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.1.0
2025-02-04T14:42:07,176 Found link https://files.pythonhosted.org/packages/7e/71/3c6ece07a9a885650aa6607b0ebfdf6fc9a3ef8691c44b5e724e4eee7bf2/pip-7.1.0.tar.gz (from https://pypi.org/simple/pip/), version: 7.1.0
2025-02-04T14:42:07,176 Found link https://files.pythonhosted.org/packages/1c/56/094d563c508917081bccff365e4f621ba33073c1c13aca9267a43cfcaf13/pip-7.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.1.1
2025-02-04T14:42:07,177 Found link https://files.pythonhosted.org/packages/3b/bb/b3f2a95494fd3f01d3b3ae530e7c0e910dc25e88e30787b0a5e10cbc0640/pip-7.1.1.tar.gz (from https://pypi.org/simple/pip/), version: 7.1.1
2025-02-04T14:42:07,178 Found link https://files.pythonhosted.org/packages/b2/d0/cd115fe345dd6f07ec1c780020a7dfe74966fceeb171e0f20d1d4905b0b7/pip-7.1.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.1.2
2025-02-04T14:42:07,178 Found link https://files.pythonhosted.org/packages/d0/92/1e8406c15d9372084a5bf79d96da3a0acc4e7fcf0b80020a4820897d2a5c/pip-7.1.2.tar.gz (from https://pypi.org/simple/pip/), version: 7.1.2
2025-02-04T14:42:07,179 Found link https://files.pythonhosted.org/packages/00/ae/bddef02881ee09c6a01a0d6541aa6c75a226a4e68b041be93142befa0cd6/pip-8.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.0
2025-02-04T14:42:07,179 Found link https://files.pythonhosted.org/packages/e3/2d/03c014d11e66628abf2fda5ca00f779cbe7b5292c5cd13d42a95b94aa9b8/pip-8.0.0.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.0
2025-02-04T14:42:07,180 Found link https://files.pythonhosted.org/packages/45/9c/6f9a24917c860873e2ce7bd95b8f79897524353df51d5d920cd6b6c1ec33/pip-8.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.1
2025-02-04T14:42:07,180 Found link https://files.pythonhosted.org/packages/ea/66/a3d6187bd307159fedf8575c0d9ee2294d13b1cdd11673ca812e6a2dda8f/pip-8.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.1
2025-02-04T14:42:07,181 Found link https://files.pythonhosted.org/packages/e7/a0/bd35f5f978a5e925953ce02fa0f078a232f0f10fcbe543d8cfc043f74fda/pip-8.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.2
2025-02-04T14:42:07,181 Found link https://files.pythonhosted.org/packages/ce/15/ee1f9a84365423e9ef03d0f9ed0eba2fb00ac1fffdd33e7b52aea914d0f8/pip-8.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.2
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/ae/d4/2b127310f5364610b74c28e2e6a40bc19e2d3c9a9a4e012d3e333e767c99/pip-8.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.3
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/22/f3/14bc87a4f6b5ec70b682765978a6f3105bf05b6781fa97e04d30138bd264/pip-8.0.3.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.3
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/1e/c7/78440b3fb882ed001e6e12d8770bd45e73d6eced4e57f7c072b829ce8a3d/pip-8.1.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.1.0
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/3c/72/6981d5adf880adecb066a1a1a4c312a17f8d787a3b85446967964ac66d55/pip-8.1.0.tar.gz (from https://pypi.org/simple/pip/), version: 8.1.0
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/31/6a/0f19a7edef6c8e5065f4346137cc2a08e22e141942d66af2e1e72d851462/pip-8.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.1.1
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/41/27/9a8d24e1b55bd8c85e4d022da2922cb206f183e2d18fee4e320c9547e751/pip-8.1.1.tar.gz (from https://pypi.org/simple/pip/), version: 8.1.1
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-8.1.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.1.2
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz (from https://pypi.org/simple/pip/), version: 8.1.2
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/3f/ef/935d9296acc4f48d1791ee56a73781271dce9712b059b475d3f5fa78487b/pip-9.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/5e/53/eaef47e5e2f75677c9de0737acc84b659b78a71c4086f424f55346a341b5/pip-9.0.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0e611408f196358da3/pip-9.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/e7/f9/e801dcea22886cd513f6bd2e8f7e581bd6f67bb8e8f1cd8e7b92d8539280/pip-9.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/e5/8f/3fc66461992dc9e9fcf5e005687d5f676729172dda640df2fd8b597a6da7/pip-9.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/4b/5a/8544ae02a5bd28464e03af045e8aabde20a7b02db1911a9159328e1eb25a/pip-10.0.0b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/aa/6d/ffbb86abf18b750fb26f27eda7c7732df2aacaa669c420d2eb2ad6df3458/pip-10.0.0b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/97/72/1d514201e7d7fc7fff5aac3de9c7b892cd72fb4bf23fd983630df96f7412/pip-10.0.0b2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/32/67/572f642e6e42c580d3154964cfbab7d9322c23b0f417c6c01fdd206a2777/pip-10.0.0b2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
2025-02-04T14:42:07,183 Found link https://files.pythonhosted.org/packages/62/a1/0d452b6901b0157a0134fd27ba89bf95a857fbda64ba52e1ca2cf61d8412/pip-10.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579/pip-18.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/60/64/73b729587b6b0d13e690a7c3acd2231ee561e8dd28a58ae1b0409a5a2b20/pip-19.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/11/31/c483614095176ddfa06ac99c2af4171375053b270842c7865ca0b4438dc1/pip-19.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/46/dc/7fd5df840efb3e56c8b4f768793a237ec4ee59891959d6a215d63f727023/pip-19.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/c8/89/ad7f27938e59db1f0f55ce214087460f65048626e2226531ba6cb6da15f0/pip-19.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/d7/41/34dd96bd33958e52cb4da2f1bf0818e396514fd4f4725a79199564cd0c20/pip-19.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/4c/4d/88bc9413da11702cbbace3ccc51350ae099bb351febae8acc85fec34f9af/pip-19.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/d8/f3/413bab4ff08e1fc4828dfc59996d721917df8e8583ea85385d51125dceff/pip-19.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/36/fa/51ca4d57392e2f69397cd6e5af23da2a8d37884a605f9e3f2d3bfdc48397/pip-19.0.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/f9/fb/863012b13912709c13cf5cfdbfb304fa6c727659d6290438e1a88df9d848/pip-19.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
2025-02-04T14:42:07,199 Found link https://files.pythonhosted.org/packages/51/5f/802a04274843f634469ef299fcd273de4438386deb7b8681dd059f0ee3b7/pip-19.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/93/ab/f86b61bef7ab14909bd7ec3cd2178feb0a1c86d451bc9bccd5a1aedcde5f/pip-19.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/3a/6f/35de4f49ae5c7fdb2b64097ab195020fb48faa8ad3a85386ece6953c11b1/pip-19.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/41/13/b6e68eae78405af6e4e9a93319ae5bb371057786f1590b157341f7542d7d/pip-19.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/62/ca/94d32a6516ed197a491d17d46595ce58a83cbb2fca280414e57cd86b84dc/pip-19.2.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/8b/8a/1b2aadd922db1afe6bc107b03de41d6d37a28a5923383e60695fba24ae81/pip-19.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/8d/07/f7d7ced2f97ca3098c16565efbe6b15fafcba53e8d9bdb431e09140514b0/pip-19.2.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/aa/1a/62fb0b95b1572c76dbc3cc31124a8b6866cbe9139eb7659ac7349457cf7c/pip-19.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/00/9e/4c83a0950d8bdec0b4ca72afd2f9cea92d08eb7c1a768363f2ea458d08b4/pip-19.2.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/4a/08/6ca123073af4ebc4c5488a5bc8a010ac57aa39ce4d3c8a931ad504de4185/pip-19.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/af/7a/5dd1e6efc894613c432ce86f1011fcc3bbd8ac07dfeae6393b7b97f1de8b/pip-19.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/ce/ea/9b445176a65ae4ba22dce1d93e4b5fe182f953df71a145f557cffaffc1bf/pip-19.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1
2025-02-04T14:42:07,215 Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/60/65/16487a7c4e0f95bb3fc89c2e377be331fd496b7a9b08fd3077de7f3ae2cf/pip-20.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2025-02-04T14:42:07,215 Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/8c/5c/c18d58ab5c1a702bf670e0bd6a77cd4645e4aeca021c6118ef850895cc96/pip-20.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2025-02-04T14:42:07,215 Found link https://files.pythonhosted.org/packages/57/36/67f809c135c17ec9b8276466cc57f35b98c240f55c780689ea29fa32f512/pip-20.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/28/af/2c76c8aa46ccdf7578b83d97a11a2d1858794d4be4a1610ade0d30182e8b/pip-20.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/8e/76/66066b7bc71817238924c7e4b448abdb17eb0c92d645769c223f9ace478f/pip-20.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/ec/05/82d3fababbf462d876883ebc36f030f4fa057a563a80f5a26ee63679d9ea/pip-20.1b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/cd/81/c1184456fe506bd50992571c9f8581907976ce71502e36741f033e2da1f1/pip-20.1b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/54/2e/df11ea7e23e7e761d484ed3740285a34e38548cf2bad2bed3dd5768ec8b9/pip-20.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/d1/05/059c78cd5d740d2299266ffa15514dad6692d4694df571bf168e2cdd98fb/pip-20.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/43/84/23ed6a1796480a6f1a2d38f2802901d078266bda38388954d01d3f2e821d/pip-20.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/08/25/f204a6138dade2f6757b4ae99bc3994aac28a5602c97ddb2a35e0e22fbc4/pip-20.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/fe/3b/0fc5e63eb277d5a50a95ce5c896f742ef243be27382303a4a44dd0197e29/pip-20.2b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/77/3e/6a1fd8e08a06e3e0f54182c7c937bba3f4e9cf1b26f54946d3915021ea2e/pip-20.2b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/36/74/38c2410d688ac7b48afa07d413674afc1f903c1c1f854de51dc8eb2367a5/pip-20.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/b9/27/a9007a575c8a8e80c22144fec5df3943fd304dfa791bed44a0130e984803/pip-20.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/bd/b1/56a834acdbe23b486dea16aaf4c27ed28eb292695b90d01dff96c96597de/pip-20.2.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.1
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/68/1a/8cfcf3a8cba0dd0f125927c986b1502f2eed284c63fdfd6797ea74300ae4/pip-20.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.1
2025-02-04T14:42:07,231 Found link https://files.pythonhosted.org/packages/5a/4a/39400ff9b36e719bdf8f31c99fe1fa7842a42fa77432e584f707a5080063/pip-20.2.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.2
2025-02-04T14:42:07,247 Found link https://files.pythonhosted.org/packages/73/8e/7774190ac616c69194688ffce7c1b2a097749792fea42e390e7ddfdef8bc/pip-20.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.2
2025-02-04T14:42:07,248 Found link https://files.pythonhosted.org/packages/4e/5f/528232275f6509b1fff703c9280e58951a81abe24640905de621c9f81839/pip-20.2.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.3
2025-02-04T14:42:07,249 Found link https://files.pythonhosted.org/packages/59/64/4718738ffbc22d98b5223dbd6c5bb87c476d83a4c71719402935170064c7/pip-20.2.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.3
2025-02-04T14:42:07,250 Found link https://files.pythonhosted.org/packages/cb/28/91f26bd088ce8e22169032100d4260614fc3da435025ff389ef1d396a433/pip-20.2.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.4
2025-02-04T14:42:07,251 Found link https://files.pythonhosted.org/packages/0b/f5/be8e741434a4bf4ce5dbc235aa28ed0666178ea8986ddc10d035023744e6/pip-20.2.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.4
2025-02-04T14:42:07,252 Found link https://files.pythonhosted.org/packages/fb/46/26d13ba147ba430f9cda0d0cf599a041d142a5c8b1a90ff845ebce7fba0f/pip-20.3b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3b1
2025-02-04T14:42:07,253 Found link https://files.pythonhosted.org/packages/7f/61/2da3c027ad7bd4bc87a3ee7e7160c93e7500dac3536e02ff93008e9b3460/pip-20.3b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3b1
2025-02-04T14:42:07,254 Found link https://files.pythonhosted.org/packages/55/73/bce122d1ed0217b3c1a3439ab16dfa94bbeabd0d31755fcf907493abf39b/pip-20.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3
2025-02-04T14:42:07,255 Found link https://files.pythonhosted.org/packages/03/41/6da553f689d530bc2c337d2c496a40dc9c0fdc6481e5df1f3ee3b8574479/pip-20.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3
2025-02-04T14:42:07,256 Found link https://files.pythonhosted.org/packages/ab/11/2dc62c5263d9eb322f2f028f7b56cd9d096bb8988fcf82d65fa2e4057afe/pip-20.3.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.1
2025-02-04T14:42:07,257 Found link https://files.pythonhosted.org/packages/cb/5f/ae1eb8bda1cde4952bd12e468ab8a254c345a0189402bf1421457577f4f3/pip-20.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.1
2025-02-04T14:42:07,257 Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/3d/0c/01014c0442830eb38d6baef0932fdcb389279ce74295350ecb9fe09e048a/pip-20.3.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2025-02-04T14:42:07,258 Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/51/63/86e147c44335b03055e58a27c791d94fff4baaf08d67852f925ab9b90240/pip-20.3.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2025-02-04T14:42:07,259 Found link https://files.pythonhosted.org/packages/54/eb/4a3642e971f404d69d4f6fa3885559d67562801b99d7592487f1ecc4e017/pip-20.3.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.3
2025-02-04T14:42:07,260 Found link https://files.pythonhosted.org/packages/ca/1e/d91d7aae44d00cd5001957a1473e4e4b7d1d0f072d1af7c34b5899c9ccdf/pip-20.3.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.3
2025-02-04T14:42:07,261 Found link https://files.pythonhosted.org/packages/27/79/8a850fe3496446ff0d584327ae44e7500daf6764ca1a382d2d02789accf7/pip-20.3.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.4
2025-02-04T14:42:07,261 Found link https://files.pythonhosted.org/packages/53/7f/55721ad0501a9076dbc354cc8c63ffc2d6f1ef360f49ad0fbcce19d68538/pip-20.3.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.4
2025-02-04T14:42:07,262 Found link https://files.pythonhosted.org/packages/de/47/58b9f3e6f611dfd17fb8bd9ed3e6f93b7ee662fb85bdfee3565e8979ddf7/pip-21.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0
2025-02-04T14:42:07,263 Found link https://files.pythonhosted.org/packages/9e/24/bc928987f35dd0167f21b13a1777c21b9c5917c9894cff93f1c1a6cb8f3b/pip-21.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0
2025-02-04T14:42:07,264 Found link https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0.1
2025-02-04T14:42:07,264 Found link https://files.pythonhosted.org/packages/b7/2d/ad02de84a4c9fd3b1958dc9fb72764de1aa2605a9d7e943837be6ad82337/pip-21.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0.1
2025-02-04T14:42:07,265 Found link https://files.pythonhosted.org/packages/ac/cf/0cc542fc93de2f3b9b53cb979c7d1118cffb93204afb46299a9f858e113f/pip-21.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/de/62/77b8b1a9f9c710988e5a58c22a7cd025b63b204df57a6ea939d6d39da421/pip-21.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/cd/6f/43037c7bcc8bd8ba7c9074256b1a11596daa15555808ec748048c1507f08/pip-21.1.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.1
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/94/b0/e10bdc8809c81796c80aa3644a8e3dc16594fb1bd68f5996929f26cad980/pip-21.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.1
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/cd/82/04e9aaf603fdbaecb4323b9e723f13c92c245f6ab2902195c53987848c78/pip-21.1.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.2
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/b1/44/6e26d5296b83c6aac166e48470d57a00d3ed1f642e89adc4a4e412a01643/pip-21.1.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.2
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/47/ca/f0d790b6e18b3a6f3bd5e80c2ee4edbb5807286c21cdd0862ca933f751dd/pip-21.1.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.3
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/4d/0c/3b63fe024414a8a48661cf04f0993d4b2b8ef92daed45636474c018cd5b7/pip-21.1.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.3
2025-02-04T14:42:07,266 Skipping link: yanked for reason: See https://github.com/pypa/pip/issues/8711: https://files.pythonhosted.org/packages/03/0f/b125bfdd145c1d018d75ce87603e7e9ff2416e742c71b5ac7deba13ca699/pip-21.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6)
2025-02-04T14:42:07,266 Skipping link: yanked for reason: See https://github.com/pypa/pip/issues/8711: https://files.pythonhosted.org/packages/9f/74/0e4d75529e8bf6e594d532a28308a5e369c3f7105e1fec2ff0bf86d478b0/pip-21.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6)
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/7c/02/9ab8b431aca1b46fcc1ac830a5870a28a12ba1abfa681904b1d2da876a86/pip-21.2.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.1
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/f7/ce/e359cf283c0c0f2e0af7df8f16c8d79047aa1887a00a5b39b27d8afc49e2/pip-21.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.1
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/8a/d7/f505e91e2cdea53cfcf51f4ac478a8cd64fb0bc1042629cedde20d9a6a9b/pip-21.2.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.2
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/83/37/3f344e392de7792748ee32e05d7dd6f867eb2166c21c8711280fb30e2128/pip-21.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.2
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/ca/bf/4133a0e05eac641ec270bbcef30512b5ad307d7838adb994acd652cc30e3/pip-21.2.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.3
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/e1/63/7c0e553ae0513ebf1858f08030158ff5998324013e0ba4c2e1c00b85df79/pip-21.2.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.3
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/ca/31/b88ef447d595963c01060998cb329251648acf4a067721b0452c45527eb8/pip-21.2.4-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.4
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/52/e1/06c018197d8151383f66ebf6979d951995cf495629fc54149491f5d157d0/pip-21.2.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.4
2025-02-04T14:42:07,266 Found link https://files.pythonhosted.org/packages/90/a9/1ea3a69a51dcc679724e3512fc2aa1668999eed59976f749134eb02229c8/pip-21.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/00/5f/d6959d6f25f202e3e68e3a53b815af42d770c829c19382d0acbf2c3e2112/pip-21.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3.1
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/da/f6/c83229dcc3635cdeb51874184241a9508ada15d8baa337a41093fab58011/pip-21.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3.1
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/9f/8b/a094f5da22d7abf5098205367b3296dd15b914f4232af5ca39ba6214d08c/pip-22.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/4a/ca/e72b3b399d7a8cb34311aa8f52924108591c013b09f0268820afb4cd96fb/pip-22.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/89/a1/2f4e58eda11e591fbfa518233378835679fc5ab766b690b3df85215014d5/pip-22.0.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.1
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/63/71/5686e51f06fa59da55f7e81c3101844e57434a30f4a0d7456674d1459841/pip-22.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.1
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/83/b5/df8640236faa5a3cb80bfafd68e9fb4b22578208b8398c032ccff803f9e0/pip-22.0.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.2
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/d9/c1/146b24a7648fdf3f8b4dc6521ab0b26ac151ef903bac0b63a4e1450cb4d1/pip-22.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.2
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/6a/df/a6ef77a6574781a668791419ffe366c8acd1c3cf4709d210cb53cd5ce1c2/pip-22.0.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.3
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/88/d9/761f0b1e0551a3559afe4d34bd9bf68fc8de3292363b3775dda39b62ce84/pip-22.0.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.3
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/4d/16/0a14ca596f30316efd412a60bdfac02a7259bf8673d4d917dc60b9a21812/pip-22.0.4-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.4
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/33/c9/e2164122d365d8f823213a53970fa3005eb16218edcfc56ca24cb6deba2b/pip-22.0.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.4
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/79/3a/d341ae105c8b49eac912bee40739d496ae80f9441efa7df6c68f4997bbc8/pip-22.1b1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1b1
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/a7/c0/794f22836ef3202a7ad61f0872278ee7ac62e8c7617e4c9a08f01b5e82da/pip-22.1b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1b1
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/f3/77/23152f90de45957b59591c34dcb39b78194eb67d088d4f8799e9aa9726c4/pip-22.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/99/bb/696e256f4f445809f25efd4e4ce42ff99664dc089cafa1e097d5fec7fc33/pip-22.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/9b/e6/aa8149e048eda381f2a433599be9b1f5e5e3a189636cd6cf9614aa2ff5be/pip-22.1.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.1
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/3e/0a/6125e67aa4d3245faeed476e4e26f190b5209f84f01efd733ac6372eb247/pip-22.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.1
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/96/2f/caec18213f6a67852f6997fb0673ae08d2e93d1b81573edb93ba4ef06970/pip-22.1.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.2
2025-02-04T14:42:07,282 Found link https://files.pythonhosted.org/packages/4b/b6/0fa7aa968a9fa4ef63a51b3ff0644e59f49dcd7235b3fd6cceb23f202e08/pip-22.1.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.2
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/9b/9e/9e0610f25e65e2cdf90b1ee9c47ca710865401904038558ac0129ea23cbc/pip-22.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/cd/b6/cf07132d631444dd7ce0ed199f2327eb34e2418f1675145e5b10e1ee65cd/pip-22.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/84/25/5734a44897751d8bac6822efb819acda2d969bcc1b915bbd7d48102952cb/pip-22.2.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.1
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/46/28/addd7e66bb3af799d35a5dcbb79407b591a7ed674f4efd2bd8f930c40821/pip-22.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.1
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/1f/2c/d9626f045e7b49a6225c6b09257861f24da78f4e5f23af2ddbdf852c99b8/pip-22.2.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.2
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/4b/30/e15b806597e67057e07a5acdc135216ccbf76a5f1681a324533b61066b0b/pip-22.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.2
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/47/ef/8b5470b5b94b36231ed9c0bde90caa71c0d4322d4a15f009b2b7f4287fe0/pip-22.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/f8/08/7f92782ff571c7c7cb6c5eeb8ebbb1f68cb02bdb24e55c5de4dd9ce98bc3/pip-22.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/09/bd/2410905c76ee14c62baf69e3f4aa780226c1bbfc9485731ad018e35b0cb5/pip-22.3.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3.1
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/a3/50/c4d2727b99052780aad92c7297465af5fe6eec2dbae490aa9763273ffdc1/pip-22.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3.1
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/ab/43/508c403c38eeaa5fc86516eb13bb470ce77601b6d2bbcdb16e26328d0a15/pip-23.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.0
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/b5/16/5e24bf63cff51dcc169f43bd43b86b005c49941e09cc3482a5b370db239e/pip-23.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.0
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/07/51/2c0959c5adf988c44d9e1e0d940f5b074516ecc87e96b1af25f59de9ba38/pip-23.0.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.0.1
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/6b/8b/0b16094553ecc680e43ded8f920c3873b01b1da79a54274c98f08cb29fca/pip-23.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.0.1
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/ae/db/a8821cdac455a1740580c92de3ed7b7f257cfdbad8b1ba8864e6abe58a08/pip-23.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/da/bf/1bdbe62f5fbde085351693e3a8e387a59f8220932b911b1719fe65efa2d7/pip-23.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/f8/f8/17bd3f7c13515523d811ce4104410c16c03e3c6830f9276612e2f4b28382/pip-23.1.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1.1
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/43/7d/1f52f99a7f2eae870483b2c2a3064511487de87911bce146df8a154fbe81/pip-23.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1.1
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/08/e3/57d4c24a050aa0bcca46b2920bff40847db79535dc78141eb83581a52eb8/pip-23.1.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1.2
2025-02-04T14:42:07,298 Found link https://files.pythonhosted.org/packages/fa/ee/74ff76da0ab649eec7581233daeb43d8aa35383d8f75317b2ab3b80c922f/pip-23.1.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1.2
2025-02-04T14:42:07,313 Found link https://files.pythonhosted.org/packages/02/65/f15431ddee78562355ccb39097bf9160a1689f2db40dc418754be98806a1/pip-23.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.2
2025-02-04T14:42:07,313 Found link https://files.pythonhosted.org/packages/3d/ab/21fa8d1ecf5648559f056fda732b0f9fca0585eb2688252e67f70e74deaf/pip-23.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.2
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/50/c2/e06851e8cc28dcad7c155f4753da8833ac06a5c704c109313b8d5a62968a/pip-23.2.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.2.1
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/ba/19/e63fb4e0d20e48bd2167bb7e857abc0e21679e24805ba921a224df8977c0/pip-23.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.2.1
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/e0/63/b428aaca15fcd98c39b07ca7149e24bc14205ad0f1c80ba2b01835aedde1/pip-23.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/0d/f6/07ef4561bb911285c229fa46ed3df1877bd6c5325c4c67d516560d59a6e6/pip-23.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/47/6a/453160888fab7c6a432a6e25f8afe6256d0d9f2cbd25971021da6491d899/pip-23.3.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3.1
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/1f/7f/4da15e07ccd11c84c1ccc8f6e24288d5e76c99441bf80e315b33542db951/pip-23.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3.1
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/15/aa/3f4c7bcee2057a76562a5b33ecbd199be08cdb4443a02e26bd2c3cf6fc39/pip-23.3.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3.2
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/b7/06/6b1ad0ae8f97d7a0d6f6ad640db10780578999e647a9593512ceb6f06469/pip-23.3.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3.2
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 24.0
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/94/59/6638090c25e9bc4ce0c42817b5a234e183872a1129735a9330c472cc2056/pip-24.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 24.0
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/1e/65/22725f8ba583376d0c300c3b9b52b9a67cfd93d786a80be73c167e45abc8/pip-24.1b1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1b1
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/71/38/b0cb3d68b4776b6208a2f16b6d444a848a1fe465a78ce4b7dbbeb8a4fc58/pip-24.1b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1b1
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/c1/64/0f1528ed3dfd75a56e084caab3c8dbed596bf87a1dfc40cbc57166bb0c25/pip-24.1b2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1b2
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/0b/b2/1d1eac32a16fd9478fb9bc6eb6b899f91e6fecceba194fa097c35d385e9a/pip-24.1b2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1b2
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/25/49/2255373efd193c6fbd97dc22399e9c830a6517a0f02ca77fbc0bd83ac5cc/pip-24.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/df/60/7538a9cd4d76829c2f585b73d6e400c833a1769408451c813354c58de6cc/pip-24.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/f4/ab/e3c039b5ddba9335bd8f82d599eb310de1d2a2db0411b8d804d507405c74/pip-24.1.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1.1
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/c0/d0/9641dc7b05877874c6418f8034ddefc809495e65caa14d38c7551cd114bb/pip-24.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1.1
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/e7/54/0c1c068542cee73d8863336e974fc881e608d0170f3af15d0c0f28644531/pip-24.1.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1.2
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/12/3d/d899257cace386bebb7bdf8a872d5fe3b935cc6381c3ddb76d3e5d99890d/pip-24.1.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1.2
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/d4/55/90db48d85f7689ec6f81c0db0622d704306c5284850383c090e6c7195a5c/pip-24.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.2
2025-02-04T14:42:07,315 Found link https://files.pythonhosted.org/packages/4d/87/fb90046e096a03aeab235e139436b3fe804cdd447ed2093b0d70eba3f7f8/pip-24.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.2
2025-02-04T14:42:07,331 Found link https://files.pythonhosted.org/packages/ce/22/4bb91eb040e18eedaba1ba9db41ef909bc73d20023cea09024099909998a/pip-24.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.3
2025-02-04T14:42:07,331 Found link https://files.pythonhosted.org/packages/a3/63/dca2c8e2dbfbde322386caf6e674f97f46a6f11d496dc96b99594f8ecc33/pip-24.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.3
2025-02-04T14:42:07,331 Found link https://files.pythonhosted.org/packages/ef/7d/500c9ad20238fcfcb4cb9243eede163594d7020ce87bd9610c9e02771876/pip-24.3.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.3.1
2025-02-04T14:42:07,331 Found link https://files.pythonhosted.org/packages/f4/b1/b422acd212ad7eedddaf7981eee6e5de085154ff726459cf2da7c5a184c1/pip-24.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.3.1
2025-02-04T14:42:07,331 Found link https://files.pythonhosted.org/packages/85/8a/1ddf40be20103bcc605db840e9ade09c8e8c9f920a03e9cfe88eae97a058/pip-25.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 25.0
2025-02-04T14:42:07,331 Found link https://files.pythonhosted.org/packages/47/3e/68beeeeb306ea20ffd30b3ed993f531d16cd884ec4f60c9b1e238f69f2af/pip-25.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 25.0
2025-02-04T14:42:07,331 Skipping link: not a file: https://pypi.org/simple/pip/
2025-02-04T14:42:07,331 Given no hashes to check 243 links for project 'pip': discarding no candidates
2025-02-04T14:42:07,362 Remote version of pip: 25.0
2025-02-04T14:42:07,362 Local version of pip: 24.0
2025-02-04T14:42:07,515 Was pip installed by pip? True
2025-02-04T14:42:07,515 WARNING: UpgradePrompt(old='24.0', new='25.0')
2025-02-04T14:42:07,547 Removed build tracker: 'C:\\Users\\user\\AppData\\Local\\Temp\\pip-build-tracker-jhqcjf05'
2025-02-04T14:43:51,889 Using pip 24.0 from C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip (python 3.12)
2025-02-04T14:43:51,889 Non-user install because site-packages writeable
2025-02-04T14:43:52,490 Created temporary directory: C:\Users\user\AppData\Local\Temp\pip-build-tracker-zbdp2gxf
2025-02-04T14:43:52,490 Initialized build tracking at C:\Users\user\AppData\Local\Temp\pip-build-tracker-zbdp2gxf
2025-02-04T14:43:52,490 Created build tracker: C:\Users\user\AppData\Local\Temp\pip-build-tracker-zbdp2gxf
2025-02-04T14:43:52,505 Entered build tracker: C:\Users\user\AppData\Local\Temp\pip-build-tracker-zbdp2gxf
2025-02-04T14:43:52,505 Created temporary directory: C:\Users\user\AppData\Local\Temp\pip-install-dikis88k
2025-02-04T14:43:52,821 Created temporary directory: C:\Users\user\AppData\Local\Temp\pip-ephem-wheel-cache-i1q2mm16
2025-02-04T14:43:53,169 Requirement already satisfied: absl-py==2.1.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 1)) (2.1.0)
2025-02-04T14:43:53,169 Requirement already satisfied: aiohappyeyeballs==2.4.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 2)) (2.4.0)
2025-02-04T14:43:53,185 Requirement already satisfied: aiohttp==3.10.5 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 3)) (3.10.5)
2025-02-04T14:43:53,185 Requirement already satisfied: aiosignal==1.3.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 4)) (1.3.1)
2025-02-04T14:43:53,191 Requirement already satisfied: altair==5.5.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 5)) (5.5.0)
2025-02-04T14:43:53,191 Requirement already satisfied: annotated-types==0.7.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 6)) (0.7.0)
2025-02-04T14:43:53,191 Requirement already satisfied: anyio==4.4.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 7)) (4.4.0)
2025-02-04T14:43:53,207 Requirement already satisfied: argon2-cffi==23.1.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 8)) (23.1.0)
2025-02-04T14:43:53,207 Requirement already satisfied: argon2-cffi-bindings==21.2.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 9)) (21.2.0)
2025-02-04T14:43:53,207 Requirement already satisfied: arrow==1.3.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 10)) (1.3.0)
2025-02-04T14:43:53,222 Requirement already satisfied: astroid==3.3.5 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 11)) (3.3.5)
2025-02-04T14:43:53,222 Requirement already satisfied: asttokens==2.4.1 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 12)) (2.4.1)
2025-02-04T14:43:53,244 Requirement already satisfied: astunparse==1.6.3 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 13)) (1.6.3)
2025-02-04T14:43:53,250 Requirement already satisfied: async-lru==2.0.4 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 14)) (2.0.4)
2025-02-04T14:43:53,260 Requirement already satisfied: attrs==24.2.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 15)) (24.2.0)
2025-02-04T14:43:53,265 Requirement already satisfied: babel==2.16.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 16)) (2.16.0)
2025-02-04T14:43:53,270 Requirement already satisfied: beautifulsoup4==4.12.3 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 17)) (4.12.3)
2025-02-04T14:43:53,270 Requirement already satisfied: bleach==6.2.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 18)) (6.2.0)
2025-02-04T14:43:53,291 Requirement already satisfied: blinker==1.9.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 19)) (1.9.0)
2025-02-04T14:43:53,291 Requirement already satisfied: cachetools==5.5.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 20)) (5.5.1)
2025-02-04T14:43:53,307 Requirement already satisfied: certifi==2024.8.30 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 21)) (2024.8.30)
2025-02-04T14:43:53,307 Requirement already satisfied: cffi==1.17.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 22)) (1.17.1)
2025-02-04T14:43:53,307 Requirement already satisfied: charset-normalizer==3.3.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 23)) (3.3.2)
2025-02-04T14:43:53,322 Requirement already satisfied: click==8.1.8 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 24)) (8.1.8)
2025-02-04T14:43:53,338 Requirement already satisfied: colorama==0.4.6 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 25)) (0.4.6)
2025-02-04T14:43:53,338 Requirement already satisfied: comm==0.2.2 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 26)) (0.2.2)
2025-02-04T14:43:53,354 Requirement already satisfied: contourpy==1.3.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 27)) (1.3.0)
2025-02-04T14:43:53,354 Requirement already satisfied: cycler==0.12.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 28)) (0.12.1)
2025-02-04T14:43:53,369 Requirement already satisfied: debugpy==1.8.5 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 29)) (1.8.5)
2025-02-04T14:43:53,369 Requirement already satisfied: decorator==5.1.1 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 30)) (5.1.1)
2025-02-04T14:43:53,391 Requirement already satisfied: defusedxml==0.7.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 31)) (0.7.1)
2025-02-04T14:43:53,391 Requirement already satisfied: dill==0.3.9 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 32)) (0.3.9)
2025-02-04T14:43:53,407 Requirement already satisfied: distro==1.9.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 33)) (1.9.0)
2025-02-04T14:43:53,407 Requirement already satisfied: et-xmlfile==1.1.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 34)) (1.1.0)
2025-02-04T14:43:53,423 Requirement already satisfied: executing==2.0.1 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 35)) (2.0.1)
2025-02-04T14:43:53,423 Requirement already satisfied: fastjsonschema==2.21.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 36)) (2.21.1)
2025-02-04T14:43:53,438 Requirement already satisfied: filelock==3.17.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 37)) (3.17.0)
2025-02-04T14:43:53,438 Requirement already satisfied: flatbuffers==24.3.25 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 38)) (24.3.25)
2025-02-04T14:43:53,454 Requirement already satisfied: fonttools==4.53.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 39)) (4.53.1)
2025-02-04T14:43:53,469 Requirement already satisfied: fqdn==1.5.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 40)) (1.5.1)
2025-02-04T14:43:53,469 Requirement already satisfied: frozenlist==1.4.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 41)) (1.4.1)
2025-02-04T14:43:53,492 Requirement already satisfied: fsspec==2025.2.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 42)) (2025.2.0)
2025-02-04T14:43:53,492 Requirement already satisfied: gast==0.6.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 43)) (0.6.0)
2025-02-04T14:43:53,507 Requirement already satisfied: gitdb==4.0.12 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 44)) (4.0.12)
2025-02-04T14:43:53,507 Requirement already satisfied: GitPython==3.1.44 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 45)) (3.1.44)
2025-02-04T14:43:53,523 Requirement already satisfied: google-pasta==0.2.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 46)) (0.2.0)
2025-02-04T14:43:53,539 Requirement already satisfied: greenlet==3.1.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 47)) (3.1.1)
2025-02-04T14:43:53,539 Requirement already satisfied: grpcio==1.66.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 48)) (1.66.1)
2025-02-04T14:43:53,560 Requirement already satisfied: h11==0.14.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 49)) (0.14.0)
2025-02-04T14:43:53,566 Requirement already satisfied: h5py==3.11.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 50)) (3.11.0)
2025-02-04T14:43:53,577 Requirement already satisfied: httpcore==1.0.5 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 51)) (1.0.5)
2025-02-04T14:43:53,584 Requirement already satisfied: httpx==0.27.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 52)) (0.27.2)
2025-02-04T14:43:53,592 Requirement already satisfied: huggingface-hub==0.28.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 53)) (0.28.1)
2025-02-04T14:43:53,592 Requirement already satisfied: idna==3.8 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 54)) (3.8)
2025-02-04T14:43:53,608 Requirement already satisfied: ipykernel==6.29.5 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 55)) (6.29.5)
2025-02-04T14:43:53,608 Requirement already satisfied: ipython==8.26.0 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 56)) (8.26.0)
2025-02-04T14:43:53,608 Requirement already satisfied: isoduration==20.11.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 57)) (20.11.0)
2025-02-04T14:43:53,623 Requirement already satisfied: isort==5.13.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 58)) (5.13.2)
2025-02-04T14:43:53,623 Requirement already satisfied: jedi==0.19.1 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 59)) (0.19.1)
2025-02-04T14:43:53,639 Requirement already satisfied: Jinja2==3.1.5 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 60)) (3.1.5)
2025-02-04T14:43:53,639 Requirement already satisfied: jiter==0.5.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 61)) (0.5.0)
2025-02-04T14:43:53,655 Requirement already satisfied: json5==0.10.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 62)) (0.10.0)
2025-02-04T14:43:53,655 Requirement already satisfied: jsonpointer==3.0.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 63)) (3.0.0)
2025-02-04T14:43:53,670 Requirement already satisfied: jsonschema==4.23.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 64)) (4.23.0)
2025-02-04T14:43:53,670 Requirement already satisfied: jsonschema-specifications==2024.10.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 65)) (2024.10.1)
2025-02-04T14:43:53,692 Requirement already satisfied: jupyter-events==0.11.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 66)) (0.11.0)
2025-02-04T14:43:53,692 Requirement already satisfied: jupyter-lsp==2.2.5 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 67)) (2.2.5)
2025-02-04T14:43:53,708 Requirement already satisfied: jupyter_client==8.6.2 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 68)) (8.6.2)
2025-02-04T14:43:53,708 Requirement already satisfied: jupyter_core==5.7.2 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 69)) (5.7.2)
2025-02-04T14:43:53,724 Requirement already satisfied: jupyter_server==2.15.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 70)) (2.15.0)
2025-02-04T14:43:53,739 Requirement already satisfied: jupyter_server_terminals==0.5.3 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 71)) (0.5.3)
2025-02-04T14:43:53,755 Requirement already satisfied: jupyterlab==4.3.4 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 72)) (4.3.4)
2025-02-04T14:43:53,755 Requirement already satisfied: jupyterlab_pygments==0.3.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 73)) (0.3.0)
2025-02-04T14:43:53,771 Requirement already satisfied: jupyterlab_server==2.27.3 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 74)) (2.27.3)
2025-02-04T14:43:53,771 Requirement already satisfied: keras==3.5.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 75)) (3.5.0)
2025-02-04T14:43:53,793 Requirement already satisfied: keyboard==0.13.5 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 76)) (0.13.5)
2025-02-04T14:43:53,793 Requirement already satisfied: kiwisolver==1.4.7 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 77)) (1.4.7)
2025-02-04T14:43:53,808 Requirement already satisfied: libclang==18.1.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 78)) (18.1.1)
2025-02-04T14:43:53,808 Requirement already satisfied: Markdown==3.7 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 79)) (3.7)
2025-02-04T14:43:53,808 Requirement already satisfied: markdown-it-py==3.0.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 80)) (3.0.0)
2025-02-04T14:43:53,824 Requirement already satisfied: MarkupSafe==2.1.5 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 81)) (2.1.5)
2025-02-04T14:43:53,840 Requirement already satisfied: matplotlib==3.9.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 82)) (3.9.2)
2025-02-04T14:43:53,840 Requirement already satisfied: matplotlib-inline==0.1.7 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 83)) (0.1.7)
2025-02-04T14:43:53,855 Requirement already satisfied: mccabe==0.7.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 84)) (0.7.0)
2025-02-04T14:43:53,865 Requirement already satisfied: mdurl==0.1.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 85)) (0.1.2)
2025-02-04T14:43:53,877 Requirement already satisfied: mistune==3.1.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 86)) (3.1.0)
2025-02-04T14:43:53,887 Requirement already satisfied: ml-dtypes==0.4.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 87)) (0.4.0)
2025-02-04T14:43:53,895 Requirement already satisfied: mpmath==1.3.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 88)) (1.3.0)
2025-02-04T14:43:53,900 Requirement already satisfied: multidict==6.0.5 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 89)) (6.0.5)
2025-02-04T14:43:53,903 Requirement already satisfied: namex==0.0.8 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 90)) (0.0.8)
2025-02-04T14:43:53,903 Requirement already satisfied: narwhals==1.25.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 91)) (1.25.0)
2025-02-04T14:43:53,903 Requirement already satisfied: nbclient==0.10.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 92)) (0.10.2)
2025-02-04T14:43:53,919 Requirement already satisfied: nbconvert==7.16.5 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 93)) (7.16.5)
2025-02-04T14:43:53,934 Requirement already satisfied: nbformat==5.10.4 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 94)) (5.10.4)
2025-02-04T14:43:53,934 Requirement already satisfied: nest-asyncio==1.6.0 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 95)) (1.6.0)
2025-02-04T14:43:53,934 Requirement already satisfied: networkx==3.4.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 96)) (3.4.2)
2025-02-04T14:43:53,950 Requirement already satisfied: notebook==7.3.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 97)) (7.3.2)
2025-02-04T14:43:53,966 Requirement already satisfied: notebook_shim==0.2.4 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 98)) (0.2.4)
2025-02-04T14:43:53,994 Requirement already satisfied: numpy==1.26.4 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 99)) (1.26.4)
2025-02-04T14:43:53,994 Requirement already satisfied: openai==0.28.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 100)) (0.28.0)
2025-02-04T14:43:53,994 Requirement already satisfied: opencv-python==4.10.0.84 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 101)) (4.10.0.84)
2025-02-04T14:43:54,009 Requirement already satisfied: openpyxl==3.1.5 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 102)) (3.1.5)
2025-02-04T14:43:54,025 Requirement already satisfied: opt-einsum==3.3.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 103)) (3.3.0)
2025-02-04T14:43:54,041 Requirement already satisfied: optree==0.12.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 104)) (0.12.1)
2025-02-04T14:43:54,041 Requirement already satisfied: outcome==1.3.0.post0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 105)) (1.3.0.post0)
2025-02-04T14:43:54,056 Requirement already satisfied: overrides==7.7.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 106)) (7.7.0)
2025-02-04T14:43:54,056 Requirement already satisfied: packaging==24.1 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 107)) (24.1)
2025-02-04T14:43:54,072 Requirement already satisfied: pandas==2.2.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 108)) (2.2.2)
2025-02-04T14:43:54,072 Requirement already satisfied: pandocfilters==1.5.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 109)) (1.5.1)
2025-02-04T14:43:54,094 Requirement already satisfied: parso==0.8.4 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 110)) (0.8.4)
2025-02-04T14:43:54,094 Requirement already satisfied: pillow==10.4.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 111)) (10.4.0)
2025-02-04T14:43:54,110 Requirement already satisfied: platformdirs==4.2.2 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 112)) (4.2.2)
2025-02-04T14:43:54,125 Requirement already satisfied: playwright==1.49.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 113)) (1.49.0)
2025-02-04T14:43:54,125 Requirement already satisfied: prometheus_client==0.21.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 114)) (0.21.1)
2025-02-04T14:43:54,141 Requirement already satisfied: prompt_toolkit==3.0.47 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 115)) (3.0.47)
2025-02-04T14:43:54,141 Requirement already satisfied: protobuf==4.25.4 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 116)) (4.25.4)
2025-02-04T14:43:54,157 Requirement already satisfied: psutil==6.0.0 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 117)) (6.0.0)
2025-02-04T14:43:54,157 Requirement already satisfied: pure_eval==0.2.3 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 118)) (0.2.3)
2025-02-04T14:43:54,172 Requirement already satisfied: pyarrow==19.0.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 119)) (19.0.0)
2025-02-04T14:43:54,172 Requirement already satisfied: pycparser==2.22 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 120)) (2.22)
2025-02-04T14:43:54,207 Requirement already satisfied: pydantic==2.9.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 121)) (2.9.1)
2025-02-04T14:43:54,215 Requirement already satisfied: pydantic_core==2.23.3 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 122)) (2.23.3)
2025-02-04T14:43:54,222 Requirement already satisfied: pydeck==0.9.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 123)) (0.9.1)
2025-02-04T14:43:54,222 Requirement already satisfied: pyee==12.0.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 124)) (12.0.0)
2025-02-04T14:43:54,222 Requirement already satisfied: pygame==2.6.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 125)) (2.6.0)
2025-02-04T14:43:54,238 Requirement already satisfied: Pygments==2.18.0 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 126)) (2.18.0)
2025-02-04T14:43:54,238 Requirement already satisfied: pylint==3.3.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 127)) (3.3.1)
2025-02-04T14:43:54,254 Requirement already satisfied: pyparsing==3.1.4 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 128)) (3.1.4)
2025-02-04T14:43:54,254 Requirement already satisfied: PySocks==1.7.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 129)) (1.7.1)
2025-02-04T14:43:54,269 Requirement already satisfied: python-dateutil==2.9.0.post0 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 130)) (2.9.0.post0)
2025-02-04T14:43:54,269 Requirement already satisfied: python-json-logger==3.2.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 131)) (3.2.1)
2025-02-04T14:43:54,294 Requirement already satisfied: pytz==2024.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 132)) (2024.1)
2025-02-04T14:43:54,294 Requirement already satisfied: pywin32==306 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 133)) (306)
2025-02-04T14:43:54,294 Requirement already satisfied: pywinpty==2.0.14 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 134)) (2.0.14)
2025-02-04T14:43:54,310 Requirement already satisfied: PyYAML==6.0.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 135)) (6.0.2)
2025-02-04T14:43:54,310 Requirement already satisfied: pyzbar==0.1.9 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 136)) (0.1.9)
2025-02-04T14:43:54,326 Requirement already satisfied: pyzmq==26.1.1 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 137)) (26.1.1)
2025-02-04T14:43:54,326 Requirement already satisfied: referencing==0.36.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 138)) (0.36.1)
2025-02-04T14:43:54,341 Requirement already satisfied: regex==2024.11.6 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 139)) (2024.11.6)
2025-02-04T14:43:54,341 Requirement already satisfied: requests==2.32.3 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 140)) (2.32.3)
2025-02-04T14:43:54,357 Requirement already satisfied: rfc3339-validator==0.1.4 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 141)) (0.1.4)
2025-02-04T14:43:54,357 Requirement already satisfied: rfc3986-validator==0.1.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 142)) (0.1.1)
2025-02-04T14:43:54,372 Requirement already satisfied: rich==13.8.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 143)) (13.8.1)
2025-02-04T14:43:54,372 Requirement already satisfied: rpds-py==0.22.3 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 144)) (0.22.3)
2025-02-04T14:43:54,395 Requirement already satisfied: safetensors==0.5.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 145)) (0.5.2)
2025-02-04T14:43:54,395 Requirement already satisfied: seaborn==0.13.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 146)) (0.13.2)
2025-02-04T14:43:54,395 Requirement already satisfied: selenium==4.27.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 147)) (4.27.1)
2025-02-04T14:43:54,410 Requirement already satisfied: Send2Trash==1.8.3 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 148)) (1.8.3)
2025-02-04T14:43:54,426 Requirement already satisfied: sentencepiece==0.2.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 149)) (0.2.0)
2025-02-04T14:43:54,426 Requirement already satisfied: setuptools==74.1.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 150)) (74.1.2)
2025-02-04T14:43:54,442 Requirement already satisfied: six==1.16.0 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 151)) (1.16.0)
2025-02-04T14:43:54,442 Requirement already satisfied: smmap==5.0.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 152)) (5.0.2)
2025-02-04T14:43:54,442 Requirement already satisfied: sniffio==1.3.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 153)) (1.3.1)
2025-02-04T14:43:54,457 Requirement already satisfied: sortedcontainers==2.4.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 154)) (2.4.0)
2025-02-04T14:43:54,457 Requirement already satisfied: soupsieve==2.6 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 155)) (2.6)
2025-02-04T14:43:54,473 Requirement already satisfied: stack-data==0.6.3 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 156)) (0.6.3)
2025-02-04T14:43:54,473 Requirement already satisfied: streamlit==1.41.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 157)) (1.41.1)
2025-02-04T14:43:54,500 Requirement already satisfied: sympy==1.13.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 158)) (1.13.1)
2025-02-04T14:43:54,510 Requirement already satisfied: tenacity==9.0.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 159)) (9.0.0)
2025-02-04T14:43:54,515 Requirement already satisfied: tensorboard==2.17.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 160)) (2.17.1)
2025-02-04T14:43:54,520 Requirement already satisfied: tensorboard-data-server==0.7.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 161)) (0.7.2)
2025-02-04T14:43:54,520 Requirement already satisfied: tensorflow==2.17.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 162)) (2.17.0)
2025-02-04T14:43:54,535 Requirement already satisfied: tensorflow-intel==2.17.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 163)) (2.17.0)
2025-02-04T14:43:54,535 Requirement already satisfied: termcolor==2.4.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 164)) (2.4.0)
2025-02-04T14:43:54,551 Requirement already satisfied: terminado==0.18.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 165)) (0.18.1)
2025-02-04T14:43:54,551 Requirement already satisfied: tinycss2==1.4.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 166)) (1.4.0)
2025-02-04T14:43:54,551 Requirement already satisfied: tokenizers==0.21.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 167)) (0.21.0)
2025-02-04T14:43:54,567 Requirement already satisfied: toml==0.10.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 168)) (0.10.2)
2025-02-04T14:43:54,567 Requirement already satisfied: tomlkit==0.13.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 169)) (0.13.2)
2025-02-04T14:43:54,582 Requirement already satisfied: torch==2.6.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 170)) (2.6.0)
2025-02-04T14:43:54,595 Requirement already satisfied: torchaudio==2.6.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 171)) (2.6.0)
2025-02-04T14:43:54,595 Requirement already satisfied: torchvision==0.21.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 172)) (0.21.0)
2025-02-04T14:43:54,595 Requirement already satisfied: tornado==6.4.1 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 173)) (6.4.1)
2025-02-04T14:43:54,610 Requirement already satisfied: tqdm==4.66.5 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 174)) (4.66.5)
2025-02-04T14:43:54,626 Requirement already satisfied: traitlets==5.14.3 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 175)) (5.14.3)
2025-02-04T14:43:54,642 Requirement already satisfied: transformers==4.48.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 176)) (4.48.2)
2025-02-04T14:43:54,642 Requirement already satisfied: trio==0.27.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 177)) (0.27.0)
2025-02-04T14:43:54,657 Requirement already satisfied: trio-websocket==0.11.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 178)) (0.11.1)
2025-02-04T14:43:54,657 Requirement already satisfied: types-python-dateutil==2.9.0.20241206 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 179)) (2.9.0.20241206)
2025-02-04T14:43:54,673 Requirement already satisfied: typing_extensions==4.12.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 180)) (4.12.2)
2025-02-04T14:43:54,673 Requirement already satisfied: tzdata==2024.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 181)) (2024.1)
2025-02-04T14:43:54,688 Requirement already satisfied: uri-template==1.3.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 182)) (1.3.0)
2025-02-04T14:43:54,695 Requirement already satisfied: urllib3==2.2.2 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 183)) (2.2.2)
2025-02-04T14:43:54,695 Requirement already satisfied: watchdog==6.0.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 184)) (6.0.0)
2025-02-04T14:43:54,711 Requirement already satisfied: wcwidth==0.2.13 in c:\users\user\appdata\roaming\python\python312\site-packages (from -r requirements.txt (line 185)) (0.2.13)
2025-02-04T14:43:54,711 Requirement already satisfied: webcolors==24.11.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 186)) (24.11.1)
2025-02-04T14:43:54,726 Requirement already satisfied: webencodings==0.5.1 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 187)) (0.5.1)
2025-02-04T14:43:54,726 Requirement already satisfied: websocket-client==1.8.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 188)) (1.8.0)
2025-02-04T14:43:54,742 Requirement already satisfied: Werkzeug==3.0.4 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 189)) (3.0.4)
2025-02-04T14:43:54,742 Requirement already satisfied: wheel==0.44.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 190)) (0.44.0)
2025-02-04T14:43:54,758 Requirement already satisfied: wrapt==1.16.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 191)) (1.16.0)
2025-02-04T14:43:54,758 Requirement already satisfied: wsproto==1.2.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 192)) (1.2.0)
2025-02-04T14:43:54,780 Requirement already satisfied: yarl==1.11.0 in c:\users\user\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 193)) (1.11.0)
2025-02-04T14:44:02,643 Created temporary directory: C:\Users\user\AppData\Local\Temp\pip-unpack-_sz6brj2
2025-02-04T14:44:05,587 1 location(s) to search for versions of pip:
2025-02-04T14:44:05,587 * https://pypi.org/simple/pip/
2025-02-04T14:44:05,587 Fetching project page and analyzing links: https://pypi.org/simple/pip/
2025-02-04T14:44:05,587 Getting page https://pypi.org/simple/pip/
2025-02-04T14:44:05,587 Found index url https://pypi.org/simple/
2025-02-04T14:44:07,792 Fetched page https://pypi.org/simple/pip/ as application/vnd.pypi.simple.v1+json
2025-02-04T14:44:07,838 Found link https://files.pythonhosted.org/packages/3d/9d/1e313763bdfb6a48977b65829c6ce2a43eaae29ea2f907c8bbef024a7219/pip-0.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.2
2025-02-04T14:44:07,838 Found link https://files.pythonhosted.org/packages/18/ad/c0fe6cdfe1643a19ef027c7168572dac6283b80a384ddf21b75b921877da/pip-0.2.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.2.1
2025-02-04T14:44:07,838 Found link https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz (from https://pypi.org/simple/pip/), version: 0.3
2025-02-04T14:44:07,838 Found link https://files.pythonhosted.org/packages/0a/bb/d087c9a1415f8726e683791c0b2943c53f2b76e69f527f2e2b2e9f9e7b5c/pip-0.3.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.3.1
2025-02-04T14:44:07,838 Found link https://files.pythonhosted.org/packages/cf/c3/153571aaac6cf999f4bb09c019b1ff379b7b599ea833813a41c784eec995/pip-0.4.tar.gz (from https://pypi.org/simple/pip/), version: 0.4
2025-02-04T14:44:07,838 Found link https://files.pythonhosted.org/packages/8d/c7/f05c87812fa5d9562ecbc5f4f1fc1570444f53c81c834a7f662af406e3c1/pip-0.5.tar.gz (from https://pypi.org/simple/pip/), version: 0.5
2025-02-04T14:44:07,838 Found link https://files.pythonhosted.org/packages/9a/aa/f536b6d14fe03343367da2ff44eee28f340ae650cd017ca088b6be13084a/pip-0.5.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.5.1
2025-02-04T14:44:07,838 Found link https://files.pythonhosted.org/packages/db/e6/fdf7be8a17b032c533d3f91e91e2c63dd81d3627cbe4113248a00c2d39d8/pip-0.6.tar.gz (from https://pypi.org/simple/pip/), version: 0.6
2025-02-04T14:44:07,838 Found link https://files.pythonhosted.org/packages/91/cd/105f4d3c75d0ae18e12623acc96f42168aaba408dd6e43c4505aa21f8e37/pip-0.6.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.6.1
2025-02-04T14:44:07,838 Found link https://files.pythonhosted.org/packages/1c/c7/c0e1a9413c37828faf290f29a85a4d6034c145cc04bf1622ba8beb662ad8/pip-0.6.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.6.2
2025-02-04T14:44:07,838 Found link https://files.pythonhosted.org/packages/3f/af/c4b9d49fb0f286996b28dbc0955c3ad359794697eb98e0e69863908070b0/pip-0.6.3.tar.gz (from https://pypi.org/simple/pip/), version: 0.6.3
2025-02-04T14:44:07,838 Found link https://files.pythonhosted.org/packages/ec/7a/6fe91ff0079ad0437830957c459d52f3923e516f5b453218f2a93d09a427/pip-0.7.tar.gz (from https://pypi.org/simple/pip/), version: 0.7
2025-02-04T14:44:07,854 Found link https://files.pythonhosted.org/packages/a5/63/11303863c2f5e9d9a15d89fcf7513a4b60987007d418862e0fb65c09fff7/pip-0.7.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.7.1
2025-02-04T14:44:07,854 Found link https://files.pythonhosted.org/packages/cd/a9/1debaa96bbc1005c1c8ad3b79fec58c198d35121546ea2e858ce0894268a/pip-0.7.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.7.2
2025-02-04T14:44:07,854 Found link https://files.pythonhosted.org/packages/74/54/f785c327fb3d163560a879b36edae5c78ee07806be282c9d4807f6be7dd1/pip-0.8.tar.gz (from https://pypi.org/simple/pip/), version: 0.8
2025-02-04T14:44:07,854 Found link https://files.pythonhosted.org/packages/5c/79/5e8381cc3078bae92166f2ba96de8355e8c181926505ba8882f7b099a500/pip-0.8.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.8.1
2025-02-04T14:44:07,854 Found link https://files.pythonhosted.org/packages/17/3e/0a98ab032991518741e7e712a719633e6ae160f51b3d3e855194530fd308/pip-0.8.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.8.2
2025-02-04T14:44:07,854 Found link https://files.pythonhosted.org/packages/f7/9a/943fc6d879ed7220bac2e7e53096bfe78abec88d77f2f516400e0129679e/pip-0.8.3.tar.gz (from https://pypi.org/simple/pip/), version: 0.8.3
2025-02-04T14:44:07,854 Found link https://files.pythonhosted.org/packages/24/33/6eb675fb6db7b71d69d6928b33dea61b8bf5cfe1e5649be70ec84ce2fc09/pip-1.0.tar.gz (from https://pypi.org/simple/pip/), version: 1.0
2025-02-04T14:44:07,854 Found link https://files.pythonhosted.org/packages/10/d9/f584e6107ef98ad7eaaaa5d0f756bfee12561fa6a4712ffdb7209e0e1fd4/pip-1.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.0.1
2025-02-04T14:44:07,854 Found link https://files.pythonhosted.org/packages/16/90/5e6f80364d8a656f60681dfb7330298edef292d43e1499bcb3a4c71ff0b9/pip-1.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 1.0.2
2025-02-04T14:44:07,854 Found link https://files.pythonhosted.org/packages/25/57/0d42cf5307d79913a082c5c4397d46f3793bc35e1138a694136d6e31be99/pip-1.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.1
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/ba/c3/4e1f892f41aaa217fe0d1f827fa05928783349c69f3cc06fdd68e112678a/pip-1.2.tar.gz (from https://pypi.org/simple/pip/), version: 1.2
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/c3/a2/a63244da32afd9ce9a8ca1bd86e71610039adea8b8314046ebe5047527a6/pip-1.2.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.2.1
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/00/45/69d4f2602b80550bfb26cfd2f62c2f05b3b5c7352705d3766cd1e5b27648/pip-1.3.tar.gz (from https://pypi.org/simple/pip/), version: 1.3
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/5b/ce/f5b98104f1c10d868936c25f7c597f492d4371aa9ad5fb61a94954ee7208/pip-1.3.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.3.1
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/5f/d0/3b3958f6a58783bae44158b2c4c7827ae89abaecdd4bed12cff402620b9a/pip-1.4.tar.gz (from https://pypi.org/simple/pip/), version: 1.4
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/3f/f8/da390e0df72fb61d176b25a4b95262e3dcc14bda0ad25ac64d56db38b667/pip-1.4.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.4.1
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/4f/7d/e53bc80667378125a9e07d4929a61b0bd7128a1129dbe6f07bb3228652a3/pip-1.5.tar.gz (from https://pypi.org/simple/pip/), version: 1.5
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/44/5d/1dca53b5de6d287e7eb99bd174bb022eb6cb0d6ca6e19ca6b16655dde8c2/pip-1.5.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.1
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/21/3f/d86a600c9b2f41a75caacf768a24130f343def97652de2345da15ef7911f/pip-1.5.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.1
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/3d/1f/227d77d5e9ed2df5162de4ba3616799a351eccb1ecd668ae824dd26153a1/pip-1.5.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.2
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/ed/94/391a003107f6ec997c314199d03bff1c105af758ee490e3255353574487b/pip-1.5.2.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.2
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/df/e9/bdb53d44fad1465b43edaf6bc7dd3027ed5af81405cc97603fdff0721ebb/pip-1.5.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.3
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/55/de/671a48ad313c808623041fc475f7c8f7610401d9f573f06b40eeb84e74e3/pip-1.5.3.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.3
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/a9/9a/9aa19fe00de4c025562e5fb3796ff8520165a7dd1a5662c6ec9816e1ae99/pip-1.5.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.4
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/78/d8/6e58a7130d457edadb753a0ea5708e411c100c7e94e72ad4802feeef735c/pip-1.5.4.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.4
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/ce/c2/10d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c/pip-1.5.5-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.5
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/88/01/a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d/pip-1.5.5.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.5
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/3f/08/7347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8/pip-1.5.6-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.6
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/45/db/4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772/pip-1.5.6.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.6
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/dc/7c/21191b5944b917b66e4e4e06d74f668d814b6e8a3ff7acd874479b6f6b3d/pip-6.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/38/fd/065c66a88398f240e344fdf496b9707f92d75f88eedc3d10ff847b28a657/pip-6.0.tar.gz (from https://pypi.org/simple/pip/), version: 6.0
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/e9/7a/cdbc1a12ed52410d557e48d4646f4543e9e991ff32d2374dc6db849aa617/pip-6.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.1
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/4d/c3/8675b90cd89b9b222062f4f6c7e9d48b0387f5b35cbf747a74403a883e56/pip-6.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.1
2025-02-04T14:44:07,861 Found link https://files.pythonhosted.org/packages/71/3c/b5a521e5e99cfff091e282231591f21193fd80de079ec5fb8ed9c6614044/pip-6.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.2
2025-02-04T14:44:07,876 Found link https://files.pythonhosted.org/packages/4c/5a/f9e8e3de0153282c7cb54a9b991af225536ac914bac858ca664cf883bb3e/pip-6.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.2
2025-02-04T14:44:07,876 Found link https://files.pythonhosted.org/packages/73/cb/3eebf42003791df29219a3dfa1874572aa16114b44c9b1b0ac66bf96e8c0/pip-6.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.3
2025-02-04T14:44:07,876 Found link https://files.pythonhosted.org/packages/ce/63/8d99ae60d11ae1a65f5d4fc39a529a598bd3b8e067132210cb0c4d9e9f74/pip-6.0.3.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.3
2025-02-04T14:44:07,876 Found link https://files.pythonhosted.org/packages/c5/0e/c974206726542bc495fc7443dd97834a6d14c2f0cba183fcfcd01075225a/pip-6.0.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.4
2025-02-04T14:44:07,892 Found link https://files.pythonhosted.org/packages/02/a1/c90f19910ee153d7a0efca7216758121118d7e93084276541383fe9ca82e/pip-6.0.4.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.4
2025-02-04T14:44:07,892 Found link https://files.pythonhosted.org/packages/e9/1b/c6a375a337fb576784cdea3700f6c3eaf1420f0a01458e6e034cc178a84a/pip-6.0.5-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.5
2025-02-04T14:44:07,892 Found link https://files.pythonhosted.org/packages/19/f2/58628768f618c8c9fea878e0fb97730c0b8a838d3ab3f325768bf12dac94/pip-6.0.5.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.5
2025-02-04T14:44:07,892 Found link https://files.pythonhosted.org/packages/64/fc/4a49ccb18f55a0ceeb76e8d554bd4563217117492997825d194ed0017cc1/pip-6.0.6-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.6
2025-02-04T14:44:07,892 Found link https://files.pythonhosted.org/packages/f6/ce/d9e4e178b66c766c117f62ddf4fece019ef9d50127a8926d2f60300d615e/pip-6.0.6.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.6
2025-02-04T14:44:07,892 Found link https://files.pythonhosted.org/packages/7a/8e/2bbd4fcf3ee06ee90ded5f39ec12f53165dfdb9ef25a981717ad38a16670/pip-6.0.7-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.7
2025-02-04T14:44:07,892 Found link https://files.pythonhosted.org/packages/52/85/b160ebdaa84378df6bb0176d4eed9f57edca662446174eead7a9e2e566d6/pip-6.0.7.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.7
2025-02-04T14:44:07,892 Found link https://files.pythonhosted.org/packages/63/65/55b71647adec1ad595bf0e5d76d028506dfc002df30c256f022ff7a660a5/pip-6.0.8-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.8
2025-02-04T14:44:07,892 Found link https://files.pythonhosted.org/packages/ef/8a/e3a980bc0a7f791d72c1302f65763ed300f2e14c907ac033e01b44c79e5e/pip-6.0.8.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.8
2025-02-04T14:44:07,892 Found link https://files.pythonhosted.org/packages/24/fb/8a56a46243514681e569bbafd8146fa383476c4b7c725c8598c452366f31/pip-6.1.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.1.0
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/6c/84/432eb60bbcb414b9cdfcb135d5f4925e253c74e7d6916ada79990d6cc1a0/pip-6.1.0.tar.gz (from https://pypi.org/simple/pip/), version: 6.1.0
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/67/f0/ba0fb41dbdbfc4aa3e0c16b40269aca6b9e3d59cacdb646218aa2e9b1d2c/pip-6.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.1.1
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/bf/85/871c126b50b8ee0b9819e8a63b614aedd264577e73478caedcd447e8f28c/pip-6.1.1.tar.gz (from https://pypi.org/simple/pip/), version: 6.1.1
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/5a/9b/56d3c18d0784d5f2bbd446ea2dc7ffa7476c35e3dc223741d20cfee3b185/pip-7.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.0
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/c6/16/6475b142927ca5d03e3b7968efa5b0edd103e4684ecfde181a25f6fa2505/pip-7.0.0.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.0
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/5a/10/bb7a32c335bceba636aa673a4c977effa1e73a79f88856459486d8d670cf/pip-7.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.1
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/4a/83/9ae4362a80739657e0c8bb628ea3fa0214a9aba7c8590dacc301ea293f73/pip-7.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.1
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/64/7f/7107800ae0919a80afbf1ecba21b90890431c3ee79d700adac3c79cb6497/pip-7.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.2
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/75/b1/66532c273bca0133e42c3b4540a1609289f16e3046f1830f18c60794d661/pip-7.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.2
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/96/76/33a598ae42dd0554207d83c7acc60e3b166dbde723cbf282f1f73b7a127c/pip-7.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.3
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/35/59/5b23115758ba0f2fc465c459611865173ef006202ba83f662d1f58ed2fb8/pip-7.0.3.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.3
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/f7/c0/9f8dac88326609b4b12b304e8382f64f7d5af7735a00d2fac36cf135fc30/pip-7.1.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.1.0
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/7e/71/3c6ece07a9a885650aa6607b0ebfdf6fc9a3ef8691c44b5e724e4eee7bf2/pip-7.1.0.tar.gz (from https://pypi.org/simple/pip/), version: 7.1.0
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/1c/56/094d563c508917081bccff365e4f621ba33073c1c13aca9267a43cfcaf13/pip-7.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.1.1
2025-02-04T14:44:07,908 Found link https://files.pythonhosted.org/packages/3b/bb/b3f2a95494fd3f01d3b3ae530e7c0e910dc25e88e30787b0a5e10cbc0640/pip-7.1.1.tar.gz (from https://pypi.org/simple/pip/), version: 7.1.1
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/b2/d0/cd115fe345dd6f07ec1c780020a7dfe74966fceeb171e0f20d1d4905b0b7/pip-7.1.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.1.2
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/d0/92/1e8406c15d9372084a5bf79d96da3a0acc4e7fcf0b80020a4820897d2a5c/pip-7.1.2.tar.gz (from https://pypi.org/simple/pip/), version: 7.1.2
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/00/ae/bddef02881ee09c6a01a0d6541aa6c75a226a4e68b041be93142befa0cd6/pip-8.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.0
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/e3/2d/03c014d11e66628abf2fda5ca00f779cbe7b5292c5cd13d42a95b94aa9b8/pip-8.0.0.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.0
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/45/9c/6f9a24917c860873e2ce7bd95b8f79897524353df51d5d920cd6b6c1ec33/pip-8.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.1
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/ea/66/a3d6187bd307159fedf8575c0d9ee2294d13b1cdd11673ca812e6a2dda8f/pip-8.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.1
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/e7/a0/bd35f5f978a5e925953ce02fa0f078a232f0f10fcbe543d8cfc043f74fda/pip-8.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.2
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/ce/15/ee1f9a84365423e9ef03d0f9ed0eba2fb00ac1fffdd33e7b52aea914d0f8/pip-8.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.2
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/ae/d4/2b127310f5364610b74c28e2e6a40bc19e2d3c9a9a4e012d3e333e767c99/pip-8.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.3
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/22/f3/14bc87a4f6b5ec70b682765978a6f3105bf05b6781fa97e04d30138bd264/pip-8.0.3.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.3
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/1e/c7/78440b3fb882ed001e6e12d8770bd45e73d6eced4e57f7c072b829ce8a3d/pip-8.1.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.1.0
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/3c/72/6981d5adf880adecb066a1a1a4c312a17f8d787a3b85446967964ac66d55/pip-8.1.0.tar.gz (from https://pypi.org/simple/pip/), version: 8.1.0
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/31/6a/0f19a7edef6c8e5065f4346137cc2a08e22e141942d66af2e1e72d851462/pip-8.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.1.1
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/41/27/9a8d24e1b55bd8c85e4d022da2922cb206f183e2d18fee4e320c9547e751/pip-8.1.1.tar.gz (from https://pypi.org/simple/pip/), version: 8.1.1
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-8.1.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.1.2
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz (from https://pypi.org/simple/pip/), version: 8.1.2
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/3f/ef/935d9296acc4f48d1791ee56a73781271dce9712b059b475d3f5fa78487b/pip-9.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/5e/53/eaef47e5e2f75677c9de0737acc84b659b78a71c4086f424f55346a341b5/pip-9.0.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0e611408f196358da3/pip-9.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/e7/f9/e801dcea22886cd513f6bd2e8f7e581bd6f67bb8e8f1cd8e7b92d8539280/pip-9.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
2025-02-04T14:44:07,923 Found link https://files.pythonhosted.org/packages/e5/8f/3fc66461992dc9e9fcf5e005687d5f676729172dda640df2fd8b597a6da7/pip-9.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/4b/5a/8544ae02a5bd28464e03af045e8aabde20a7b02db1911a9159328e1eb25a/pip-10.0.0b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/aa/6d/ffbb86abf18b750fb26f27eda7c7732df2aacaa669c420d2eb2ad6df3458/pip-10.0.0b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/97/72/1d514201e7d7fc7fff5aac3de9c7b892cd72fb4bf23fd983630df96f7412/pip-10.0.0b2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/32/67/572f642e6e42c580d3154964cfbab7d9322c23b0f417c6c01fdd206a2777/pip-10.0.0b2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/62/a1/0d452b6901b0157a0134fd27ba89bf95a857fbda64ba52e1ca2cf61d8412/pip-10.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579/pip-18.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
2025-02-04T14:44:07,939 Found link https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
2025-02-04T14:44:07,954 Found link https://files.pythonhosted.org/packages/60/64/73b729587b6b0d13e690a7c3acd2231ee561e8dd28a58ae1b0409a5a2b20/pip-19.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
2025-02-04T14:44:07,954 Found link https://files.pythonhosted.org/packages/11/31/c483614095176ddfa06ac99c2af4171375053b270842c7865ca0b4438dc1/pip-19.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
2025-02-04T14:44:07,954 Found link https://files.pythonhosted.org/packages/46/dc/7fd5df840efb3e56c8b4f768793a237ec4ee59891959d6a215d63f727023/pip-19.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
2025-02-04T14:44:07,954 Found link https://files.pythonhosted.org/packages/c8/89/ad7f27938e59db1f0f55ce214087460f65048626e2226531ba6cb6da15f0/pip-19.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
2025-02-04T14:44:07,954 Found link https://files.pythonhosted.org/packages/d7/41/34dd96bd33958e52cb4da2f1bf0818e396514fd4f4725a79199564cd0c20/pip-19.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
2025-02-04T14:44:07,954 Found link https://files.pythonhosted.org/packages/4c/4d/88bc9413da11702cbbace3ccc51350ae099bb351febae8acc85fec34f9af/pip-19.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/d8/f3/413bab4ff08e1fc4828dfc59996d721917df8e8583ea85385d51125dceff/pip-19.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/36/fa/51ca4d57392e2f69397cd6e5af23da2a8d37884a605f9e3f2d3bfdc48397/pip-19.0.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/f9/fb/863012b13912709c13cf5cfdbfb304fa6c727659d6290438e1a88df9d848/pip-19.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/51/5f/802a04274843f634469ef299fcd273de4438386deb7b8681dd059f0ee3b7/pip-19.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/93/ab/f86b61bef7ab14909bd7ec3cd2178feb0a1c86d451bc9bccd5a1aedcde5f/pip-19.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/3a/6f/35de4f49ae5c7fdb2b64097ab195020fb48faa8ad3a85386ece6953c11b1/pip-19.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/41/13/b6e68eae78405af6e4e9a93319ae5bb371057786f1590b157341f7542d7d/pip-19.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/62/ca/94d32a6516ed197a491d17d46595ce58a83cbb2fca280414e57cd86b84dc/pip-19.2.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/8b/8a/1b2aadd922db1afe6bc107b03de41d6d37a28a5923383e60695fba24ae81/pip-19.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/8d/07/f7d7ced2f97ca3098c16565efbe6b15fafcba53e8d9bdb431e09140514b0/pip-19.2.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/aa/1a/62fb0b95b1572c76dbc3cc31124a8b6866cbe9139eb7659ac7349457cf7c/pip-19.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/00/9e/4c83a0950d8bdec0b4ca72afd2f9cea92d08eb7c1a768363f2ea458d08b4/pip-19.2.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/4a/08/6ca123073af4ebc4c5488a5bc8a010ac57aa39ce4d3c8a931ad504de4185/pip-19.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/af/7a/5dd1e6efc894613c432ce86f1011fcc3bbd8ac07dfeae6393b7b97f1de8b/pip-19.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3
2025-02-04T14:44:07,961 Found link https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1
2025-02-04T14:44:07,977 Found link https://files.pythonhosted.org/packages/ce/ea/9b445176a65ae4ba22dce1d93e4b5fe182f953df71a145f557cffaffc1bf/pip-19.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1
2025-02-04T14:44:07,977 Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/60/65/16487a7c4e0f95bb3fc89c2e377be331fd496b7a9b08fd3077de7f3ae2cf/pip-20.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2025-02-04T14:44:07,977 Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/8c/5c/c18d58ab5c1a702bf670e0bd6a77cd4645e4aeca021c6118ef850895cc96/pip-20.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2025-02-04T14:44:07,977 Found link https://files.pythonhosted.org/packages/57/36/67f809c135c17ec9b8276466cc57f35b98c240f55c780689ea29fa32f512/pip-20.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1
2025-02-04T14:44:07,977 Found link https://files.pythonhosted.org/packages/28/af/2c76c8aa46ccdf7578b83d97a11a2d1858794d4be4a1610ade0d30182e8b/pip-20.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1
2025-02-04T14:44:07,977 Found link https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2
2025-02-04T14:44:07,977 Found link https://files.pythonhosted.org/packages/8e/76/66066b7bc71817238924c7e4b448abdb17eb0c92d645769c223f9ace478f/pip-20.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2
2025-02-04T14:44:07,977 Found link https://files.pythonhosted.org/packages/ec/05/82d3fababbf462d876883ebc36f030f4fa057a563a80f5a26ee63679d9ea/pip-20.1b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1
2025-02-04T14:44:07,977 Found link https://files.pythonhosted.org/packages/cd/81/c1184456fe506bd50992571c9f8581907976ce71502e36741f033e2da1f1/pip-20.1b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1
2025-02-04T14:44:07,992 Found link https://files.pythonhosted.org/packages/54/2e/df11ea7e23e7e761d484ed3740285a34e38548cf2bad2bed3dd5768ec8b9/pip-20.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1
2025-02-04T14:44:07,992 Found link https://files.pythonhosted.org/packages/d1/05/059c78cd5d740d2299266ffa15514dad6692d4694df571bf168e2cdd98fb/pip-20.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1
2025-02-04T14:44:07,992 Found link https://files.pythonhosted.org/packages/43/84/23ed6a1796480a6f1a2d38f2802901d078266bda38388954d01d3f2e821d/pip-20.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1
2025-02-04T14:44:07,992 Found link https://files.pythonhosted.org/packages/08/25/f204a6138dade2f6757b4ae99bc3994aac28a5602c97ddb2a35e0e22fbc4/pip-20.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1
2025-02-04T14:44:07,992 Found link https://files.pythonhosted.org/packages/fe/3b/0fc5e63eb277d5a50a95ce5c896f742ef243be27382303a4a44dd0197e29/pip-20.2b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1
2025-02-04T14:44:07,992 Found link https://files.pythonhosted.org/packages/77/3e/6a1fd8e08a06e3e0f54182c7c937bba3f4e9cf1b26f54946d3915021ea2e/pip-20.2b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1
2025-02-04T14:44:07,992 Found link https://files.pythonhosted.org/packages/36/74/38c2410d688ac7b48afa07d413674afc1f903c1c1f854de51dc8eb2367a5/pip-20.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2
2025-02-04T14:44:07,992 Found link https://files.pythonhosted.org/packages/b9/27/a9007a575c8a8e80c22144fec5df3943fd304dfa791bed44a0130e984803/pip-20.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2
2025-02-04T14:44:07,992 Found link https://files.pythonhosted.org/packages/bd/b1/56a834acdbe23b486dea16aaf4c27ed28eb292695b90d01dff96c96597de/pip-20.2.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.1
2025-02-04T14:44:07,992 Found link https://files.pythonhosted.org/packages/68/1a/8cfcf3a8cba0dd0f125927c986b1502f2eed284c63fdfd6797ea74300ae4/pip-20.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.1
2025-02-04T14:44:07,992 Found link https://files.pythonhosted.org/packages/5a/4a/39400ff9b36e719bdf8f31c99fe1fa7842a42fa77432e584f707a5080063/pip-20.2.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.2
2025-02-04T14:44:08,008 Found link https://files.pythonhosted.org/packages/73/8e/7774190ac616c69194688ffce7c1b2a097749792fea42e390e7ddfdef8bc/pip-20.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.2
2025-02-04T14:44:08,008 Found link https://files.pythonhosted.org/packages/4e/5f/528232275f6509b1fff703c9280e58951a81abe24640905de621c9f81839/pip-20.2.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.3
2025-02-04T14:44:08,008 Found link https://files.pythonhosted.org/packages/59/64/4718738ffbc22d98b5223dbd6c5bb87c476d83a4c71719402935170064c7/pip-20.2.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.3
2025-02-04T14:44:08,008 Found link https://files.pythonhosted.org/packages/cb/28/91f26bd088ce8e22169032100d4260614fc3da435025ff389ef1d396a433/pip-20.2.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.4
2025-02-04T14:44:08,008 Found link https://files.pythonhosted.org/packages/0b/f5/be8e741434a4bf4ce5dbc235aa28ed0666178ea8986ddc10d035023744e6/pip-20.2.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.4
2025-02-04T14:44:08,008 Found link https://files.pythonhosted.org/packages/fb/46/26d13ba147ba430f9cda0d0cf599a041d142a5c8b1a90ff845ebce7fba0f/pip-20.3b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3b1
2025-02-04T14:44:08,008 Found link https://files.pythonhosted.org/packages/7f/61/2da3c027ad7bd4bc87a3ee7e7160c93e7500dac3536e02ff93008e9b3460/pip-20.3b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3b1
2025-02-04T14:44:08,008 Found link https://files.pythonhosted.org/packages/55/73/bce122d1ed0217b3c1a3439ab16dfa94bbeabd0d31755fcf907493abf39b/pip-20.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3
2025-02-04T14:44:08,008 Found link https://files.pythonhosted.org/packages/03/41/6da553f689d530bc2c337d2c496a40dc9c0fdc6481e5df1f3ee3b8574479/pip-20.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3
2025-02-04T14:44:08,008 Found link https://files.pythonhosted.org/packages/ab/11/2dc62c5263d9eb322f2f028f7b56cd9d096bb8988fcf82d65fa2e4057afe/pip-20.3.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.1
2025-02-04T14:44:08,025 Found link https://files.pythonhosted.org/packages/cb/5f/ae1eb8bda1cde4952bd12e468ab8a254c345a0189402bf1421457577f4f3/pip-20.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.1
2025-02-04T14:44:08,025 Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/3d/0c/01014c0442830eb38d6baef0932fdcb389279ce74295350ecb9fe09e048a/pip-20.3.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2025-02-04T14:44:08,026 Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/51/63/86e147c44335b03055e58a27c791d94fff4baaf08d67852f925ab9b90240/pip-20.3.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2025-02-04T14:44:08,027 Found link https://files.pythonhosted.org/packages/54/eb/4a3642e971f404d69d4f6fa3885559d67562801b99d7592487f1ecc4e017/pip-20.3.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.3
2025-02-04T14:44:08,028 Found link https://files.pythonhosted.org/packages/ca/1e/d91d7aae44d00cd5001957a1473e4e4b7d1d0f072d1af7c34b5899c9ccdf/pip-20.3.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.3
2025-02-04T14:44:08,029 Found link https://files.pythonhosted.org/packages/27/79/8a850fe3496446ff0d584327ae44e7500daf6764ca1a382d2d02789accf7/pip-20.3.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.4
2025-02-04T14:44:08,030 Found link https://files.pythonhosted.org/packages/53/7f/55721ad0501a9076dbc354cc8c63ffc2d6f1ef360f49ad0fbcce19d68538/pip-20.3.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.4
2025-02-04T14:44:08,031 Found link https://files.pythonhosted.org/packages/de/47/58b9f3e6f611dfd17fb8bd9ed3e6f93b7ee662fb85bdfee3565e8979ddf7/pip-21.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0
2025-02-04T14:44:08,031 Found link https://files.pythonhosted.org/packages/9e/24/bc928987f35dd0167f21b13a1777c21b9c5917c9894cff93f1c1a6cb8f3b/pip-21.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0
2025-02-04T14:44:08,032 Found link https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0.1
2025-02-04T14:44:08,033 Found link https://files.pythonhosted.org/packages/b7/2d/ad02de84a4c9fd3b1958dc9fb72764de1aa2605a9d7e943837be6ad82337/pip-21.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0.1
2025-02-04T14:44:08,034 Found link https://files.pythonhosted.org/packages/ac/cf/0cc542fc93de2f3b9b53cb979c7d1118cffb93204afb46299a9f858e113f/pip-21.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1
2025-02-04T14:44:08,037 Found link https://files.pythonhosted.org/packages/de/62/77b8b1a9f9c710988e5a58c22a7cd025b63b204df57a6ea939d6d39da421/pip-21.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1
2025-02-04T14:44:08,038 Found link https://files.pythonhosted.org/packages/cd/6f/43037c7bcc8bd8ba7c9074256b1a11596daa15555808ec748048c1507f08/pip-21.1.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.1
2025-02-04T14:44:08,039 Found link https://files.pythonhosted.org/packages/94/b0/e10bdc8809c81796c80aa3644a8e3dc16594fb1bd68f5996929f26cad980/pip-21.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.1
2025-02-04T14:44:08,040 Found link https://files.pythonhosted.org/packages/cd/82/04e9aaf603fdbaecb4323b9e723f13c92c245f6ab2902195c53987848c78/pip-21.1.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.2
2025-02-04T14:44:08,041 Found link https://files.pythonhosted.org/packages/b1/44/6e26d5296b83c6aac166e48470d57a00d3ed1f642e89adc4a4e412a01643/pip-21.1.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.2
2025-02-04T14:44:08,041 Found link https://files.pythonhosted.org/packages/47/ca/f0d790b6e18b3a6f3bd5e80c2ee4edbb5807286c21cdd0862ca933f751dd/pip-21.1.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.3
2025-02-04T14:44:08,042 Found link https://files.pythonhosted.org/packages/4d/0c/3b63fe024414a8a48661cf04f0993d4b2b8ef92daed45636474c018cd5b7/pip-21.1.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.3
2025-02-04T14:44:08,043 Skipping link: yanked for reason: See https://github.com/pypa/pip/issues/8711: https://files.pythonhosted.org/packages/03/0f/b125bfdd145c1d018d75ce87603e7e9ff2416e742c71b5ac7deba13ca699/pip-21.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6)
2025-02-04T14:44:08,043 Skipping link: yanked for reason: See https://github.com/pypa/pip/issues/8711: https://files.pythonhosted.org/packages/9f/74/0e4d75529e8bf6e594d532a28308a5e369c3f7105e1fec2ff0bf86d478b0/pip-21.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6)
2025-02-04T14:44:08,044 Found link https://files.pythonhosted.org/packages/7c/02/9ab8b431aca1b46fcc1ac830a5870a28a12ba1abfa681904b1d2da876a86/pip-21.2.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.1
2025-02-04T14:44:08,045 Found link https://files.pythonhosted.org/packages/f7/ce/e359cf283c0c0f2e0af7df8f16c8d79047aa1887a00a5b39b27d8afc49e2/pip-21.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.1
2025-02-04T14:44:08,046 Found link https://files.pythonhosted.org/packages/8a/d7/f505e91e2cdea53cfcf51f4ac478a8cd64fb0bc1042629cedde20d9a6a9b/pip-21.2.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.2
2025-02-04T14:44:08,046 Found link https://files.pythonhosted.org/packages/83/37/3f344e392de7792748ee32e05d7dd6f867eb2166c21c8711280fb30e2128/pip-21.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.2
2025-02-04T14:44:08,047 Found link https://files.pythonhosted.org/packages/ca/bf/4133a0e05eac641ec270bbcef30512b5ad307d7838adb994acd652cc30e3/pip-21.2.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.3
2025-02-04T14:44:08,048 Found link https://files.pythonhosted.org/packages/e1/63/7c0e553ae0513ebf1858f08030158ff5998324013e0ba4c2e1c00b85df79/pip-21.2.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.3
2025-02-04T14:44:08,049 Found link https://files.pythonhosted.org/packages/ca/31/b88ef447d595963c01060998cb329251648acf4a067721b0452c45527eb8/pip-21.2.4-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.4
2025-02-04T14:44:08,049 Found link https://files.pythonhosted.org/packages/52/e1/06c018197d8151383f66ebf6979d951995cf495629fc54149491f5d157d0/pip-21.2.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.4
2025-02-04T14:44:08,050 Found link https://files.pythonhosted.org/packages/90/a9/1ea3a69a51dcc679724e3512fc2aa1668999eed59976f749134eb02229c8/pip-21.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3
2025-02-04T14:44:08,051 Found link https://files.pythonhosted.org/packages/00/5f/d6959d6f25f202e3e68e3a53b815af42d770c829c19382d0acbf2c3e2112/pip-21.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3
2025-02-04T14:44:08,051 Found link https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3.1
2025-02-04T14:44:08,051 Found link https://files.pythonhosted.org/packages/da/f6/c83229dcc3635cdeb51874184241a9508ada15d8baa337a41093fab58011/pip-21.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3.1
2025-02-04T14:44:08,051 Found link https://files.pythonhosted.org/packages/9f/8b/a094f5da22d7abf5098205367b3296dd15b914f4232af5ca39ba6214d08c/pip-22.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0
2025-02-04T14:44:08,051 Found link https://files.pythonhosted.org/packages/4a/ca/e72b3b399d7a8cb34311aa8f52924108591c013b09f0268820afb4cd96fb/pip-22.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0
2025-02-04T14:44:08,051 Found link https://files.pythonhosted.org/packages/89/a1/2f4e58eda11e591fbfa518233378835679fc5ab766b690b3df85215014d5/pip-22.0.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.1
2025-02-04T14:44:08,051 Found link https://files.pythonhosted.org/packages/63/71/5686e51f06fa59da55f7e81c3101844e57434a30f4a0d7456674d1459841/pip-22.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.1
2025-02-04T14:44:08,051 Found link https://files.pythonhosted.org/packages/83/b5/df8640236faa5a3cb80bfafd68e9fb4b22578208b8398c032ccff803f9e0/pip-22.0.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.2
2025-02-04T14:44:08,051 Found link https://files.pythonhosted.org/packages/d9/c1/146b24a7648fdf3f8b4dc6521ab0b26ac151ef903bac0b63a4e1450cb4d1/pip-22.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.2
2025-02-04T14:44:08,051 Found link https://files.pythonhosted.org/packages/6a/df/a6ef77a6574781a668791419ffe366c8acd1c3cf4709d210cb53cd5ce1c2/pip-22.0.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.3
2025-02-04T14:44:08,051 Found link https://files.pythonhosted.org/packages/88/d9/761f0b1e0551a3559afe4d34bd9bf68fc8de3292363b3775dda39b62ce84/pip-22.0.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.3
2025-02-04T14:44:08,051 Found link https://files.pythonhosted.org/packages/4d/16/0a14ca596f30316efd412a60bdfac02a7259bf8673d4d917dc60b9a21812/pip-22.0.4-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.4
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/33/c9/e2164122d365d8f823213a53970fa3005eb16218edcfc56ca24cb6deba2b/pip-22.0.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.4
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/79/3a/d341ae105c8b49eac912bee40739d496ae80f9441efa7df6c68f4997bbc8/pip-22.1b1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1b1
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/a7/c0/794f22836ef3202a7ad61f0872278ee7ac62e8c7617e4c9a08f01b5e82da/pip-22.1b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1b1
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/f3/77/23152f90de45957b59591c34dcb39b78194eb67d088d4f8799e9aa9726c4/pip-22.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/99/bb/696e256f4f445809f25efd4e4ce42ff99664dc089cafa1e097d5fec7fc33/pip-22.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/9b/e6/aa8149e048eda381f2a433599be9b1f5e5e3a189636cd6cf9614aa2ff5be/pip-22.1.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.1
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/3e/0a/6125e67aa4d3245faeed476e4e26f190b5209f84f01efd733ac6372eb247/pip-22.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.1
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/96/2f/caec18213f6a67852f6997fb0673ae08d2e93d1b81573edb93ba4ef06970/pip-22.1.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.2
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/4b/b6/0fa7aa968a9fa4ef63a51b3ff0644e59f49dcd7235b3fd6cceb23f202e08/pip-22.1.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.2
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/9b/9e/9e0610f25e65e2cdf90b1ee9c47ca710865401904038558ac0129ea23cbc/pip-22.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/cd/b6/cf07132d631444dd7ce0ed199f2327eb34e2418f1675145e5b10e1ee65cd/pip-22.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/84/25/5734a44897751d8bac6822efb819acda2d969bcc1b915bbd7d48102952cb/pip-22.2.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.1
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/46/28/addd7e66bb3af799d35a5dcbb79407b591a7ed674f4efd2bd8f930c40821/pip-22.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.1
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/1f/2c/d9626f045e7b49a6225c6b09257861f24da78f4e5f23af2ddbdf852c99b8/pip-22.2.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.2
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/4b/30/e15b806597e67057e07a5acdc135216ccbf76a5f1681a324533b61066b0b/pip-22.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.2
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/47/ef/8b5470b5b94b36231ed9c0bde90caa71c0d4322d4a15f009b2b7f4287fe0/pip-22.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/f8/08/7f92782ff571c7c7cb6c5eeb8ebbb1f68cb02bdb24e55c5de4dd9ce98bc3/pip-22.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/09/bd/2410905c76ee14c62baf69e3f4aa780226c1bbfc9485731ad018e35b0cb5/pip-22.3.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3.1
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/a3/50/c4d2727b99052780aad92c7297465af5fe6eec2dbae490aa9763273ffdc1/pip-22.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3.1
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/ab/43/508c403c38eeaa5fc86516eb13bb470ce77601b6d2bbcdb16e26328d0a15/pip-23.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.0
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/b5/16/5e24bf63cff51dcc169f43bd43b86b005c49941e09cc3482a5b370db239e/pip-23.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.0
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/07/51/2c0959c5adf988c44d9e1e0d940f5b074516ecc87e96b1af25f59de9ba38/pip-23.0.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.0.1
2025-02-04T14:44:08,061 Found link https://files.pythonhosted.org/packages/6b/8b/0b16094553ecc680e43ded8f920c3873b01b1da79a54274c98f08cb29fca/pip-23.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.0.1
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/ae/db/a8821cdac455a1740580c92de3ed7b7f257cfdbad8b1ba8864e6abe58a08/pip-23.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/da/bf/1bdbe62f5fbde085351693e3a8e387a59f8220932b911b1719fe65efa2d7/pip-23.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/f8/f8/17bd3f7c13515523d811ce4104410c16c03e3c6830f9276612e2f4b28382/pip-23.1.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1.1
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/43/7d/1f52f99a7f2eae870483b2c2a3064511487de87911bce146df8a154fbe81/pip-23.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1.1
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/08/e3/57d4c24a050aa0bcca46b2920bff40847db79535dc78141eb83581a52eb8/pip-23.1.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1.2
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/fa/ee/74ff76da0ab649eec7581233daeb43d8aa35383d8f75317b2ab3b80c922f/pip-23.1.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1.2
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/02/65/f15431ddee78562355ccb39097bf9160a1689f2db40dc418754be98806a1/pip-23.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.2
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/3d/ab/21fa8d1ecf5648559f056fda732b0f9fca0585eb2688252e67f70e74deaf/pip-23.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.2
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/50/c2/e06851e8cc28dcad7c155f4753da8833ac06a5c704c109313b8d5a62968a/pip-23.2.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.2.1
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/ba/19/e63fb4e0d20e48bd2167bb7e857abc0e21679e24805ba921a224df8977c0/pip-23.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.2.1
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/e0/63/b428aaca15fcd98c39b07ca7149e24bc14205ad0f1c80ba2b01835aedde1/pip-23.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/0d/f6/07ef4561bb911285c229fa46ed3df1877bd6c5325c4c67d516560d59a6e6/pip-23.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/47/6a/453160888fab7c6a432a6e25f8afe6256d0d9f2cbd25971021da6491d899/pip-23.3.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3.1
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/1f/7f/4da15e07ccd11c84c1ccc8f6e24288d5e76c99441bf80e315b33542db951/pip-23.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3.1
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/15/aa/3f4c7bcee2057a76562a5b33ecbd199be08cdb4443a02e26bd2c3cf6fc39/pip-23.3.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3.2
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/b7/06/6b1ad0ae8f97d7a0d6f6ad640db10780578999e647a9593512ceb6f06469/pip-23.3.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3.2
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 24.0
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/94/59/6638090c25e9bc4ce0c42817b5a234e183872a1129735a9330c472cc2056/pip-24.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 24.0
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/1e/65/22725f8ba583376d0c300c3b9b52b9a67cfd93d786a80be73c167e45abc8/pip-24.1b1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1b1
2025-02-04T14:44:08,076 Found link https://files.pythonhosted.org/packages/71/38/b0cb3d68b4776b6208a2f16b6d444a848a1fe465a78ce4b7dbbeb8a4fc58/pip-24.1b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1b1
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/c1/64/0f1528ed3dfd75a56e084caab3c8dbed596bf87a1dfc40cbc57166bb0c25/pip-24.1b2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1b2
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/0b/b2/1d1eac32a16fd9478fb9bc6eb6b899f91e6fecceba194fa097c35d385e9a/pip-24.1b2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1b2
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/25/49/2255373efd193c6fbd97dc22399e9c830a6517a0f02ca77fbc0bd83ac5cc/pip-24.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/df/60/7538a9cd4d76829c2f585b73d6e400c833a1769408451c813354c58de6cc/pip-24.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/f4/ab/e3c039b5ddba9335bd8f82d599eb310de1d2a2db0411b8d804d507405c74/pip-24.1.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1.1
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/c0/d0/9641dc7b05877874c6418f8034ddefc809495e65caa14d38c7551cd114bb/pip-24.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1.1
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/e7/54/0c1c068542cee73d8863336e974fc881e608d0170f3af15d0c0f28644531/pip-24.1.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1.2
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/12/3d/d899257cace386bebb7bdf8a872d5fe3b935cc6381c3ddb76d3e5d99890d/pip-24.1.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.1.2
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/d4/55/90db48d85f7689ec6f81c0db0622d704306c5284850383c090e6c7195a5c/pip-24.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.2
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/4d/87/fb90046e096a03aeab235e139436b3fe804cdd447ed2093b0d70eba3f7f8/pip-24.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.2
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/ce/22/4bb91eb040e18eedaba1ba9db41ef909bc73d20023cea09024099909998a/pip-24.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.3
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/a3/63/dca2c8e2dbfbde322386caf6e674f97f46a6f11d496dc96b99594f8ecc33/pip-24.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.3
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/ef/7d/500c9ad20238fcfcb4cb9243eede163594d7020ce87bd9610c9e02771876/pip-24.3.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.3.1
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/f4/b1/b422acd212ad7eedddaf7981eee6e5de085154ff726459cf2da7c5a184c1/pip-24.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 24.3.1
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/85/8a/1ddf40be20103bcc605db840e9ade09c8e8c9f920a03e9cfe88eae97a058/pip-25.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 25.0
2025-02-04T14:44:08,092 Found link https://files.pythonhosted.org/packages/47/3e/68beeeeb306ea20ffd30b3ed993f531d16cd884ec4f60c9b1e238f69f2af/pip-25.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.8), version: 25.0
2025-02-04T14:44:08,092 Skipping link: not a file: https://pypi.org/simple/pip/
2025-02-04T14:44:08,108 Given no hashes to check 243 links for project 'pip': discarding no candidates
2025-02-04T14:44:08,108 Remote version of pip: 25.0
2025-02-04T14:44:08,108 Local version of pip: 24.0
2025-02-04T14:44:08,261 Was pip installed by pip? True
2025-02-04T14:44:08,261 WARNING: UpgradePrompt(old='24.0', new='25.0')
2025-02-04T14:44:08,293 Removed build tracker: 'C:\\Users\\user\\AppData\\Local\\Temp\\pip-build-tracker-zbdp2gxf'
|