Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

64 bit pip installs 32 bit DLLs (PyQt5 and PySide2) #8649

Closed
JesseMaurais opened this issue Jul 29, 2020 · 30 comments
Closed

64 bit pip installs 32 bit DLLs (PyQt5 and PySide2) #8649

JesseMaurais opened this issue Jul 29, 2020 · 30 comments
Labels
resolution: wrong project Should be reported elsewhere

Comments

@JesseMaurais
Copy link

Environment

  • pip version: 20.1.1
  • Python version: 3.8
  • OS: Windows 10

Installed Python for all users in custom location (%ProgramFiles%\Python38)

Description

Cannot run PyQt5 or PySide2 applications written in Python, either those I make myself or those also installed via pip.

Expected behavior

That 64 bit pip installs 64 bit DLLs so that Python scripts do not fail to load them. The code "from PyQt5.QtWidgets import QApplication" (or with PySide2 instead) should return without error.

How to Reproduce

Install packages PyQt5 and PySide2 with command "pip3 install pyqt5 pyside2" which I did from a console with admin privileges, though I don't think that matters.

Output

C:\Users\Jesse Maurais>python
Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt5.QtWidgets import QApplication
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed while importing QtWidgets: %1 is not a valid Win32 application.
>>>

The "not a valid Win32 application" error is one I've seen before so I went to the site-packages folder and found the Qt DLLs that are installed with PyQt5 and PySide2. Running dumpbin on them to determine their architecture, found

C:\Program Files\Python38\Lib\site-packages\PyQt5\Qt\bin>dumpbin /headers Qt5Widgets.dll
Microsoft (R) COFF/PE Dumper Version 14.26.28806.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Dump of file Qt5Widgets.dll

PE signature found

File Type: DLL

FILE HEADER VALUES
             14C machine (x86)
               5 number of sections
        5DB2AC3B time date stamp Fri Oct 25 02:03:07 2019
               0 file pointer to symbol table
               0 number of symbols
              E0 size of optional header
            2102 characteristics
                   Executable
                   32 bit word machine
                   DLL

Where the machine (x86) is the relevant information. Similarly for PySide2, found

C:\Program Files\Python38\Lib\site-packages\PySide2>dumpbin /headers Qt5Widgets.dll
Microsoft (R) COFF/PE Dumper Version 14.26.28806.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Dump of file Qt5Widgets.dll

PE signature found

File Type: DLL

FILE HEADER VALUES
             14C machine (x86)
               5 number of sections
        5EB90FEE time date stamp Mon May 11 02:42:22 2020
               0 file pointer to symbol table
               0 number of symbols
              E0 size of optional header
            2102 characteristics
                   Executable
                   32 bit word machine
                   DLL

Then I double checked that the Python and pip executables were matching. They were not.

C:\Program Files\Python38>dumpbin /headers python.exe
Microsoft (R) COFF/PE Dumper Version 14.26.28806.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Dump of file python.exe

PE signature found

File Type: EXECUTABLE IMAGE

FILE HEADER VALUES
            8664 machine (x64)
               6 number of sections
        5F15BF71 time date stamp Mon Jul 20 09:59:45 2020
               0 file pointer to symbol table
               0 number of symbols
              F0 size of optional header
              22 characteristics
                   Executable
                   Application can handle large (>2GB) addresses

Here we have machine (x64) and obviously a 64 bit program cannot load a 32 bit DLL (or vice versa). In fact no Qt app written in Python with these packages will even launch, exactly as I've observed. If pip cannot install 64 bit DLLs for Qt then it should not install these packages at all.

@triage-new-issues triage-new-issues bot added the S: needs triage Issues/PRs that need to be triaged label Jul 29, 2020
@uranusjr
Copy link
Member

uranusjr commented Jul 29, 2020

Can you show the logs of pip install --verbose --no-cache pyqt5 pyside2? (I hope I’m remembering the flags right.)

@JesseMaurais
Copy link
Author

C:\Windows\System32>pip install --verbose --no-cache pyqt5 pyside2
Non-user install because site-packages writeable
Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-ephem-wheel-cache-h26g43xk
Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-req-tracker-yf7i95aa
Initialized build tracking at C:\Users\Jesse Maurais\AppData\Local\Temp\pip-req-tracker-yf7i95aa
Created build tracker: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-req-tracker-yf7i95aa
Entered build tracker: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-req-tracker-yf7i95aa
Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-install-d8mhyf4m
Requirement already satisfied: pyqt5 in c:\program files\python38\lib\site-packages (5.13.2)
Requirement already satisfied: pyside2 in c:\program files\python38\lib\site-packages (5.15.0)
Requirement already satisfied: PyQt5_sip<13,>=4.19.19 in c:\program files\python38\lib\site-packages (from pyqt5) (12.8.0)
Requirement already satisfied: shiboken2==5.15.0 in c:\program files\python38\lib\site-packages (from pyside2) (5.15.0)
1 location(s) to search for versions of pip:
* https://pypi.org/simple/pip/
Fetching project page and analyzing links: https://pypi.org/simple/pip/
Getting page https://pypi.org/simple/pip/
Found index url https://pypi.org/simple
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/pip/ HTTP/1.1" 200 13783
  Found link https://files.pythonhosted.org/packages/3d/9d/1e313763bdfb6a48977b65829c6ce2a43eaae29ea2f907c8bbef024a7219/pip-0.2.tar.gz#sha256=88bb8d029e1bf4acd0e04d300104b7440086f94cc1ce1c5c3c31e3293aee1f81 (from https://pypi.org/simple/pip/), version: 0.2
  Found link https://files.pythonhosted.org/packages/18/ad/c0fe6cdfe1643a19ef027c7168572dac6283b80a384ddf21b75b921877da/pip-0.2.1.tar.gz#sha256=83522005c1266cc2de97e65072ff7554ac0f30ad369c3b02ff3a764b962048da (from https://pypi.org/simple/pip/), version: 0.2.1
  Found link https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz#sha256=183c72455cb7f8860ac1376f8c4f14d7f545aeab8ee7c22cd4caf79f35a2ed47 (from https://pypi.org/simple/pip/), version: 0.3
  Found link https://files.pythonhosted.org/packages/0a/bb/d087c9a1415f8726e683791c0b2943c53f2b76e69f527f2e2b2e9f9e7b5c/pip-0.3.1.tar.gz#sha256=34ce534f17065c78f980702928e988a6b6b2d8a9851aae5f1571a1feb9bb58d8 (from https://pypi.org/simple/pip/), version: 0.3.1
  Found link https://files.pythonhosted.org/packages/cf/c3/153571aaac6cf999f4bb09c019b1ff379b7b599ea833813a41c784eec995/pip-0.4.tar.gz#sha256=28fc67558874f71fddda7168f73595f1650523dce3bc5bf189713ecdfc1e456e (from https://pypi.org/simple/pip/), version: 0.4
  Found link https://files.pythonhosted.org/packages/8d/c7/f05c87812fa5d9562ecbc5f4f1fc1570444f53c81c834a7f662af406e3c1/pip-0.5.tar.gz#sha256=328d8412782f22568508a0d0c78a49c9920a82e44c8dfca49954fe525c152b2a (from https://pypi.org/simple/pip/), version: 0.5
  Found link https://files.pythonhosted.org/packages/9a/aa/f536b6d14fe03343367da2ff44eee28f340ae650cd017ca088b6be13084a/pip-0.5.1.tar.gz#sha256=e27650538c41fe1007a41abd4cfd0f905b822622cbe1f8e7e09d1215af207694 (from https://pypi.org/simple/pip/), version: 0.5.1
  Found link https://files.pythonhosted.org/packages/db/e6/fdf7be8a17b032c533d3f91e91e2c63dd81d3627cbe4113248a00c2d39d8/pip-0.6.tar.gz#sha256=4cf47db6815b2f435d1f44e1f35ff04823043f6161f7df9aec71a123b0c47f0d (from https://pypi.org/simple/pip/), version: 0.6
  Found link https://files.pythonhosted.org/packages/91/cd/105f4d3c75d0ae18e12623acc96f42168aaba408dd6e43c4505aa21f8e37/pip-0.6.1.tar.gz#sha256=efe47e84ffeb0ea4804f9858b8a94bebd07f5452f907ebed36d03aed06a9f9ec (from https://pypi.org/simple/pip/), version: 0.6.1
  Found link https://files.pythonhosted.org/packages/1c/c7/c0e1a9413c37828faf290f29a85a4d6034c145cc04bf1622ba8beb662ad8/pip-0.6.2.tar.gz#sha256=1c1a504d7e70d2c24246f95bd16e3d5fcec740fd144df69a407bf65a2ee67586 (from https://pypi.org/simple/pip/), version: 0.6.2
  Found link https://files.pythonhosted.org/packages/3f/af/c4b9d49fb0f286996b28dbc0955c3ad359794697eb98e0e69863908070b0/pip-0.6.3.tar.gz#sha256=1a6df71eb29b98cba11bde6d6a0d8c6dd8b0518e74ceb71fb31ea4fbb42fd313 (from https://pypi.org/simple/pip/), version: 0.6.3
  Found link https://files.pythonhosted.org/packages/ec/7a/6fe91ff0079ad0437830957c459d52f3923e516f5b453218f2a93d09a427/pip-0.7.tar.gz#sha256=ceaea0b9e494d893c8a191895301b79c1db33e41f14d3ad93e3d28a8b4e9bf27 (from https://pypi.org/simple/pip/), version: 0.7
  Found link https://files.pythonhosted.org/packages/a5/63/11303863c2f5e9d9a15d89fcf7513a4b60987007d418862e0fb65c09fff7/pip-0.7.1.tar.gz#sha256=f54f05aa17edd0036de433c44892c8fedb1fd2871c97829838feb995818d24c3 (from https://pypi.org/simple/pip/), version: 0.7.1
  Found link https://files.pythonhosted.org/packages/cd/a9/1debaa96bbc1005c1c8ad3b79fec58c198d35121546ea2e858ce0894268a/pip-0.7.2.tar.gz#sha256=98df2eb779358412bbbae75980171ae85deebc846d87e244d086520b1212da09 (from https://pypi.org/simple/pip/), version: 0.7.2
  Found link https://files.pythonhosted.org/packages/74/54/f785c327fb3d163560a879b36edae5c78ee07806be282c9d4807f6be7dd1/pip-0.8.tar.gz#sha256=9017e4484a212dd4e1a43dd9f039dd7fc8338d4eea1c339d5ae1c80726de5b0f (from https://pypi.org/simple/pip/), version: 0.8
  Found link https://files.pythonhosted.org/packages/5c/79/5e8381cc3078bae92166f2ba96de8355e8c181926505ba8882f7b099a500/pip-0.8.1.tar.gz#sha256=7176a87f35675f6468341212f3b959bb51d23ea66eb1c3692bf746c45c716fa2 (from https://pypi.org/simple/pip/), version: 0.8.1
  Found link https://files.pythonhosted.org/packages/17/3e/0a98ab032991518741e7e712a719633e6ae160f51b3d3e855194530fd308/pip-0.8.2.tar.gz#sha256=f80a3549c048bc3bbcb47844826e9c7c6fcd87e77b92bef0d9e66d1b397c4962 (from https://pypi.org/simple/pip/), version: 0.8.2
  Found link https://files.pythonhosted.org/packages/f7/9a/943fc6d879ed7220bac2e7e53096bfe78abec88d77f2f516400e0129679e/pip-0.8.3.tar.gz#sha256=1be2e18edd38aa75b5e4ef38a99ec33ba9247177cfcb4a6d2d2b3e73430e3001 (from https://pypi.org/simple/pip/), version: 0.8.3
  Found link https://files.pythonhosted.org/packages/24/33/6eb675fb6db7b71d69d6928b33dea61b8bf5cfe1e5649be70ec84ce2fc09/pip-1.0.tar.gz#sha256=34ba07e2d14ba86d5088ba896ac80bed845a9b276ab8acb279b8d99bc77fec8e (from https://pypi.org/simple/pip/), version: 1.0
  Found link https://files.pythonhosted.org/packages/10/d9/f584e6107ef98ad7eaaaa5d0f756bfee12561fa6a4712ffdb7209e0e1fd4/pip-1.0.1.tar.gz#sha256=37d2f18213d3845d2038dd3686bc71fc12bb41ad66c945a8b0dfec2879f3497b (from https://pypi.org/simple/pip/), version: 1.0.1
  Found link https://files.pythonhosted.org/packages/16/90/5e6f80364d8a656f60681dfb7330298edef292d43e1499bcb3a4c71ff0b9/pip-1.0.2.tar.gz#sha256=a6ed9b36aac2f121c01a2c9e0307a9e4d9438d100a407db701ac65479a3335d2 (from https://pypi.org/simple/pip/), version: 1.0.2
  Found link https://files.pythonhosted.org/packages/25/57/0d42cf5307d79913a082c5c4397d46f3793bc35e1138a694136d6e31be99/pip-1.1.tar.gz#sha256=993804bb947d18508acee02141281c77d27677f8c14eaa64d6287a1c53ef01c8 (from https://pypi.org/simple/pip/), version: 1.1
  Found link https://files.pythonhosted.org/packages/ba/c3/4e1f892f41aaa217fe0d1f827fa05928783349c69f3cc06fdd68e112678a/pip-1.2.tar.gz#sha256=2b168f1987403f1dc6996a1f22a6f6637b751b7ab6ff27e78380b8d6e70aa314 (from https://pypi.org/simple/pip/), version: 1.2
  Found link https://files.pythonhosted.org/packages/c3/a2/a63244da32afd9ce9a8ca1bd86e71610039adea8b8314046ebe5047527a6/pip-1.2.1.tar.gz#sha256=12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1 (from https://pypi.org/simple/pip/), version: 1.2.1
  Found link https://files.pythonhosted.org/packages/00/45/69d4f2602b80550bfb26cfd2f62c2f05b3b5c7352705d3766cd1e5b27648/pip-1.3.tar.gz#sha256=d6a13c5be316cb21a0243047c7f163f47e88973ebccff8d32e63ca1bf4d9321c (from https://pypi.org/simple/pip/), version: 1.3
  Found link https://files.pythonhosted.org/packages/5b/ce/f5b98104f1c10d868936c25f7c597f492d4371aa9ad5fb61a94954ee7208/pip-1.3.1.tar.gz#sha256=145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957 (from https://pypi.org/simple/pip/), version: 1.3.1
  Found link https://files.pythonhosted.org/packages/5f/d0/3b3958f6a58783bae44158b2c4c7827ae89abaecdd4bed12cff402620b9a/pip-1.4.tar.gz#sha256=1fd43cbf07d95ddcecbb795c97a1674b3ddb711bb4a67661284a5aa765aa1b97 (from https://pypi.org/simple/pip/), version: 1.4
  Found link https://files.pythonhosted.org/packages/3f/f8/da390e0df72fb61d176b25a4b95262e3dcc14bda0ad25ac64d56db38b667/pip-1.4.1.tar.gz#sha256=4e7a06554711a624c35d0c646f63674b7f6bfc7f80221bf1eb1f631bd890d04e (from https://pypi.org/simple/pip/), version: 1.4.1
  Found link https://files.pythonhosted.org/packages/4f/7d/e53bc80667378125a9e07d4929a61b0bd7128a1129dbe6f07bb3228652a3/pip-1.5.tar.gz#sha256=25f81d1a0e55d3b1709818dd57fdfb954b028f229f09bd69cb0bc80a8e03e048 (from https://pypi.org/simple/pip/), version: 1.5
  Found link https://files.pythonhosted.org/packages/44/5d/1dca53b5de6d287e7eb99bd174bb022eb6cb0d6ca6e19ca6b16655dde8c2/pip-1.5.1-py2.py3-none-any.whl#sha256=00960db3b0b8724dd37fe37cfb9c72ecb8f59fab9db7d17c5c1e89a1adab49ce (from https://pypi.org/simple/pip/), version: 1.5.1
  Found link https://files.pythonhosted.org/packages/21/3f/d86a600c9b2f41a75caacf768a24130f343def97652de2345da15ef7911f/pip-1.5.1.tar.gz#sha256=e60e936fbc101d56668c6134c1f2b5b40fcbec8b4fc4ca7fc34842b6b4c5c130 (from https://pypi.org/simple/pip/), version: 1.5.1
  Found link https://files.pythonhosted.org/packages/3d/1f/227d77d5e9ed2df5162de4ba3616799a351eccb1ecd668ae824dd26153a1/pip-1.5.2-py2.py3-none-any.whl#sha256=6903909ccdcdbc3297b74118590e71344d6d262827acd1f5c0e2fcfce9807499 (from https://pypi.org/simple/pip/), version: 1.5.2
  Found link https://files.pythonhosted.org/packages/ed/94/391a003107f6ec997c314199d03bff1c105af758ee490e3255353574487b/pip-1.5.2.tar.gz#sha256=2a8a3e08e652d3a40edbb39264bf01f8ff3c32520a79113357cca1f30533f738 (from https://pypi.org/simple/pip/), version: 1.5.2
  Found link https://files.pythonhosted.org/packages/df/e9/bdb53d44fad1465b43edaf6bc7dd3027ed5af81405cc97603fdff0721ebb/pip-1.5.3-py2.py3-none-any.whl#sha256=f0037aed3ce6cf96b9e9117d42e967a74bea9ebe19088a2fdea5de93d5762fee (from https://pypi.org/simple/pip/), version: 1.5.3
  Found link https://files.pythonhosted.org/packages/55/de/671a48ad313c808623041fc475f7c8f7610401d9f573f06b40eeb84e74e3/pip-1.5.3.tar.gz#sha256=dc53b4d28b88556a37cd73052b6d1d08cc644c6724e37c4d38a2e3c03c5440b2 (from https://pypi.org/simple/pip/), version: 1.5.3
  Found link https://files.pythonhosted.org/packages/a9/9a/9aa19fe00de4c025562e5fb3796ff8520165a7dd1a5662c6ec9816e1ae99/pip-1.5.4-py2.py3-none-any.whl#sha256=fb7282556a42e84464f2e963a859ac4012d8134ba6218b70c1d82d145fcfa82f (from https://pypi.org/simple/pip/), version: 1.5.4
  Found link https://files.pythonhosted.org/packages/78/d8/6e58a7130d457edadb753a0ea5708e411c100c7e94e72ad4802feeef735c/pip-1.5.4.tar.gz#sha256=70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9 (from https://pypi.org/simple/pip/), version: 1.5.4
  Found link https://files.pythonhosted.org/packages/ce/c2/10d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c/pip-1.5.5-py2.py3-none-any.whl#sha256=fe7a5808190067b2598d85def9b83db46e5d64a00848ad843e107c36e1db4ae6 (from https://pypi.org/simple/pip/), version: 1.5.5
  Found link https://files.pythonhosted.org/packages/88/01/a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d/pip-1.5.5.tar.gz#sha256=4b7f5124364ae9b5ba833dcd8813a84c1c06fba1d7c8543323c7af4b33188eca (from https://pypi.org/simple/pip/), version: 1.5.5
  Found link https://files.pythonhosted.org/packages/3f/08/7347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8/pip-1.5.6-py2.py3-none-any.whl#sha256=fbc1351ffedf09ca7560428758845a88d648b9730b63ce9e5df53a7c89f039a4 (from https://pypi.org/simple/pip/), version: 1.5.6
  Found link https://files.pythonhosted.org/packages/45/db/4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772/pip-1.5.6.tar.gz#sha256=b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c (from https://pypi.org/simple/pip/), version: 1.5.6
  Found link https://files.pythonhosted.org/packages/dc/7c/21191b5944b917b66e4e4e06d74f668d814b6e8a3ff7acd874479b6f6b3d/pip-6.0-py2.py3-none-any.whl#sha256=5ec6732505bd8be49fe1f8ad557b88253ffb085736396df4d6bea753fc2a8f2c (from https://pypi.org/simple/pip/), version: 6.0
  Found link https://files.pythonhosted.org/packages/38/fd/065c66a88398f240e344fdf496b9707f92d75f88eedc3d10ff847b28a657/pip-6.0.tar.gz#sha256=6103897f1bb68d3f933edd60f3e3830c4ea6b8abf7a4b500db148921b11f6c9b (from https://pypi.org/simple/pip/), version: 6.0
  Found link https://files.pythonhosted.org/packages/e9/7a/cdbc1a12ed52410d557e48d4646f4543e9e991ff32d2374dc6db849aa617/pip-6.0.1-py2.py3-none-any.whl#sha256=322aea7d1f7b9ee68ad87ac4704cad5df97f77e70668c0bd18f964c5daa78173 (from https://pypi.org/simple/pip/), version: 6.0.1
  Found link https://files.pythonhosted.org/packages/4d/c3/8675b90cd89b9b222062f4f6c7e9d48b0387f5b35cbf747a74403a883e56/pip-6.0.1.tar.gz#sha256=fa2f7c68da4a405d673aa38542f9df009d60026db4f532429ac9cbfbda1f959d (from https://pypi.org/simple/pip/), version: 6.0.1
  Found link https://files.pythonhosted.org/packages/71/3c/b5a521e5e99cfff091e282231591f21193fd80de079ec5fb8ed9c6614044/pip-6.0.2-py2.py3-none-any.whl#sha256=7d17b0f267f7c9cd17cd2924bbbe2b4a3d407322c0e09084ca3f1295c1fed50d (from https://pypi.org/simple/pip/), version: 6.0.2
  Found link https://files.pythonhosted.org/packages/4c/5a/f9e8e3de0153282c7cb54a9b991af225536ac914bac858ca664cf883bb3e/pip-6.0.2.tar.gz#sha256=6fa90667706a679e3dc75b27a51fddafa64401c45e96f8ae6c20978183290077 (from https://pypi.org/simple/pip/), version: 6.0.2
  Found link https://files.pythonhosted.org/packages/73/cb/3eebf42003791df29219a3dfa1874572aa16114b44c9b1b0ac66bf96e8c0/pip-6.0.3-py2.py3-none-any.whl#sha256=b72655b6ac6aef1c86dd07f51e8ace8d7aabd6a1c4ff88db87155276fa32a073 (from https://pypi.org/simple/pip/), version: 6.0.3
  Found link https://files.pythonhosted.org/packages/ce/63/8d99ae60d11ae1a65f5d4fc39a529a598bd3b8e067132210cb0c4d9e9f74/pip-6.0.3.tar.gz#sha256=b091a35f5fa0faffac0b27b97e1e1e93ffe63b463c2ea8dbde0c1fb987933614 (from https://pypi.org/simple/pip/), version: 6.0.3
  Found link https://files.pythonhosted.org/packages/c5/0e/c974206726542bc495fc7443dd97834a6d14c2f0cba183fcfcd01075225a/pip-6.0.4-py2.py3-none-any.whl#sha256=8dfd95de29a7a3bb1e7d368cc83d566938eb210b04d553ebfe5e3a422f4aec65 (from https://pypi.org/simple/pip/), version: 6.0.4
  Found link https://files.pythonhosted.org/packages/02/a1/c90f19910ee153d7a0efca7216758121118d7e93084276541383fe9ca82e/pip-6.0.4.tar.gz#sha256=1dbbff9c369e510c7468ab68ba52c003f68f83c99c2f8259acd51099e8799f1e (from https://pypi.org/simple/pip/), version: 6.0.4
  Found link https://files.pythonhosted.org/packages/e9/1b/c6a375a337fb576784cdea3700f6c3eaf1420f0a01458e6e034cc178a84a/pip-6.0.5-py2.py3-none-any.whl#sha256=b2c20e3a2a43b2bbb1d19ad98be27eccc7b0f0ece016da602ccaa757a862b0e2 (from https://pypi.org/simple/pip/), version: 6.0.5
  Found link https://files.pythonhosted.org/packages/19/f2/58628768f618c8c9fea878e0fb97730c0b8a838d3ab3f325768bf12dac94/pip-6.0.5.tar.gz#sha256=3bf42d28be9085ab2e9aecfd69a6da2d31563fe833304bf71a620a30c38ab8a2 (from https://pypi.org/simple/pip/), version: 6.0.5
  Found link https://files.pythonhosted.org/packages/64/fc/4a49ccb18f55a0ceeb76e8d554bd4563217117492997825d194ed0017cc1/pip-6.0.6-py2.py3-none-any.whl#sha256=fb04f8afe1ba57626783f0c8e2f3d46bbaebaa446fcf124f434e968a2fee595e (from https://pypi.org/simple/pip/), version: 6.0.6
  Found link https://files.pythonhosted.org/packages/f6/ce/d9e4e178b66c766c117f62ddf4fece019ef9d50127a8926d2f60300d615e/pip-6.0.6.tar.gz#sha256=3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0 (from https://pypi.org/simple/pip/), version: 6.0.6
  Found link https://files.pythonhosted.org/packages/7a/8e/2bbd4fcf3ee06ee90ded5f39ec12f53165dfdb9ef25a981717ad38a16670/pip-6.0.7-py2.py3-none-any.whl#sha256=93a326304c7db749896bcef822bbbac1ab29dad5651c6d732e245975239890e6 (from https://pypi.org/simple/pip/), version: 6.0.7
  Found link https://files.pythonhosted.org/packages/52/85/b160ebdaa84378df6bb0176d4eed9f57edca662446174eead7a9e2e566d6/pip-6.0.7.tar.gz#sha256=35a5a43ac6b7af83ed47ea5731a365f43d350a3a7267e039e5f06b61d42ab3c2 (from https://pypi.org/simple/pip/), version: 6.0.7
  Found link https://files.pythonhosted.org/packages/63/65/55b71647adec1ad595bf0e5d76d028506dfc002df30c256f022ff7a660a5/pip-6.0.8-py2.py3-none-any.whl#sha256=3c22b0a8ff92727bd737a82f72700790591f177541df08c07bc1f90d6b72ac19 (from https://pypi.org/simple/pip/), version: 6.0.8
  Found link https://files.pythonhosted.org/packages/ef/8a/e3a980bc0a7f791d72c1302f65763ed300f2e14c907ac033e01b44c79e5e/pip-6.0.8.tar.gz#sha256=0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551 (from https://pypi.org/simple/pip/), version: 6.0.8
  Found link https://files.pythonhosted.org/packages/24/fb/8a56a46243514681e569bbafd8146fa383476c4b7c725c8598c452366f31/pip-6.1.0-py2.py3-none-any.whl#sha256=435a018f6d29e34d4f901bf4e6860d8a5fa1816b68d62008c18ca062a306db31 (from https://pypi.org/simple/pip/), version: 6.1.0
  Found link https://files.pythonhosted.org/packages/6c/84/432eb60bbcb414b9cdfcb135d5f4925e253c74e7d6916ada79990d6cc1a0/pip-6.1.0.tar.gz#sha256=89f120e2ab3d25ab70c36eb28ad4f280fc9ba71736e74d3055f609c1f9173768 (from https://pypi.org/simple/pip/), version: 6.1.0
  Found link https://files.pythonhosted.org/packages/67/f0/ba0fb41dbdbfc4aa3e0c16b40269aca6b9e3d59cacdb646218aa2e9b1d2c/pip-6.1.1-py2.py3-none-any.whl#sha256=a67e54aa0f26b6d62ccec5cc6735eff205dd0fed075f56ac3d3111e91e4467fc (from https://pypi.org/simple/pip/), version: 6.1.1
  Found link https://files.pythonhosted.org/packages/bf/85/871c126b50b8ee0b9819e8a63b614aedd264577e73478caedcd447e8f28c/pip-6.1.1.tar.gz#sha256=89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556 (from https://pypi.org/simple/pip/), version: 6.1.1
  Found link https://files.pythonhosted.org/packages/5a/9b/56d3c18d0784d5f2bbd446ea2dc7ffa7476c35e3dc223741d20cfee3b185/pip-7.0.0-py2.py3-none-any.whl#sha256=309c48399c7d68501a10ef206abd6e5c541fedbf84b95435d9063bd454b39df7 (from https://pypi.org/simple/pip/), version: 7.0.0
  Found link https://files.pythonhosted.org/packages/c6/16/6475b142927ca5d03e3b7968efa5b0edd103e4684ecfde181a25f6fa2505/pip-7.0.0.tar.gz#sha256=7b46bfc1b95494731de306a688e2a7bc056d7fa7ad27e026908fb2ae67fed23d (from https://pypi.org/simple/pip/), version: 7.0.0
  Found link https://files.pythonhosted.org/packages/5a/10/bb7a32c335bceba636aa673a4c977effa1e73a79f88856459486d8d670cf/pip-7.0.1-py2.py3-none-any.whl#sha256=d26b8573ba1ac1ec99a9bdbdffee2ff2b06c7790815211d0eb4dc1462a089705 (from https://pypi.org/simple/pip/), version: 7.0.1
  Found link https://files.pythonhosted.org/packages/4a/83/9ae4362a80739657e0c8bb628ea3fa0214a9aba7c8590dacc301ea293f73/pip-7.0.1.tar.gz#sha256=cfec177552fdd0b2d12b72651c8e874f955b4c62c1c2c9f2588cbdc1c0d0d416 (from https://pypi.org/simple/pip/), version: 7.0.1
  Found link https://files.pythonhosted.org/packages/64/7f/7107800ae0919a80afbf1ecba21b90890431c3ee79d700adac3c79cb6497/pip-7.0.2-py2.py3-none-any.whl#sha256=83c869c5ab7113866e2d69641ec470d47f0faae68ca4550a289a4d3db515ad65 (from https://pypi.org/simple/pip/), version: 7.0.2
  Found link https://files.pythonhosted.org/packages/75/b1/66532c273bca0133e42c3b4540a1609289f16e3046f1830f18c60794d661/pip-7.0.2.tar.gz#sha256=ba28fa60b573a9444e7b78ccb3b0f261d1f66f46d20403f9dce37b18a6aed405 (from https://pypi.org/simple/pip/), version: 7.0.2
  Found link https://files.pythonhosted.org/packages/96/76/33a598ae42dd0554207d83c7acc60e3b166dbde723cbf282f1f73b7a127c/pip-7.0.3-py2.py3-none-any.whl#sha256=7b1cb03e827d58d2d05e68ea96a9e27487ed4b0afcd951ac6e40847ce94f0738 (from https://pypi.org/simple/pip/), version: 7.0.3
  Found link https://files.pythonhosted.org/packages/35/59/5b23115758ba0f2fc465c459611865173ef006202ba83f662d1f58ed2fb8/pip-7.0.3.tar.gz#sha256=b4c598825a6f6dc2cac65968feb28e6be6c1f7f1408493c60a07eaa731a0affd (from https://pypi.org/simple/pip/), version: 7.0.3
  Found link https://files.pythonhosted.org/packages/f7/c0/9f8dac88326609b4b12b304e8382f64f7d5af7735a00d2fac36cf135fc30/pip-7.1.0-py2.py3-none-any.whl#sha256=80c29f899d3a00a448d65f8158544d22935baec7159af8da1a4fa1490ced481d (from https://pypi.org/simple/pip/), version: 7.1.0
  Found link https://files.pythonhosted.org/packages/7e/71/3c6ece07a9a885650aa6607b0ebfdf6fc9a3ef8691c44b5e724e4eee7bf2/pip-7.1.0.tar.gz#sha256=d5275ba3221182a5dd1b6bcfbfc5ec277fb399dd23226d6fa018048f7e0f10f2 (from https://pypi.org/simple/pip/), version: 7.1.0
  Found link https://files.pythonhosted.org/packages/1c/56/094d563c508917081bccff365e4f621ba33073c1c13aca9267a43cfcaf13/pip-7.1.1-py2.py3-none-any.whl#sha256=ce13000878d34c1178af76cb8cf269e232c00508c78ed46c165dd5b0881615f4 (from https://pypi.org/simple/pip/), version: 7.1.1
  Found link https://files.pythonhosted.org/packages/3b/bb/b3f2a95494fd3f01d3b3ae530e7c0e910dc25e88e30787b0a5e10cbc0640/pip-7.1.1.tar.gz#sha256=b22fe3c93a13fc7c04f145a42fd2ad50a9e3e1b8a7eed2e2b1c66e540a0951da (from https://pypi.org/simple/pip/), version: 7.1.1
  Found link https://files.pythonhosted.org/packages/b2/d0/cd115fe345dd6f07ec1c780020a7dfe74966fceeb171e0f20d1d4905b0b7/pip-7.1.2-py2.py3-none-any.whl#sha256=b9d3983b5cce04f842175e30169d2f869ef12c3546fd274083a65eada4e9708c (from https://pypi.org/simple/pip/), version: 7.1.2
  Found link https://files.pythonhosted.org/packages/d0/92/1e8406c15d9372084a5bf79d96da3a0acc4e7fcf0b80020a4820897d2a5c/pip-7.1.2.tar.gz#sha256=ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477 (from https://pypi.org/simple/pip/), version: 7.1.2
  Found link https://files.pythonhosted.org/packages/00/ae/bddef02881ee09c6a01a0d6541aa6c75a226a4e68b041be93142befa0cd6/pip-8.0.0-py2.py3-none-any.whl#sha256=262ed1823eb7fbe3f18a9bedb4800e59c4ab9a6682aff8c37b5ee83ea840910b (from https://pypi.org/simple/pip/), version: 8.0.0
  Found link https://files.pythonhosted.org/packages/e3/2d/03c014d11e66628abf2fda5ca00f779cbe7b5292c5cd13d42a95b94aa9b8/pip-8.0.0.tar.gz#sha256=90112b296152f270cb8dddcd19b7b87488d9e002e8cf622e14c4da9c2f6319b1 (from https://pypi.org/simple/pip/), version: 8.0.0
  Found link https://files.pythonhosted.org/packages/45/9c/6f9a24917c860873e2ce7bd95b8f79897524353df51d5d920cd6b6c1ec33/pip-8.0.1-py2.py3-none-any.whl#sha256=dedaac846bc74e38a3253671f51a056331ffca1da70e3f48d8128f2aa0635bba (from https://pypi.org/simple/pip/), version: 8.0.1
  Found link https://files.pythonhosted.org/packages/ea/66/a3d6187bd307159fedf8575c0d9ee2294d13b1cdd11673ca812e6a2dda8f/pip-8.0.1.tar.gz#sha256=477c50b3e538a7ac0fa611fb8b877b04b33fb70d325b12a81b9dbf3eb1158a4d (from https://pypi.org/simple/pip/), version: 8.0.1
  Found link https://files.pythonhosted.org/packages/e7/a0/bd35f5f978a5e925953ce02fa0f078a232f0f10fcbe543d8cfc043f74fda/pip-8.0.2-py2.py3-none-any.whl#sha256=249a6f3194be8c2e8cb4d4be3f6fd16a9f1e3336218caffa8e7419e3816f9988 (from https://pypi.org/simple/pip/), version: 8.0.2
  Found link https://files.pythonhosted.org/packages/ce/15/ee1f9a84365423e9ef03d0f9ed0eba2fb00ac1fffdd33e7b52aea914d0f8/pip-8.0.2.tar.gz#sha256=46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36b9f2d06d2212148439521 (from https://pypi.org/simple/pip/), version: 8.0.2
  Found link https://files.pythonhosted.org/packages/ae/d4/2b127310f5364610b74c28e2e6a40bc19e2d3c9a9a4e012d3e333e767c99/pip-8.0.3-py2.py3-none-any.whl#sha256=b0335bc837f9edb5aad03bd43d0973b084a1cbe616f8188dc23ba13234dbd552 (from https://pypi.org/simple/pip/), version: 8.0.3
  Found link https://files.pythonhosted.org/packages/22/f3/14bc87a4f6b5ec70b682765978a6f3105bf05b6781fa97e04d30138bd264/pip-8.0.3.tar.gz#sha256=30f98b66f3fe1069c529a491597d34a1c224a68640c82caf2ade5f88aa1405e8 (from https://pypi.org/simple/pip/), version: 8.0.3
  Found link https://files.pythonhosted.org/packages/1e/c7/78440b3fb882ed001e6e12d8770bd45e73d6eced4e57f7c072b829ce8a3d/pip-8.1.0-py2.py3-none-any.whl#sha256=a542b99e08002ead83200198e19a3983270357e1cb4fe704247990b5b35471dc (from https://pypi.org/simple/pip/), version: 8.1.0
  Found link https://files.pythonhosted.org/packages/3c/72/6981d5adf880adecb066a1a1a4c312a17f8d787a3b85446967964ac66d55/pip-8.1.0.tar.gz#sha256=d8faa75dd7d0737b16d50cd0a56dc91a631c79ecfd8d38b80f6ee929ec82043e (from https://pypi.org/simple/pip/), version: 8.1.0
  Found link https://files.pythonhosted.org/packages/31/6a/0f19a7edef6c8e5065f4346137cc2a08e22e141942d66af2e1e72d851462/pip-8.1.1-py2.py3-none-any.whl#sha256=44b9c342782ab905c042c207d995aa069edc02621ddbdc2b9f25954a0fdac25c (from https://pypi.org/simple/pip/), version: 8.1.1
  Found link https://files.pythonhosted.org/packages/41/27/9a8d24e1b55bd8c85e4d022da2922cb206f183e2d18fee4e320c9547e751/pip-8.1.1.tar.gz#sha256=3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798 (from https://pypi.org/simple/pip/), version: 8.1.1
  Found link https://files.pythonhosted.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-8.1.2-py2.py3-none-any.whl#sha256=6464dd9809fb34fc8df2bf49553bb11dac4c13d2ffa7a4f8038ad86a4ccb92a1 (from https://pypi.org/simple/pip/), version: 8.1.2
  Found link https://files.pythonhosted.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz#sha256=4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732 (from https://pypi.org/simple/pip/), version: 8.1.2
  Found link https://files.pythonhosted.org/packages/3f/ef/935d9296acc4f48d1791ee56a73781271dce9712b059b475d3f5fa78487b/pip-9.0.0-py2.py3-none-any.whl#sha256=c856ac18ca01e7127456f831926dc67cc7d3ab663f4c13b1ec156e36db4de574 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
  Found link https://files.pythonhosted.org/packages/5e/53/eaef47e5e2f75677c9de0737acc84b659b78a71c4086f424f55346a341b5/pip-9.0.0.tar.gz#sha256=f62fb70e7e000e46fce12aaeca752e5281a5446977fe5a75ab4189a43b3f8793 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
  Found link https://files.pythonhosted.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0e611408f196358da3/pip-9.0.1-py2.py3-none-any.whl#sha256=690b762c0a8460c303c089d5d0be034fb15a5ea2b75bdf565f40421f542fefb0 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
  Found link https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz#sha256=09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658ca940d (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
  Found link https://files.pythonhosted.org/packages/e7/f9/e801dcea22886cd513f6bd2e8f7e581bd6f67bb8e8f1cd8e7b92d8539280/pip-9.0.2-py2.py3-none-any.whl#sha256=b135491ddb061f39719b8472d8abb59c613816a2b86069c332db74d1cd208ab2 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
  Found link https://files.pythonhosted.org/packages/e5/8f/3fc66461992dc9e9fcf5e005687d5f676729172dda640df2fd8b597a6da7/pip-9.0.2.tar.gz#sha256=88110a224e9d30e5d76592a0b2130ef10e7e67a6426e8617bb918fffbfe91fe5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
  Found link https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl#sha256=c3ede34530e0e0b2381e7363aded78e0c33291654937e7373032fda04e8803e5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
  Found link https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz#sha256=7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
  Found link https://files.pythonhosted.org/packages/4b/5a/8544ae02a5bd28464e03af045e8aabde20a7b02db1911a9159328e1eb25a/pip-10.0.0b1-py2.py3-none-any.whl#sha256=dbd5d24cd461be23429625085a36cc8732cbcac4d2aaf673031f80f6ac07d844 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
  Found link https://files.pythonhosted.org/packages/aa/6d/ffbb86abf18b750fb26f27eda7c7732df2aacaa669c420d2eb2ad6df3458/pip-10.0.0b1.tar.gz#sha256=8d6e63d8b99752e4b53f272b66f9cd7b59e2b288e9a863a61c48d167203a2656 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
  Found link https://files.pythonhosted.org/packages/97/72/1d514201e7d7fc7fff5aac3de9c7b892cd72fb4bf23fd983630df96f7412/pip-10.0.0b2-py2.py3-none-any.whl#sha256=79f55588912f1b2b4f86f96f11e329bb01b25a484e2204f245128b927b1038a7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
  Found link https://files.pythonhosted.org/packages/32/67/572f642e6e42c580d3154964cfbab7d9322c23b0f417c6c01fdd206a2777/pip-10.0.0b2.tar.gz#sha256=ad6adec2150ce4aed8f6134d9b77d928fc848dbcb887fb1a455988cf99da5cae (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
  Found link https://files.pythonhosted.org/packages/62/a1/0d452b6901b0157a0134fd27ba89bf95a857fbda64ba52e1ca2cf61d8412/pip-10.0.0-py2.py3-none-any.whl#sha256=86a60a96d85e329962a9e6f6af612cbc11106293dbc83f119802b5bee9874cf3 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
  Found link https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz#sha256=f05a3eeea64bce94e85cc6671d679473d66288a4d37c3fcf983584954096b34f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
  Found link https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl#sha256=717cdffb2833be8409433a93746744b59505f42146e8d37de6c62b430e25d6d7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
  Found link https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz#sha256=f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
  Found link https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl#sha256=070e4bf493c7c2c9f6a08dd797dd3c066d64074c38e9e8a0fb4e6541f266d96c (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
  Found link https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579/pip-18.0.tar.gz#sha256=a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
  Found link https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl#sha256=7909d0a0932e88ea53a7014dfd14522ffef91a464daaaf5c573343852ef98550 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
  Found link https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz#sha256=c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
  Found link https://files.pythonhosted.org/packages/60/64/73b729587b6b0d13e690a7c3acd2231ee561e8dd28a58ae1b0409a5a2b20/pip-19.0-py2.py3-none-any.whl#sha256=249ab0de4c1cef3dba4cf3f8cca722a07fc447b1692acd9f84e19c646db04c9a (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
  Found link https://files.pythonhosted.org/packages/11/31/c483614095176ddfa06ac99c2af4171375053b270842c7865ca0b4438dc1/pip-19.0.tar.gz#sha256=c82bf8bc00c5732f0dd49ac1dea79b6242a1bd42a5012e308ed4f04369b17e54 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
  Found link https://files.pythonhosted.org/packages/46/dc/7fd5df840efb3e56c8b4f768793a237ec4ee59891959d6a215d63f727023/pip-19.0.1-py2.py3-none-any.whl#sha256=aae79c7afe895fb986ec751564f24d97df1331bb99cdfec6f70dada2f40c0044 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
  Found link https://files.pythonhosted.org/packages/c8/89/ad7f27938e59db1f0f55ce214087460f65048626e2226531ba6cb6da15f0/pip-19.0.1.tar.gz#sha256=e81ddd35e361b630e94abeda4a1eddd36d47a90e71eb00f38f46b57f787cd1a5 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
  Found link https://files.pythonhosted.org/packages/d7/41/34dd96bd33958e52cb4da2f1bf0818e396514fd4f4725a79199564cd0c20/pip-19.0.2-py2.py3-none-any.whl#sha256=6a59f1083a63851aeef60c7d68b119b46af11d9d803ddc1cf927b58edcd0b312 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
  Found link https://files.pythonhosted.org/packages/4c/4d/88bc9413da11702cbbace3ccc51350ae099bb351febae8acc85fec34f9af/pip-19.0.2.tar.gz#sha256=f851133f8b58283fa50d8c78675eb88d4ff4cde29b6c41205cd938b06338e0e5 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
  Found link https://files.pythonhosted.org/packages/d8/f3/413bab4ff08e1fc4828dfc59996d721917df8e8583ea85385d51125dceff/pip-19.0.3-py2.py3-none-any.whl#sha256=bd812612bbd8ba84159d9ddc0266b7fbce712fc9bc98c82dee5750546ec8ec64 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
  Found link https://files.pythonhosted.org/packages/36/fa/51ca4d57392e2f69397cd6e5af23da2a8d37884a605f9e3f2d3bfdc48397/pip-19.0.3.tar.gz#sha256=6e6f197a1abfb45118dbb878b5c859a0edbdd33fd250100bc015b67fded4b9f2 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
  Found link https://files.pythonhosted.org/packages/f9/fb/863012b13912709c13cf5cfdbfb304fa6c727659d6290438e1a88df9d848/pip-19.1-py2.py3-none-any.whl#sha256=8f59b6cf84584d7962d79fd1be7a8ec0eb198aa52ea864896551736b3614eee9 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
  Found link https://files.pythonhosted.org/packages/51/5f/802a04274843f634469ef299fcd273de4438386deb7b8681dd059f0ee3b7/pip-19.1.tar.gz#sha256=d9137cb543d8a4d73140a3282f6d777b2e786bb6abb8add3ac5b6539c82cd624 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
  Found link https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl#sha256=993134f0475471b91452ca029d4390dc8f298ac63a712814f101cd1b6db46676 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
  Found link https://files.pythonhosted.org/packages/93/ab/f86b61bef7ab14909bd7ec3cd2178feb0a1c86d451bc9bccd5a1aedcde5f/pip-19.1.1.tar.gz#sha256=44d3d7d3d30a1eb65c7e5ff1173cdf8f7467850605ac7cc3707b6064bddd0958 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
  Found link https://files.pythonhosted.org/packages/3a/6f/35de4f49ae5c7fdb2b64097ab195020fb48faa8ad3a85386ece6953c11b1/pip-19.2-py2.py3-none-any.whl#sha256=468c67b0b1120cd0329dc72972cf0651310783a922e7609f3102bd5fb4acbf17 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
  Found link https://files.pythonhosted.org/packages/41/13/b6e68eae78405af6e4e9a93319ae5bb371057786f1590b157341f7542d7d/pip-19.2.tar.gz#sha256=aa6fdd80d13caac75d92b5eced06778712859b1606ba92d62389c11be12b2dad (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
  Found link https://files.pythonhosted.org/packages/62/ca/94d32a6516ed197a491d17d46595ce58a83cbb2fca280414e57cd86b84dc/pip-19.2.1-py2.py3-none-any.whl#sha256=80d7452630a67c1e7763b5f0a515690f2c1e9ad06dda48e0ae85b7fdf2f59d97 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
  Found link https://files.pythonhosted.org/packages/8b/8a/1b2aadd922db1afe6bc107b03de41d6d37a28a5923383e60695fba24ae81/pip-19.2.1.tar.gz#sha256=258d702483dd749400aec59c23d638a5b2249ae28a0f478b6cab12ad45681a80 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
  Found link https://files.pythonhosted.org/packages/8d/07/f7d7ced2f97ca3098c16565efbe6b15fafcba53e8d9bdb431e09140514b0/pip-19.2.2-py2.py3-none-any.whl#sha256=4b956bd8b7b481fc5fa222637ff6d0823a327e5118178f1ec47618a480e61997 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
  Found link https://files.pythonhosted.org/packages/aa/1a/62fb0b95b1572c76dbc3cc31124a8b6866cbe9139eb7659ac7349457cf7c/pip-19.2.2.tar.gz#sha256=e05103825871e210d50a44c7e448587b0ed99dd775d3ef586304c58f40224a53 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
  Found link https://files.pythonhosted.org/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl#sha256=340a0ba40fdeb16413914c0fcd8e0b4ebb0bf39a900ec80e11c05d836c05103f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3
  Found link https://files.pythonhosted.org/packages/00/9e/4c83a0950d8bdec0b4ca72afd2f9cea92d08eb7c1a768363f2ea458d08b4/pip-19.2.3.tar.gz#sha256=e7a31f147974362e6c82d84b91c7f2bdf57e4d3163d3d454e6c3e71944d67135 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3
  Found link https://files.pythonhosted.org/packages/4a/08/6ca123073af4ebc4c5488a5bc8a010ac57aa39ce4d3c8a931ad504de4185/pip-19.3-py2.py3-none-any.whl#sha256=e100a7eccf085f0720b4478d3bb838e1c179b1e128ec01c0403f84e86e0e2dfb (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3
  Found link https://files.pythonhosted.org/packages/af/7a/5dd1e6efc894613c432ce86f1011fcc3bbd8ac07dfeae6393b7b97f1de8b/pip-19.3.tar.gz#sha256=324d234b8f6124846b4e390df255cacbe09ce22791c3b714aa1ea6e44a4f2861 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3
  Found link https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl#sha256=6917c65fc3769ecdc61405d3dfd97afdedd75808d200b2838d7d961cebc0c2c7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1
  Found link https://files.pythonhosted.org/packages/ce/ea/9b445176a65ae4ba22dce1d93e4b5fe182f953df71a145f557cffaffc1bf/pip-19.3.1.tar.gz#sha256=21207d76c1031e517668898a6b46a9fb1501c7a4710ef5dfd6a40ad9e6757ea7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1
  Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/60/65/16487a7c4e0f95bb3fc89c2e377be331fd496b7a9b08fd3077de7f3ae2cf/pip-20.0-py2.py3-none-any.whl#sha256=eea07b449d969dbc8c062c157852cf8ed2ad1b8b5ac965a6b819e62929e41703 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
  Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/8c/5c/c18d58ab5c1a702bf670e0bd6a77cd4645e4aeca021c6118ef850895cc96/pip-20.0.tar.gz#sha256=5128e9a9401f1d16c1d15b2ed766a79d7813db1538428d0b0ce74838249e3a41 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
  Found link https://files.pythonhosted.org/packages/57/36/67f809c135c17ec9b8276466cc57f35b98c240f55c780689ea29fa32f512/pip-20.0.1-py2.py3-none-any.whl#sha256=b7110a319790ae17e8105ecd6fe07dbcc098a280c6d27b6dd7a20174927c24d7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1
  Found link https://files.pythonhosted.org/packages/28/af/2c76c8aa46ccdf7578b83d97a11a2d1858794d4be4a1610ade0d30182e8b/pip-20.0.1.tar.gz#sha256=3cebbac2a1502e09265f94e5717408339de846b3c0f0ed086d7b817df9cab822 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1
  Found link https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl#sha256=4ae14a42d8adba3205ebeb38aa68cfc0b6c346e1ae2e699a0b3bad4da19cef5c (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2
  Found link https://files.pythonhosted.org/packages/8e/76/66066b7bc71817238924c7e4b448abdb17eb0c92d645769c223f9ace478f/pip-20.0.2.tar.gz#sha256=7db0c8ea4c7ea51c8049640e8e6e7fde949de672bfa4949920675563a5a6967f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2
  Found link https://files.pythonhosted.org/packages/ec/05/82d3fababbf462d876883ebc36f030f4fa057a563a80f5a26ee63679d9ea/pip-20.1b1-py2.py3-none-any.whl#sha256=4cf0348b683937da883ccaae8c8bcfc9b4c7ba4c48b38cc2d89cd7b8d0b220d9 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1
  Found link https://files.pythonhosted.org/packages/cd/81/c1184456fe506bd50992571c9f8581907976ce71502e36741f033e2da1f1/pip-20.1b1.tar.gz#sha256=699880a47f6d306f4f9a87ca151ef33d41d2223b81ff343b786d38c297923a19 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1
  Found link https://files.pythonhosted.org/packages/54/2e/df11ea7e23e7e761d484ed3740285a34e38548cf2bad2bed3dd5768ec8b9/pip-20.1-py2.py3-none-any.whl#sha256=4fdc7fd2db7636777d28d2e1432e2876e30c2b790d461f135716577f73104369 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1
  Found link https://files.pythonhosted.org/packages/d1/05/059c78cd5d740d2299266ffa15514dad6692d4694df571bf168e2cdd98fb/pip-20.1.tar.gz#sha256=572c0f25eca7c87217b21f6945b7192744103b18f4e4b16b8a83b227a811e192 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1
  Found link https://files.pythonhosted.org/packages/43/84/23ed6a1796480a6f1a2d38f2802901d078266bda38388954d01d3f2e821d/pip-20.1.1-py2.py3-none-any.whl#sha256=b27c4dedae8c41aa59108f2fa38bf78e0890e590545bc8ece7cdceb4ba60f6e4 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1
  Found link https://files.pythonhosted.org/packages/08/25/f204a6138dade2f6757b4ae99bc3994aac28a5602c97ddb2a35e0e22fbc4/pip-20.1.1.tar.gz#sha256=27f8dc29387dd83249e06e681ce087e6061826582198a425085e0bf4c1cf3a55 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1
  Found link https://files.pythonhosted.org/packages/fe/3b/0fc5e63eb277d5a50a95ce5c896f742ef243be27382303a4a44dd0197e29/pip-20.2b1-py2.py3-none-any.whl#sha256=b4e230e2b8ece18c5a19b818f3c20a8d4eeac8172962779fd9898d7c4ceb1636 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1
  Found link https://files.pythonhosted.org/packages/77/3e/6a1fd8e08a06e3e0f54182c7c937bba3f4e9cf1b26f54946d3915021ea2e/pip-20.2b1.tar.gz#sha256=dbf65ecb1c30d35d72f5fda052fcd2f1ea9aca8eaf03d930846d990f51d3f6f6 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1
  Found link https://files.pythonhosted.org/packages/36/74/38c2410d688ac7b48afa07d413674afc1f903c1c1f854de51dc8eb2367a5/pip-20.2-py2.py3-none-any.whl#sha256=d75f1fc98262dabf74656245c509213a5d0f52137e40e8f8ed5cc256ddd02923 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2
  Found link https://files.pythonhosted.org/packages/b9/27/a9007a575c8a8e80c22144fec5df3943fd304dfa791bed44a0130e984803/pip-20.2.tar.gz#sha256=912935eb20ea6a3b5ed5810dde9754fde5563f5ca9be44a8a6e5da806ade970b (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2
Given no hashes to check 141 links for project 'pip': discarding no candidates
WARNING: You are using pip version 20.1.1; however, version 20.2 is available.
You should consider upgrading via the 'c:\program files\python38\python.exe -m pip install --upgrade pip' command.
Removed build tracker: 'C:\\Users\\Jesse Maurais\\AppData\\Local\\Temp\\pip-req-tracker-yf7i95aa'

@uranusjr
Copy link
Member

Sorry, I forgot to mention the command should be run in a clean environment (so the packages are actually installed). Running this in the existing environment would do nothing since all the packages are installed “correctly” from pip’s perspective.

@JesseMaurais
Copy link
Author

No worries. I've uninstalled Python and manually cleaned the AppData directories before reinstalling. This is as clean as I think that I can get it. The DLLs are still x86 though.

C:\Windows\System32>pip3 install --verbose --no-cache pyqt5 pyside2
Non-user install because site-packages writeable
Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-ephem-wheel-cache-x2o9rizo
Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-req-tracker-0dj93oux
Initialized build tracking at C:\Users\Jesse Maurais\AppData\Local\Temp\pip-req-tracker-0dj93oux
Created build tracker: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-req-tracker-0dj93oux
Entered build tracker: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-req-tracker-0dj93oux
Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-install-vomjqtqz
1 location(s) to search for versions of pyqt5:
* https://pypi.org/simple/pyqt5/
Fetching project page and analyzing links: https://pypi.org/simple/pyqt5/
Getting page https://pypi.org/simple/pyqt5/
Found index url https://pypi.org/simple
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/pyqt5/ HTTP/1.1" 200 9501
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/40/f9/0be162881f4bdb6e828ee6db871310140a5278b4538e65716eae8b2d3dbd/PyQt5-5.6-cp35-cp35m-macosx_10_6_intel.whl#sha256=b280a77c27b16a4c05fc4810f31a40039d7bfd6e83cd69c2eb79d4dbe7d29974 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/34/a7/ed3a2e7f74a7fcc112c1669968ca1be552f34d123bb4515a97520d69e8f3/PyQt5-5.6-cp35-cp35m-manylinux1_x86_64.whl#sha256=5b3e419dd6579d4aa90ece6aaac69054e9be3dcd90c47ff82b044c3151fdc008 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win32: https://files.pythonhosted.org/packages/cc/eb/f2e115d21abec6d86b2af0b7fa6f71439767d0a91cb393607e4f72998b0a/PyQt5-5.6-cp35-none-win32.whl#sha256=5454b38f2e441dfa1df3e9cee7530c70c2663f6c54ba37ac22adf40b3c49e976 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64: https://files.pythonhosted.org/packages/f3/4d/8ef2d9db0a0450de985dfe04d64d09762ab2205179914aa3cc41f44af377/PyQt5-5.6-cp35-none-win_amd64.whl#sha256=b8507d9e86059240af59a5a62bf946b710f501d0173740c505451f13cbee30f0 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/d0/e4/0fb306a86f0471d69e4f8c501def0af5dd5468cdcb47ccf68c0703e32571/PyQt5-5.7-cp35-cp35m-macosx_10_6_intel.whl#sha256=860c924cd5a094b33a97e64c77b5f593c2d46d9ccbb2101892fabda7cb75b8fb (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/f3/94/92e7c8b3c2279a3503a8ba41fce5e0234acdc6de3a1b278ebfdcfe532f67/PyQt5-5.7-cp35-cp35m-manylinux1_x86_64.whl#sha256=8512b8d508233742ce37a7b331c7b3aaac0d405625caa15d64add9ab9a0f40cc (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win32: https://files.pythonhosted.org/packages/71/c5/7e2a35682358f1be16f5f310e7ea3b64c5ecc168f83c3dc4d50dcee9f087/PyQt5-5.7-cp35-none-win32.whl#sha256=33fad6d1fa6f167f7857ff762e1cfc7368a13d9ee5bb6760e2a6a19a44ea3f5c (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64: https://files.pythonhosted.org/packages/3c/34/a768dacf653a883f57928ed971575c29f80b87db09a52c9b66724d6317a0/PyQt5-5.7-cp35-none-win_amd64.whl#sha256=608747429b2e1b2cabc8924c7795e3b3ec58e61dd3e1d7233348b63a980ad819 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp34-abi3-macosx_10_6_intel, cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/5c/9b/c5a06dccbf7db02c83adca82321f4b8e97aaf088d73eb5fc52f4f1463399/PyQt5-5.7.1-5.7.1-cp34.cp35.cp36-abi3-macosx_10_6_intel.whl#sha256=b946f29a1994738a04de88611569dafbd18ed120f739c6bc917b3ede46b36430 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp34-abi3-manylinux1_x86_64, cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/12/8a/83d96cef5f8155bc4eb140713bc479f56c15e542bec0c4340f65a0e8317a/PyQt5-5.7.1-5.7.1-cp34.cp35.cp36-abi3-manylinux1_x86_64.whl#sha256=9b6e7e17242c3ca6581bed06b5c16b2ab0207f66865d3b27334aef01965b49fc (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp34-none-win_amd64, cp35-none-win_amd64, cp36-none-win_amd64: https://files.pythonhosted.org/packages/d4/e2/369af0102c2fdd2c6fcd77dbd87c28342ca479959f3432c4209f0b29c660/PyQt5-5.7.1-5.7.1-cp34.cp35.cp36-none-win_amd64.whl#sha256=9361a842ef25976f09a83611ff0f4797338682f163b9dea1aa3289472bfef613 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp34-none-win32, cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/d8/d4/55e78a986b50f6551ba09d523a11d67535b3397b295e1ccedfaeaa26b88b/PyQt5-5.7.1-5.7.1-cp34.cp35.cp36.cp37-none-win32.whl#sha256=16867a506bad68bb1f53ec6c8e52f377484b0019a12f957b8331fe6fe6087a3f (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp34-abi3-macosx_10_6_intel, cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/3b/08/32236a8fb73e4dfe51c8091a58ac24cc4987d1b12630a68939ebb6126d45/PyQt5-5.8-5.8.0-cp34.cp35.cp36.cp37-abi3-macosx_10_6_intel.whl#sha256=5bb4cc4a5b4758671c92369fb98d5716035c0c25ef7b5ee6b59d084aa45ae9f7 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp34-abi3-manylinux1_x86_64, cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/13/f4/dad8682ca966094fd3694746fba6b87c11ba793a4660022db7275d50b34b/PyQt5-5.8-5.8.0-cp34.cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=0572bd079830e00fbe3165fba9e8d8295277afbfbb1987b2a5b4149785b1de0a (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp34-none-win32, cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/f0/3a/8f2261c0477008057636b9f992952033748b9ee94541dd54373f7d6bf5f1/PyQt5-5.8-5.8.0-cp34.cp35.cp36.cp37-none-win32.whl#sha256=3157b2457eb439ca7f4b4795092340be9dc2d85912b6c76571c0d6afe3e57539 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp34-none-win_amd64, cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/f9/b4/54bd54fa47b8c9f2c3460c25f40ecc1ffa749b9e86ed39982be488660c33/PyQt5-5.8-5.8.0-cp34.cp35.cp36.cp37-none-win_amd64.whl#sha256=f1c47542ea99783d4d26c10bace96d9a4c813260ab09dacf1b2becf7432ec576 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/87/e2/c31ca63e04c2b0ed8cf7d5afd564f1d254d684ae3b62cbc3c6c48f2875a1/PyQt5-5.8.1.1-5.8.0-cp35.cp36.cp37-abi3-macosx_10_6_intel.whl#sha256=cf6309a2abd72f42ee518845a673ab720fc0a81635c3dc6882529dead2f9afc0 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/b4/07/300a655328833b05646c6af50cfef795e4aaa5e58727f6b551c62e9ab173/PyQt5-5.8.1.1-5.8.0-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=597b24044d8b6aa37834663243506232baf81028e7bf58b6bb96edbf180cf773 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/26/97/b40b1052ffc676c9fb5e68cb0400309a9a22a4f582aa4294b319f3dc8b3f/PyQt5-5.8.1.1-5.8.0-cp35.cp36.cp37-none-win32.whl#sha256=66d0588484fc4d92d925d1fab49863a7261d67a30714d7b2f7985f35bedebc87 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/01/8c/9d36bcb04f3c21bd449e438a5d52259a62dbbfe222698fa006099caf5143/PyQt5-5.8.1.1-5.8.0-cp35.cp36.cp37-none-win_amd64.whl#sha256=cd1cb8f369d9c483b070846ff3e1555ce1286f9332e65ee871568fe872a2a850 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/0f/a8/71d918272a9ae17541942daffb15d663d7c9401346252a495a84822e81d5/PyQt5-5.8.2-5.8.0-cp35.cp36.cp37-abi3-macosx_10_6_intel.whl#sha256=2d259f5c1e78ebe2e0df517bdbafb573be8e4aea7efdc3a6477020a5f475c1cf (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/4f/52/428af82f860dae1e08f8cb7f03399a9cc0f3756f2bd1b3e31ee749e126e4/PyQt5-5.8.2-5.8.0-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=eb8ea061e688b91837c4d284d6345ea6ec89516738ee7ea74c3ada9866f01823 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/07/7b/3223e33293be19e7666976db4ed346d83ba9b97be23aae2e4f94dcf37782/PyQt5-5.8.2-5.8.0-cp35.cp36.cp37-none-win32.whl#sha256=e6b6e45ef1cf2bb3bf95e3a360660c4dc6df1b50ed7777c8c92e7533cf1ece18 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/55/08/a8cae8689ed928a6c7eba2e125b5cf96545995692d144d8b8f6471e47246/PyQt5-5.8.2-5.8.0-cp35.cp36.cp37-none-win_amd64.whl#sha256=f118e54f69f8477c90124ffbeea11690135745e48d6bdda6a3a0be8658fb65f0 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/28/9e/ae20f544f99f6e5b28d806bf2c37b7069c8bb3fd7bdf84e6ed02ee853591/PyQt5-5.9-5.9.1-cp35.cp36.cp37-abi3-macosx_10_6_intel.whl#sha256=39365b95d91b6f920a297f11a134f643f7047b83ce33cfc37f40b9b4ce1e3383 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/45/63/353403622330d335631ec3a3016f9e0a6a9519082488b1421003682f8ef4/PyQt5-5.9-5.9.1-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=18cff7c0d0eb9f7c5783929f21fd7a49904e49827aeec88359cf60cccbd94a86 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/14/60/cc8aacfc5c7fd1eb54aa91982d189b052100b2884ba7bc77b3515879a17d/PyQt5-5.9-5.9.1-cp35.cp36.cp37-none-win32.whl#sha256=7961e94f0c31b8fdfa157aac08292dc58e44dbce20ce34bc3c0e072abccc11cd (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/53/47/c3af02173da1c6887de05ec6201f8582eee4efcd9476d47739b42cb1a8b9/PyQt5-5.9-5.9.1-cp35.cp36.cp37-none-win_amd64.whl#sha256=5c65de13b616773d4185db66e1132b2cf6ca901d63672e1958c09d056c2af07a (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/21/a9/f64e3511b2e7da37447afc34d3f28d0a5b00e0cfdf5774171f9f11bfd722/PyQt5-5.9.1-5.9.2-cp35.cp36.cp37-abi3-macosx_10_6_intel.whl#sha256=49accf8fba51e6ad4f3481e268a7a56a7dd6b73ec255aef359d87de3d8c6cdfd (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/ea/6c/144ffca9f680986a1d48a7f42315933bfc100659447971180474be171b59/PyQt5-5.9.1-5.9.2-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=341d57bd240d5615163108964ea7593be18b97e9764c1d25754001a03e91371e (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/03/03/f42a3f893c4f7b08dfc3f6187b2db5558ee3ca194180bbd8b85b8721e825/PyQt5-5.9.1-5.9.2-cp35.cp36.cp37-none-win32.whl#sha256=3f20e65166083a6a094e83a10eea8c85b22052062c4972bfba1d49d16138c5c1 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/eb/e0/28b46c12a176329cfa1f57aba29c04f22bd98f1ffcad02f50013f4933c2f/PyQt5-5.9.1-5.9.2-cp35.cp36.cp37-none-win_amd64.whl#sha256=6494dfbc6156350529d6aa671fbd054c41dc0155d055683b31ed359a974df496 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/5e/41/93bf8f289b476bc5d8cece7948a166cbcea761f5b1262e5fdd7076a5e02a/PyQt5-5.9.2-5.9.3-cp35.cp36.cp37-abi3-macosx_10_6_intel.whl#sha256=1abd07467539f26e2e08e26cf27f3513d02c20d038f5ba2e860b5e158cf2f8b1 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/3a/c6/26270f5550f00920045c2f0b222a7d03d7a64382825c68bf0bb1a51d854c/PyQt5-5.9.2-5.9.3-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=5dab7244b6932606490b47a0692e03d7b72d89f7d3dfa3d147a8b34d6af72451 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/a0/b1/95c3b2cf3c0dc50315413857a1f67c4fd6e86c609c5f3e01a38b331a23eb/PyQt5-5.9.2-5.9.3-cp35.cp36.cp37-none-win32.whl#sha256=53cdaf2e27945c4828c5c346410208a68017ddb7d333e7885b9087ddb02e7de0 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/67/ad/5ce6033bded3c39043a2c67cc46b3976427187f68c9dbaf5533884899086/PyQt5-5.9.2-5.9.3-cp35.cp36.cp37-none-win_amd64.whl#sha256=c83b5dabf950e47d0ea3f324a80640d25ae4d0ed90013a45f824498b2110ff84 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/2a/90/e1d3e233712eaa66ca383c5358ff81aa9a4e4c70f00c119d38b091627c11/PyQt5-5.10-5.10.0-cp35.cp36.cp37-abi3-macosx_10_6_intel.whl#sha256=128285176240e990fce9c50293105ffd0d2884d8910bb338118f867b171ec6e8 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/ae/4b/c7315ba7a266d493ee50c4597b1b4dea2348896a49115b5192b21adf1a47/PyQt5-5.10-5.10.0-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=dbd1777d8e7540a6e7350482f1d7c981a073ce1b7195ac2cd21c204b3a28df57 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/57/84/d4387929385504c020d6cab193af6cc18fa9fecb8267f76848ea5f76c67d/PyQt5-5.10-5.10.0-cp35.cp36.cp37-none-win32.whl#sha256=3563ac935fca8e8b1dbd4856d8eedc982b5de90c53f0280e8fca8060a262d4f4 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/ac/d3/e61cfc547e735aec351ce7bfde2635143c0bbbfdbeb39a855fc2d8c42e19/PyQt5-5.10-5.10.0-cp35.cp36.cp37-none-win_amd64.whl#sha256=2ce953cb849e5265b9d1abe075471148ad5fb6d7e6a9881f37dfe05590571d23 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/af/82/a063e4803775225bfe4e51099a2599eecd91eb05e8a586632c783aeb9899/PyQt5-5.10.1-5.10.1-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=9c17ab3974c1fc7bbb04cc1c9dae780522c0ebc158613f3025fccae82227b5f7 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/e4/15/4e2e49f64884edbab6f833c6fd3add24d7938f2429aec1f2883e645d4d8f/PyQt5-5.10.1-5.10.1-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=1e652910bd1ffd23a3a48c510ecad23a57a853ed26b782cd54b16658e6f271ac (from https://pypi.org/simple/pyqt5/)
  Found link https://files.pythonhosted.org/packages/6c/63/89f888968ee0c7e7ffb2ea7604fae3ef85f7bc86f57dd07019805aa78798/PyQt5-5.10.1-5.10.1-cp35.cp36.cp37.cp38-none-win32.whl#sha256=f6035baa009acf45e5f460cf88f73580ad5dc0e72330029acd99e477f20a5d61 (from https://pypi.org/simple/pyqt5/), version: 5.10.1
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/a7/22/67cc2bac6ae2cd3a7eabb2a2e91638b94bdc6e0503747e49670ce44bb5b0/PyQt5-5.10.1-5.10.1-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=4db7113f464c733a99fcb66c4c093a47cf7204ad3f8b3bda502efcc0839ac14b (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/7f/8a/a6346c9772cda4a7fa6ad7737df1bc8588033867eeacb71a6fdad4487813/PyQt5-5.11.2-5.11.1-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=7d0f7c0aed9c3ef70d5856e99f30ebcfe25a58300158dd46ee544cbe1c5b53db (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/3a/c7/4a9bec78c864051051b41b4cc76672ecc232e6dc7dbb91a5f8ff6f20ff64/PyQt5-5.11.2-5.11.1-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=76d52f3627fac8bfdbc4857ce52a615cd879abd79890cde347682ff9b4b245a2 (from https://pypi.org/simple/pyqt5/)
  Found link https://files.pythonhosted.org/packages/84/44/32c311a6fb23b8b5cc4f535af1ad65fc3e071440884a1fad3c1aef68f47b/PyQt5-5.11.2-5.11.1-cp35.cp36.cp37.cp38-none-win32.whl#sha256=d5dc2faf0aeacd0e8b69af1dc9f1276a64020193148356bb319bdfae22b78f88 (from https://pypi.org/simple/pyqt5/), version: 5.11.2
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/5d/85/d174a50e0d6b60aa9113f6a32afb31f25345bec8584992af486235373252/PyQt5-5.11.2-5.11.1-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=700b8bb0357bf0ac312bce283449de733f5773dfc77083664be188c8e964c007 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/d4/bf/d884da8e2f7096d201c891d515eb6813a8e85df5eb6f5e12e867bf1d831c/PyQt5-5.11.3-5.11.2-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=ac1eb5a114b6e7788e8be378be41c5e54b17d5158994504e85e43b5fca006a39 (from https://pypi.org/simple/pyqt5/)
  Found link https://files.pythonhosted.org/packages/26/78/c215008e70982944272b6c329a76cc11259e7378a3e23418fbe0bd48de96/PyQt5-5.11.3-5.11.2-cp35.cp36.cp37.cp38-none-win32.whl#sha256=e85936bae1581bcb908847d2038e5b34237a5e6acc03130099a78930770e7ead (from https://pypi.org/simple/pyqt5/), version: 5.11.3
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/a7/2d/d2c989006c86ae98ed230c28c3e0dd7fa0374e723afc107d12268159ceb7/PyQt5-5.11.3-5.11.2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=d2309296a5a79d0a1c0e6c387c30f0398b65523a6dcc8a19cc172e46b949e00d (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/31/22/e79a35bab2221b7bdbb3cdadb25bc9b492080b7529eec5fcbfd3f2d57606/PyQt5-5.11.3-5.11.2_a-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=517e4339135c4874b799af0d484bc2e8c27b54850113a68eec40a0b56534f450 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/40/77/e79ffb62b9f356180f74dc6fe2b063a0c641004d42f59a1846bdcd1f7b5e/PyQt5-5.12-5.12.1_a-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=912ead29f8ed86be178faeb2be83793fb633c11059ae54c3bd8e81c1e224e339 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/01/8c/eeff014306fcdbb8afda0fe603d1b458dddf2be0ca10d561b0015e439357/PyQt5-5.12-5.12.1_a-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=8872c78f204bf8b660164d6dfae87e1be5a9dbc3e20fd2823bd4e851b3647eba (from https://pypi.org/simple/pyqt5/)
  Found link https://files.pythonhosted.org/packages/49/1d/6eabcd8bb11598818c2cc98caae37af6ab48067c92bd7893fa48c676f1c5/PyQt5-5.12-5.12.1_a-cp35.cp36.cp37.cp38-none-win32.whl#sha256=1402f1613698ca64e3cec0ee27a60b5454e782c16fbd1bdee4a270a058947939 (from https://pypi.org/simple/pyqt5/), version: 5.12
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/a7/83/9acca4c6cc220f29607d857d87bcc1bd645daa4c5f8cff9958f60c5228a8/PyQt5-5.12-5.12.1_a-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=acbefac6c780f04709441aa7d8a147c0801f01f8db93f8f000e4a4391db27345 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/2a/d3/c9fe729ef7fbcfa05804c84c359cf844e48b34a399a9601530b2235ce570/PyQt5-5.12.1-5.12.2-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=020e8771ad66429587d3db6cceb028be3435e2c65f417dcc8e3b3e644b6ab1d7 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/98/61/fcd53201a23dd94a1264c29095821fdd55c58b4cd388dc7115e5288866db/PyQt5-5.12.1-5.12.2-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=d4e88208dfd017636e4b1f407990d0c3b6cf47afed6be4f2fb6ca887ef513e4b (from https://pypi.org/simple/pyqt5/)
  Found link https://files.pythonhosted.org/packages/5a/6f/e2510c7d11183fbb41c11bf50b6c3248f5e3defc10326756a51321bea6f8/PyQt5-5.12.1-5.12.2-cp35.cp36.cp37.cp38-none-win32.whl#sha256=c0565737d1d5fd40a7e14b6692bfec1f1e1f0be082ae70d1776c44561980e3c4 (from https://pypi.org/simple/pyqt5/), version: 5.12.1
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/b2/87/219cd547c0deb902edd3fdbf1af01409f7f9d251344b9154d878203cf841/PyQt5-5.12.1-5.12.2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=399fd9c3b3786210d9d2a86bc73255cc03c997b454480b7c0daf3e1a09e1ab58 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/b8/05/0fd9de5eb664ad4c47047d857cd526576b7d45b3108fbb57ba64399be2d5/PyQt5-5.12.2-5.12.3-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=44b263f395045eb5bba34f4df2d269e07b1e073fd359645b022943dd1accadfd (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/6a/f4/6a63aafcee3efd2b156dc835d9c85ca99b24e80f8af89b6da5c46054fe43/PyQt5-5.12.2-5.12.3-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=c168a8883bbe7877809c3239c5dcfb9e8de5fe7e8e828c8add7e4f77cc8fc02a (from https://pypi.org/simple/pyqt5/)
  Found link https://files.pythonhosted.org/packages/74/be/8a880d8878a51b0893225f05625ba795341debf6e94bb4bea88e4b68b693/PyQt5-5.12.2-5.12.3-cp35.cp36.cp37.cp38-none-win32.whl#sha256=06cb9a1ea1289ca2b2d81f9a2da44a05029d5b4d36fa47b6a0c0b9027ff03fef (from https://pypi.org/simple/pyqt5/), version: 5.12.2
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/f4/2c/d59dc21d5464f4bef3d58a1a1670a58ed14989f4642f6cf4ef8b7043c423/PyQt5-5.12.2-5.12.3-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=bb4ec5583baa18f741ec6c229489dc1910290d4ce4d6756a2ea062f7bf6456e6 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/99/c7/3c4877b1f8a92b172b22a318aceb6251c5db28252d20772bd8162973289d/PyQt5-5.12.3-5.12.9-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=8ab15046764904edd6d795842da3df9594f3fbca1c173d4841e188e91c597362 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/c0/6d/23c1a98dcc744096db91aa53b2ba52d4aa8b3118dafa8947b816a5600af3/PyQt5-5.12.3-5.12.9-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=ad76127512e373665f79eb54bfc8c99e242f703673752f6b8b28251499d20623 (from https://pypi.org/simple/pyqt5/)
  Found link https://files.pythonhosted.org/packages/87/c1/8cd02520cd871b600e4cfb5c0428268183674932b99d914f15b8283e4ac9/PyQt5-5.12.3-5.12.9-cp35.cp36.cp37.cp38-none-win32.whl#sha256=20b8104bff918e7959c977def467dd7c3abe2fa46a9fa3b78010268aca7c07a8 (from https://pypi.org/simple/pyqt5/), version: 5.12.3
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/b6/15/05c3d4741de9964b778f7b42c2aa52609bc838f5f5ac6ef248dc28d38b24/PyQt5-5.12.3-5.12.9-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=c0f42d3feb9193f4a7755851fcb0c6c7c89e7af28c831755fdda63f370e3fc99 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/32/0f/0ba7fb39e89e331c3d9182f1a69421fa5461c232a85e0b55aea66b99e7ff/PyQt5-5.13.0-5.13.0-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=aa75b829cd977ca796262fcfe0dc8fc72f8413da4e5e2795e63897e1abfd2258 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/85/bd/8a0c863802449f35ad9ca21a1b73190639c206758b4b5e2425617fc99ce9/PyQt5-5.13.0-5.13.0-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=70954a2d182c8634e3b5f9deeb4230f186b59ec1166f3142cb523b74876c0d98 (from https://pypi.org/simple/pyqt5/)
  Found link https://files.pythonhosted.org/packages/c9/e3/302602473ad0997d9a86b69324350bcfd13ac137ffa76806d6f58bda1e1d/PyQt5-5.13.0-5.13.0-cp35.cp36.cp37.cp38-none-win32.whl#sha256=4d51a245d64fbd85c77ba3dee12b8fe018a440ccb49fd1cb0e4587c360655d3c (from https://pypi.org/simple/pyqt5/), version: 5.13.0
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/3b/d3/76670a331935f58f9a2ebd53c6e9b670bbf15c458fa6993500af5d323160/PyQt5-5.13.0-5.13.0-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=afbee0925439124b5c52dacaf9a6d8d4e160e36b636a6f9023832a696e15e3e9 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/99/72/33de63d443df4fc0c81f83bf573025823b773ef0ba81ea43b89aff3cd626/PyQt5-5.13.1-5.13.1-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=73f982b60819cc6d7cb0007b8b0cd11073e2546d74e0463726149e6a9d087caa (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/12/63/a7a32557fdce42b1ddf2353d9e2a576143376046ead0b1918fd4cfe01b90/PyQt5-5.13.1-5.13.1-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=f8e76070782e68ba200eb2b67babf89ac629df5e36d2f4c680ef34ae40c8f964 (from https://pypi.org/simple/pyqt5/)
  Found link https://files.pythonhosted.org/packages/06/24/fc8d5c585a11df3cbdff0e03ad341ede4864cc35473814e73e29a73a32f6/PyQt5-5.13.1-5.13.1-cp35.cp36.cp37.cp38-none-win32.whl#sha256=6420d8c9de8746917bd2afe24f29b3722aabde36d1e9f8c34354f5b7fb7b987d (from https://pypi.org/simple/pyqt5/), version: 5.13.1
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/8f/b9/d3f2445c320274f8e19a10f9ff9cf9fa2debdabe3c5d120c23474592f162/PyQt5-5.13.1-5.13.1-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=8e6125f110133069e8f4a085022cfc6b4a0af5b3c9009999a749007c299e965d (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/93/5b/2ba062584e8b407b443b7ac7b6687e157d22b0f875cfd1dbe5baf82f6177/PyQt5-5.13.2-5.13.2-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=3f79de6e9f29e858516cc36ffc2b992e262af841f3799246aec282b76a3eccdf (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/ec/cc/b727405bc393c0dc1fbb2b928017f9cb6ea8b557070028edf1743ec14689/PyQt5-5.13.2-5.13.2-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=1936c321301f678d4e6703d52860e1955e5c4964e6fd00a1f86725ce5c29083c (from https://pypi.org/simple/pyqt5/)
  Found link https://files.pythonhosted.org/packages/1f/0e/d0390f7ac55c3d4ac041cbdb13fa2b03225a7f8856d52f712e7e398b2208/PyQt5-5.13.2-5.13.2-cp35.cp36.cp37.cp38-none-win32.whl#sha256=14737bb4673868d15fa91dad79fe293d7a93d76c56d01b3757b350b8dcb32b2d (from https://pypi.org/simple/pyqt5/), version: 5.13.2
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/70/2b/da85277dd9b126d9f422dbfcf0fc8e56ae5c99bd731799f228430b2e1d69/PyQt5-5.13.2-5.13.2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=509daab1c5aca22e3cf9508128abf38e6e5ae311d7426b21f4189ffd66b196e9 (from https://pypi.org/simple/pyqt5/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/1e/8f/dd8312af6ed44c15419fb14c38b6532eeb765c428f0642e30dc3ef26b6d4/PyQt5-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=895d4101f7f8c82bc728d7eb9da1c756955ce27a0c945eafe7f234dd03402853 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/88/d0/4572492d633e311c0143ba20596cb5c090d37442d1cd431082193f3bbb3a/PyQt5-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=a757ba71c51f428b52ba404e781e2f19b4436b2c31298b8313339d5817781b65 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/9b/68/7c983dd2ee07ff666a7fa38ba862a074d73876c2a56b528a29d1d1ad7ebe/PyQt5-5.14.0-5.14.0-cp35.cp36.cp37.cp38-none-win32.whl#sha256=cc3529c0f7cbbe7491073458d5d15e7518ce544ad8c627f485e5db8a27fcaf61 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5), version: 5.14.0
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/de/b0/440adf5ec863d7e120e50f2b56187545bb7ad4e4e83a99afc9da6f22cbf6/PyQt5-5.14.0-5.14.0-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=0dcc128b72f83cce0fc7926c83f05a9b74b652b5eb31a4ab71693ac8829e73c8 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/7c/5b/e760ec4f868cb77cee45b4554bf15d3fe6972176e89c4e3faac941213694/PyQt5-5.14.0.tar.gz#sha256=0145a6b7de15756366decb736c349a0cb510d706c83fda5b8cd9e0557bc1da72 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5), version: 5.14.0
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/d2/3f/b59a34cd20055456c9f8bd82e69921b88fb6a12dbd2db8a6ad68ec8de7f4/PyQt5-5.14.1-5.14.1-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=a0bfe9fd718bca4de3e33000347e048f73126b6dc46530eb020b0251a638ee9d (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux2014_x86_64, cp36-abi3-manylinux2014_x86_64, cp37-abi3-manylinux2014_x86_64, cp38-abi3-manylinux2014_x86_64: https://files.pythonhosted.org/packages/bb/47/640737c9d2eb76a2bf6e8dc101dd195caea07985f1932976629c02ad1432/PyQt5-5.14.1-5.14.1-cp35.cp36.cp37.cp38-abi3-manylinux2014_x86_64.whl#sha256=713b9a201f5e7b2fca8691373e5d5c8c2552a51d87ca9ffbb1461e34e3241211 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/30/eb/99720998026e8c021c269c175cc80590c98293e1006323c2de9a8741c19d/PyQt5-5.14.1-5.14.1-cp35.cp36.cp37.cp38-none-win32.whl#sha256=2d94ec761fb656707050c68b41958e3a9f755bb1df96c064470f4096d2899e32 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5), version: 5.14.1
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/46/83/7c27aec708a1eb12812a0b985eb42eebfe3bb87e294cdca1c4af308d2fa9/PyQt5-5.14.1-5.14.1-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=31b142a868152d60c6323e0527edb692fdf05fd7cb4fe2fe9ce07d1ce560221a (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/3a/fb/eb51731f2dc7c22d8e1a63ba88fb702727b324c6352183a32f27f73b8116/PyQt5-5.14.1.tar.gz#sha256=2f230f2dbd767099de7a0cb915abdf0cbc3256a0b5bb910eb09b99117db7a65b (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5), version: 5.14.1
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/b6/9a/4f981f26a90f02950451cb38f19856add31e27b9d8447ed580a209bd86b2/PyQt5-5.14.2-5.14.2-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=a9bdc46ab1f6397770e6b8dca84ac07a0250d26b1a31587f25619cf31a075532 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux2014_x86_64, cp36-abi3-manylinux2014_x86_64, cp37-abi3-manylinux2014_x86_64, cp38-abi3-manylinux2014_x86_64: https://files.pythonhosted.org/packages/ce/18/81a91dab05831434d70a51bc5711fe83c4da5cc3bdbbfa798409ef3684c0/PyQt5-5.14.2-5.14.2-cp35.cp36.cp37.cp38-abi3-manylinux2014_x86_64.whl#sha256=ee168a486c9a758511568147815e2959652cd0aabea832fa5e87cf6b241d2180 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/5c/bc/13e2e0cb5d543cfc562660cf3684a10234463d9606fe63b1d786c835cbd6/PyQt5-5.14.2-5.14.2-cp35.cp36.cp37.cp38-none-win32.whl#sha256=f61ddc78547d6ca763323ccd4a9e374c71b29feda1f5ce2d3e91e4f8d2cf1942 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5), version: 5.14.2
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/d7/8e/5fa1dd8095728fa754e96633d4c97e0283fb0be5ab3a0a25f7df054deff1/PyQt5-5.14.2-5.14.2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=3b91dd1d0cbfaea85ad057247ba621187e511434b0c9d6d40de69fd5e833b109 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/4d/81/b9a66a28fb9a7bbeb60e266f06ebc4703e7e42b99e3609bf1b58ddd232b9/PyQt5-5.14.2.tar.gz#sha256=bd230c6fd699eabf1ceb51e13a8b79b74c00a80272c622427b80141a22269eb0 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5), version: 5.14.2
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_6_intel, cp36-abi3-macosx_10_6_intel, cp37-abi3-macosx_10_6_intel, cp38-abi3-macosx_10_6_intel: https://files.pythonhosted.org/packages/6d/f6/bbb2d6fcd18318c5118f2735b68a12ed615ea7c55abc3f9f56173b787750/PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl#sha256=14be35c0c1bcc804791a096d2ef9950f12c6fd34dd11dbe61b8c769fefcdf98c (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux2014_x86_64, cp36-abi3-manylinux2014_x86_64, cp37-abi3-manylinux2014_x86_64, cp38-abi3-manylinux2014_x86_64: https://files.pythonhosted.org/packages/45/32/341fa5b9fc010ff4e520efe7cdbad24e61890230cf4eb12c871f512ee456/PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-abi3-manylinux2014_x86_64.whl#sha256=3605d34ba6291b9194c46035e228d6d01f39d120cf5ecc70301c11e7900fed21 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/76/9a/71140c4b7c4d748fb1f9201341ef48f862012ec8b7c6eefda6fa640fb00f/PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl#sha256=e05c86b8c4f02d62a5b355d426fd8d063781dd44c6a3f916640a5beb40efe60a (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5), version: 5.15.0
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/7c/06/0b3cbfd63fc6cbd3585d1a3b2729055e19c646ae329050e174e3c29a4741/PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=5bac0fab1e9891d73400c2470a9cb810e6bdbc7027a84ae4d3ec83436f1109ec (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/8c/90/82c62bbbadcca98e8c6fa84f1a638de1ed1c89e85368241e9cc43fcbc320/PyQt5-5.15.0.tar.gz#sha256=c6f75488ffd5365a65893bc64ea82a6957db126fbfe33654bcd43ae1c30c52f9 (from https://pypi.org/simple/pyqt5/) (requires-python:>=3.5), version: 5.15.0
Given no hashes to check 18 links for project 'pyqt5': discarding no candidates
Using version 5.15.0 (newest of versions: 5.10.1, 5.11.2, 5.11.3, 5.12, 5.12.1, 5.12.2, 5.12.3, 5.13.0, 5.13.1, 5.13.2, 5.14.0, 5.14.1, 5.14.2, 5.15.0)
Collecting pyqt5
  Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-unpack-vz_j4amx
  Starting new HTTPS connection (1): files.pythonhosted.org:443
  https://files.pythonhosted.org:443 "GET /packages/76/9a/71140c4b7c4d748fb1f9201341ef48f862012ec8b7c6eefda6fa640fb00f/PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl HTTP/1.1" 200 56311441
  Downloading PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl (56.3 MB)
     |████████████████████████████████| 56.3 MB 595 kB/s
  Added pyqt5 from https://files.pythonhosted.org/packages/76/9a/71140c4b7c4d748fb1f9201341ef48f862012ec8b7c6eefda6fa640fb00f/PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl#sha256=e05c86b8c4f02d62a5b355d426fd8d063781dd44c6a3f916640a5beb40efe60a to build tracker 'C:\\Users\\Jesse Maurais\\AppData\\Local\\Temp\\pip-req-tracker-0dj93oux'
  Removed pyqt5 from https://files.pythonhosted.org/packages/76/9a/71140c4b7c4d748fb1f9201341ef48f862012ec8b7c6eefda6fa640fb00f/PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl#sha256=e05c86b8c4f02d62a5b355d426fd8d063781dd44c6a3f916640a5beb40efe60a from build tracker 'C:\\Users\\Jesse Maurais\\AppData\\Local\\Temp\\pip-req-tracker-0dj93oux'
1 location(s) to search for versions of pyside2:
* https://pypi.org/simple/pyside2/
Fetching project page and analyzing links: https://pypi.org/simple/pyside2/
Getting page https://pypi.org/simple/pyside2/
Found index url https://pypi.org/simple
https://pypi.org:443 "GET /simple/pyside2/ HTTP/1.1" 200 13191
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_11_intel: https://files.pythonhosted.org/packages/21/fe/6503e8c8e1dcae4781e5b742780b1f97fbb4253ebf8428f51d148483129f/PySide2-0.0.0a1-5.11.0-cp27-cp27m-macosx_10_11_intel.whl#sha256=68a9d8e6ff567e820a504e9b85dc9a44b01ef6e163adaf6fac1caec193f13cc0 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/eb/25/029829be57329d28f91ef9a0684ab2f878b803c3b760554118269f23fc40/PySide2-0.0.0a1-5.11.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=17ca2327e4342d42708e370c7aa53c6ecaee28e4fdeed0106338b902137e16bc (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_11_intel, cp36-abi3-macosx_10_11_intel, cp37-abi3-macosx_10_11_intel: https://files.pythonhosted.org/packages/27/ac/413ab94932be41d08df3cd420ce9d73e50287a3dabe81d7d4fce2b261f1e/PySide2-0.0.0a1-5.11.0-cp35.cp36.cp37-abi3-macosx_10_11_intel.whl#sha256=f601577f8a72207111358640b6521bd2441ec718507073986cfe60b03824578f (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/3e/be/ec1677b9884189c67a85f5ed83a362f007ee4ceec385d836eaa61d577368/PySide2-0.0.0a1-5.11.0-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=11c41388236606de80b147782af211634754efdba27c661504214a56f7c7d8cc (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/08/5b/70a29b4a34e71585860332a72e10d752e3ac12ca7b346aff23f40256c99f/PySide2-0.0.0a1-5.11.0-cp35.cp36.cp37-none-win32.whl#sha256=446b532d38530b57e06b027ce666d8be99309d75ada4f4b4542161ff3d42f1c1 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/84/91/e7f985335dbb954f59798e0b402b933ee59e25f551adc012efde7358932a/PySide2-0.0.0a1-5.11.0-cp35.cp36.cp37-none-win_amd64.whl#sha256=36c8f617dab014875bb11e66921f906654671403bb23838887407f84592bd6c3 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_11_intel: https://files.pythonhosted.org/packages/52/05/3e6fb79c2a947394c3f0af231e54ab57c812cf0514d0c52ed31d137c985f/PySide2-5.11.0-5.11.0-cp27-cp27m-macosx_10_11_intel.whl#sha256=734ee2ea12c6e4b0bf4c4367868adf7eebecec8ae149d0d463417a9ab1f31199 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/16/c0/8aaedde4c1a261a7da9d81f0b42acd712c7d1d8fad2ac0882a0461216a75/PySide2-5.11.0-5.11.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=c29263dfba6227fca9952b79978343b566c79925597c2a8498b1e8f5f87c3eb5 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_11_intel, cp36-abi3-macosx_10_11_intel: https://files.pythonhosted.org/packages/cf/6b/fd9f375bcbe76df0e85729956c3ce3a299b38efbd9d61c6bd58fe5c9bf9e/PySide2-5.11.0-5.11.0-cp35.cp36-abi3-macosx_10_11_intel.whl#sha256=1d600d41fff235c62765af39f0cea257ce8e1d7870abc66075a385c9d8c62c54 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/46/80/545b4f594c08314c2758562451d047289130fd01a2708d9276e8fa25c370/PySide2-5.11.0-5.11.0-cp35.cp36-abi3-manylinux1_x86_64.whl#sha256=5c80a19762ba534b402662be4b9fcf0c75cd0aac5f2eedad1867380d49c27ae8 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32: https://files.pythonhosted.org/packages/c7/01/7dc48856cc352888e46d7495bdc5e4c028a11203902605a6afb5dad940cd/PySide2-5.11.0-5.11.0-cp35.cp36-none-win32.whl#sha256=cd1bf8f0793aac63f5ff8320629ada906aeb260300f1fea1ed693093cd934108 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64: https://files.pythonhosted.org/packages/fe/4e/06a26bb928fabb6374d85532c8bdeee1c17a64e683f5104d9698fa84c98e/PySide2-5.11.0-5.11.0-cp35.cp36-none-win_amd64.whl#sha256=b36d876339a9ecc1d6faa1f40dd5e53da2deb5495ac5ec10ee81529280bef096 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_11_intel: https://files.pythonhosted.org/packages/dd/59/1354bb17854d98dec10bb9f68fa8cf9ee951a889e859348a379ac87b6014/PySide2-5.11.1-5.11.1-cp27-cp27m-macosx_10_11_intel.whl#sha256=729d36501166ad7a2129291b4a929e9e0eb3a60f338fb7c7b689ea91559b6235 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/bf/db/0c79d0ce1c81fc3843e5ddeadd8d803156e0f52d5ead4cc2dc658bf9ac99/PySide2-5.11.1-5.11.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=c3c3adec613acb187f2bb1ee91858c7b1a6048289958e657088e35d51c8f55b0 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_11_intel, cp36-abi3-macosx_10_11_intel, cp37-abi3-macosx_10_11_intel: https://files.pythonhosted.org/packages/bc/bf/8beb2b50035b8718090c432d3c98b5e9ced407f7ca8853fe9a926f4f6230/PySide2-5.11.1-5.11.1-cp35.cp36.cp37-abi3-macosx_10_11_intel.whl#sha256=41669d9b0326683144ff1b50893b57157b8fa9b53e0abef8034954e54cdca6d6 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/2b/cc/7aac6eae6ae145a4ef6b560c710a209c24457d857b63ca4a9d532c67e589/PySide2-5.11.1-5.11.1-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=d5e29aeef62e36fb0268a0567c39c4530b6c03466c9fd19492297245d74834d5 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/34/f0/310bb65a13e9ec89e8cafa534c54fabdeea69e7e9355acee820c047dc531/PySide2-5.11.1-5.11.1-cp35.cp36.cp37-none-win32.whl#sha256=09914eadc2e4f8834aa1937ed1abb58aeac6c7338be8ee7fafb180e19a6ef5ff (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/75/e1/9158083203ddf0b21d56eae07ae4931d4714d16beba8c869f7a3c0e5b152/PySide2-5.11.1-5.11.1-cp35.cp36.cp37-none-win_amd64.whl#sha256=dfcc4ccbf77429e7a831bd5ced06e35e046d9007694533a0f38f96f06449787d (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_11_intel: https://files.pythonhosted.org/packages/0d/76/6708121f93a124c800bfbb6cff9dd0ab9c370038055d8d192cf21f3f7bcf/PySide2-5.11.2-5.11.2-cp27-cp27m-macosx_10_11_intel.whl#sha256=8af8d62e8b63c61002e599a86799d2611b6fbef06ee82fd05b48d4ec591eae32 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/04/67/7ab208be3d72d7cecaadf4bbfd6ee0272e1e99c45d9f367e5db034b1f6ca/PySide2-5.11.2-5.11.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=018d125e70f0a4dec9eddb6d6d1d9be36f1f10bf31067a9d4d2035e29f553114 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_11_intel, cp36-abi3-macosx_10_11_intel, cp37-abi3-macosx_10_11_intel: https://files.pythonhosted.org/packages/a8/08/14aa1825c648ef192a28e38be39f46ffa90243c7c48a9538c756f4fad407/PySide2-5.11.2-5.11.2-cp35.cp36.cp37-abi3-macosx_10_11_intel.whl#sha256=79de3b8bad38f3371829165517fe265d02103b5fd9ff0980000dc45471dffc60 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/3d/21/c903d1d68882d9c813f4b291f04849281f2b42550c0fca88ff5dc9d9427c/PySide2-5.11.2-5.11.2-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=425f7dcae672db15470df994295710588bf6bd2cc9937e003b5b2ea21a0f69d5 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/a6/ea/7f5b715e446f8318e1fa5837a436588822e7e38cc958e8c78aca35a75314/PySide2-5.11.2-5.11.2-cp35.cp36.cp37-none-win32.whl#sha256=df468f4592c1b64656ee382ee7e8b735dbe0e62fe470a5243fe36f0dc43f2d8e (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/10/ba/7448ec862655c356ade22351ed46c9260773186c37ba0d8ceea1ef8c7515/PySide2-5.11.2-5.11.2-cp35.cp36.cp37-none-win_amd64.whl#sha256=4bf50474c144d18f3c37e2cd0a73647b2133e431bf2416f52ac974cad7118b56 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/0a/e2/a07eb569a9e8f93100b8c889c31724638e3a9a49072a0b118afcbd00c292/PySide2-5.12.0-5.12.0-cp27-cp27m-macosx_10_12_intel.whl#sha256=764f610693829fa315eaea1e0316faf138f43b9501f7fa1826e99be344f84f25 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/9c/4e/56868d88362f63fba524abc0e000053334cadea2cebc946ea104a9c938a4/PySide2-5.12.0-5.12.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=aca1358217be52d003f1268c767a06ffe574a1715960ba6a10beda5c39acd34e (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/ae/7d/60a814f7b2405601eeced7314cca31ec9aeca1ede9a7e18e663e579b40d5/PySide2-5.12.0-5.12.0-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=28c84514f4da903d00c59026c4d932b18ba5346b77959e5b23a36e68ed116e07 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/96/69/32a66cdd0217335f27be7cda9da312cdca407d9f591868c3e769f7f27596/PySide2-5.12.0-5.12.0-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=e5fcd43289f43b0baaf2ff3629fea01e669b0f7e01264222ae963bda8e3e42f7 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/fc/9f/39f6c43360ec6e7b25fc522df4abb7982bc51e8148ce6f5aee76fd2a337b/PySide2-5.12.0-5.12.0-cp35.cp36.cp37-none-win32.whl#sha256=6630b1580fce924b953c8a8bed2e18a74d52b82cc8850ffdb9265b3977ac1c3d (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/ca/8b/e2b8ea219ee54b80ce04e9012a4f97d9dd66f87c7d6153de32618ef546cd/PySide2-5.12.0-5.12.0-cp35.cp36.cp37-none-win_amd64.whl#sha256=7f8064c9e443d9fa817e1d939c67c698d5039c5154d06df2bc5bea1ee08614ae (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/b1/58/a2856340bc4c880bf78647d0fda1c0a9071648ea6374971f52d595aba7d4/PySide2-5.12.0-5.12.0_1-cp27-cp27m-macosx_10_12_intel.whl#sha256=386a000ba2ed848b654365bd32b592ba37448778a30b264e566b69803982ac5c (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/41/1d/b28d7464fd06b5c9591b31a900bf0494432b7795e0db14dcc058a8a4a720/PySide2-5.12.0-5.12.0_1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=e0e3a2464a0e0a2295a9f8c5410a0854efa5527ad539586268a88247e36f5052 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/42/53/8364428b89769890a6d3b655fc91af93ff3e37945873f47e49bb8ad44402/PySide2-5.12.0-5.12.0_1-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=fbc1782be7d86527c63404f198999db8663e9d09c07b0f2838d5459170f8ebb1 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/dc/b6/2b4049bffe8e862844702fa0fba8891e5735bafdae7003c8eaa5ba146cf8/PySide2-5.12.0-5.12.0_1-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=a27d272e3ac8d41f6c9615c36de8b64cb431e4e50c9245d0896e6953ab09e409 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/c3/b5/15efbb6e1d64a6c6d1b074a8747803f068ae4f3ba6e9adac30d423c39afc/PySide2-5.12.0-5.12.0_1-cp35.cp36.cp37-none-win32.whl#sha256=cdfcba0e60299053372c2e5dbcddbc50c1ebcd52b34add18d62a309717a27ff5 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/8d/20/6793d044070a86025f920c63a3e302d09370174e8a982512542cef6797b9/PySide2-5.12.0-5.12.0_1-cp35.cp36.cp37-none-win_amd64.whl#sha256=d65fc166bb883e98a07da81f4d4344a3ece32bf67ac45c9d6d367a30e3215369 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/fa/97/24a868f1b0bd9993511b10ae89fb8524d714c92d786132d28845028d911e/PySide2-5.12.1-5.12.1-cp27-cp27m-macosx_10_12_intel.whl#sha256=4d948c441d609868b77bdd8cdab7ac6e595a6f15ca82dde3fd700f73445da821 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/20/72/bb42abdb9e65258f30e9cf7d01a0e4069043632abc6ac39f5c43081faf8e/PySide2-5.12.1-5.12.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=31ca082427d2104b9ab61520c0a1435ce23073e54734f3bd671b37be471da9c1 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/62/42/16ea9225f6d334ea8c3b79153415e142d010c97f5659fcac01046984927d/PySide2-5.12.1-5.12.1-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=171d0e43bb241a12c98ab7ae46706af8e7929c973225d1c9abaf18a73dc3dbf0 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/67/16/e312e5d60f677ba69aabd30bac9e20e2136797c1a9d4e26fcd6524ba672b/PySide2-5.12.1-5.12.1-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=dba738ae3cbe7f90360e0729832d741c6f74698da44614b18d44393f72745022 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/a3/7b/7a1bda4b811bce495caaff55cc6f4de592948828df57bb6aa32b55bedfcf/PySide2-5.12.1-5.12.1-cp35.cp36.cp37-none-win32.whl#sha256=4f7518cfa049272ce64e43ce06cf151bdd648c6884272d480ee4b188dbffc7f2 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/d3/75/cd235f43483abfebfaff2fc30c2a9ef6eecfc73eca364704d7a2809702a6/PySide2-5.12.1-5.12.1-cp35.cp36.cp37-none-win_amd64.whl#sha256=d5e39cc5868e0b1415846df185a22940219bf1a5ec38a7d9be6c0cd15f413336 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/2b/e0/5ec2b2acce0b1d9cc626c37d3a420321a03acf3ab9a020c107f0f2946bbb/PySide2-5.12.1-5.12.1_1-cp27-cp27m-macosx_10_12_intel.whl#sha256=379bb7125c5b6fd13f2992ba52f44015f8936e52ce38288c599bfcb8d66a963e (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/54/24/4413ccb9cd5a4d4b370382c3009d606fdaa53aef96d8ff4c718f4db97e5b/PySide2-5.12.1-5.12.1_1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=006ac882190cb2cb8b6d1db521196710e18e4fbfffcb54e7fe4e7878b89e5644 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/bf/e9/eb1dd688d59535d87646939970989a14d9c432f77fda4e4866e0f7e95d1a/PySide2-5.12.1-5.12.1_1-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=f1b054ae5870cb3a9aec08d8eb0ff193d2a29dde0f40b947a9807bd64db647a7 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/9a/86/49a66303c07b22a6244a968b560d4d38bc4a151db5d15f278c7e765639e0/PySide2-5.12.1-5.12.1_1-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=99eb0afcaed70bf55582ae93b663e1c32aa76e5eeae98a3bba36b6a16319bf81 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/e8/55/2ca8d420d1df22ce6bb4b8e94819f40e383ca54ccaf74caa993cbb176fe1/PySide2-5.12.1-5.12.1_1-cp35.cp36.cp37-none-win32.whl#sha256=9d17a32dab00851743363fc6bde1cbb4f5f979f321a4467321c70d836ae423f3 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/f3/41/fd0195fcda15d4e5b1affbd266db1a39d34b41a3c1c60bd2ac2af9e46697/PySide2-5.12.1-5.12.1_1-cp35.cp36.cp37-none-win_amd64.whl#sha256=76ce97419813fcd949c841542817ba2f1e69f115b682ee9e3a07a82b784f8130 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/62/f0/41765716d5c28f0db71a8c4dfc37896849bfa59c7b69c747ab8e5850b0a8/PySide2-5.12.2-5.12.2-cp27-cp27m-macosx_10_12_intel.whl#sha256=0ba1ed679ef6362223136d0361f5f2b356a88001accb5a3dac6f72f1ac5e5624 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/c8/25/f8f88f842d0a1a7de640ecb65ae26e0527a642c9ffdce16c63eb38fc61b4/PySide2-5.12.2-5.12.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=b3cdb4e65674cdafd74222501ddfd0d831526e247f85231aa4ed43bdfb27aeca (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/2a/e2/2dc134a5c475f661d5ff2ab587fbd2c285db3d064e03ac9b4a2ee0958400/PySide2-5.12.2-5.12.2-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=70c260bf7bff78091665cbb4230b87441eda1ae0cc7dcb3fe961b1b64538ad6f (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/fa/dd/5dd6e45a96c0a5ce1a4a3d29c087f5647e72ef4210c6a6f378ebe235d373/PySide2-5.12.2-5.12.2-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=97f919733e060c5a1f2dd6af8cb542272eb1e32af6a81f1639b2b8960baafc31 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/0a/30/8bf950531b522f4cf186c494ae3ea5e51811f45f29e132bcfee69a0901ce/PySide2-5.12.2-5.12.2-cp35.cp36.cp37-none-win32.whl#sha256=11d5064162d41bd59176ae9ddb3e4bfb48f236aea1ba8fe4b6185735e019869e (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/9a/6c/24a2b700e1b9fa63dd3f778717056e48731e1e472562be13300f1c34397d/PySide2-5.12.2-5.12.2-cp35.cp36.cp37-none-win_amd64.whl#sha256=0b639055ed1d322142e3ce0a6ccad34e861a7166b61d3b37182193984b316a0e (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/cf/6d/28be9f8275863d63f23caf64e9c8e93e3881d28be166f02c2e8aa59785e2/PySide2-5.12.3-5.12.3-cp27-cp27m-macosx_10_12_intel.whl#sha256=8ddcf50fee00cb24f8760423725e8d0ba2a6e405e48fb3112b2d22b0864bb56a (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/2c/cf/c3cb6c7839df9c48226d709f93192e9fa71bcd39276df1d7be34db54f8fd/PySide2-5.12.3-5.12.3-cp27-cp27mu-manylinux1_x86_64.whl#sha256=565ec327615253901ffa25edcaa5039b1f854a0d782aad775c3cb62575fedb28 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/ea/db/738a2799a454139b507483e3a0c2df1c80a7523b3be8050f125148b86b21/PySide2-5.12.3-5.12.3-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=6eb9e6763357dd05de87bf6ac79a8fcfb3164315e3c3004604a793db4fe1a075 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/b4/91/bbb456684bfd90cd515b5a7fe337e0a7146f6dab49d3fcf63ff9a257e095/PySide2-5.12.3-5.12.3-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=4a96d35959f6b1ec6585b55daa5cd1ff9a25f8479acdff9ca81702467b304e59 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/7c/93/6b9583a6abc6cba4afc8fa658b10e5bfd2033abe64d497928c3da3102339/PySide2-5.12.3-5.12.3-cp35.cp36.cp37-none-win32.whl#sha256=485bea45a860df5eb13714c84f13b0b40bc68c4f799f6f941a144dd8e25aa7ad (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/e3/01/022bd285e7a6a8cb8cbf21d2ff9b20d549671c929cef83ac7cce8d5497b2/PySide2-5.12.3-5.12.3-cp35.cp36.cp37-none-win_amd64.whl#sha256=813ba1decc908018c8dc4223c24a0ea3b5ead8c3a3347eb69633af327e449dea (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/41/f9/4840bfd902df56a469a011815d90c08f9f1739e6df09ed7fcf3e1fcd25e0/PySide2-5.12.4-5.12.4-cp27-cp27m-macosx_10_12_intel.whl#sha256=a538999a03ae3fbb6da22ddd48476ac8ea7011ba753d23f69bd6025109b06bff (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/2c/89/f90563ee130f762b8535fc60821e5990ea3d1d265302eb449671f8566816/PySide2-5.12.4-5.12.4-cp27-cp27mu-manylinux1_x86_64.whl#sha256=55527f92e716b81685277e4a121f02acf04b017e881febc691b1dca3c180c855 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/72/16/b021364fb9344fa86033f33525ef9ae69a9ca2dcb4fbaaa1585663e63a86/PySide2-5.12.4-5.12.4-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=98fe8376321a92eb512f22d724aa701940a7d8611bee9223c34fccf9a74c8797 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/18/7e/c3a1f1d3ce8e89c43e62db39ac573f8a02a16654d08b04d0b64365eb26c7/PySide2-5.12.4-5.12.4-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=68fd4db4c10b559e0fb17de0005ba6638c351724497f15aa5988638deae5d600 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/4e/fa/1f64f2e2b37938dde0c349fae955b70a47b7839932d1b9700e368485275a/PySide2-5.12.4-5.12.4-cp35.cp36.cp37-none-win32.whl#sha256=348d9e691698eb1c42264263edd221ce284f009a76cf05cd253939e67c3fae7c (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/3b/70/800a89bbab9c83880ec770a533c0d9c1224c634afc8a68ce6652f67a0a91/PySide2-5.12.4-5.12.4-cp35.cp36.cp37-none-win_amd64.whl#sha256=8080373528d28ef925e7f3f69bca4e54d24cb578135cbcd3fc66cc7956584e4f (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/09/04/1e809276e522f1b1c3c21f319eb1ab2442178d2a150a40475f7b2eb4400b/PySide2-5.12.5-5.12.5-cp27-cp27m-macosx_10_12_intel.whl#sha256=070a733fb601754345cee9f36e00750d325939ab6ef4c8cdcad60c37831f9659 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/71/35/f0795f95566a6e663536afbb873d20bc9da0f19281378cfbc5691434666d/PySide2-5.12.5-5.12.5-cp27-cp27mu-manylinux1_x86_64.whl#sha256=e7deeba53baa2225a0572bc33c300a383a285751b3eedf38bd86a37d950827bc (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/ab/55/bdd0e21fb99683037565e6792c5277b5c6c4262ca866f220bdc5857a094f/PySide2-5.12.5-5.12.5-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=1e12cc937c107a35022e6a6329d5067d14dccfbc502fef2f84eb45af39e01d5f (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/08/00/344fd8f069efeb7b6b9cf5477a54c1ca2caa56aa9577aba0a100c4084a5e/PySide2-5.12.5-5.12.5-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=15046ae8caf3b3268d69ed77f9e1d07b25e98f07cae2d80cd35ed9cf66382e78 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/03/aa/83fa4b174a835cbdef24fb2ebd414edb28b4176efaa65c0e5827562723e2/PySide2-5.12.5-5.12.5-cp35.cp36.cp37-none-win32.whl#sha256=b76575a35c86f99037869089035a01815c414fe10d014426d89fe6a7b78b7e18 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/06/48/27dcd3992b64a4fbe1fffe144c1cb016d3cf3ae6b53b979a9d24747b4654/PySide2-5.12.5-5.12.5-cp35.cp36.cp37-none-win_amd64.whl#sha256=7c96dfb9b72592d5bc8b23cea8c40dd9e58dcd53343c3a096af5d088757cd685 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/c7/e3/fddf6a441a720537398f0af32052d45025b60288b272056c6e7494ecda13/PySide2-5.12.6-5.12.6-cp27-cp27m-macosx_10_12_intel.whl#sha256=6c977a95d1fd81b8d74886e618c491a2986a56f6626829f75250309fda5e8851 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/c4/85/0ff3a5151456565e582bc07b31e066cf172cd3817c61df33d4e67df2a7b5/PySide2-5.12.6-5.12.6-cp27-cp27mu-manylinux1_x86_64.whl#sha256=eb58f34496cbe80acfdedd003fd19a490a23efbc9b64724819dd5451e64d1f60 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/53/de/d61bb1baf3931a51cee12032638b758b81e7e9e6f290bd4d58eb45c9b1e4/PySide2-5.12.6-5.12.6-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=3ff8a81b4a85ed7c3bd75aca8c5537aa1cbc1ca635a6e03871ad892df7d1247d (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/57/36/d42cfae12a1ae9184c8669c8268432ba0a2ba6dba865939bc773ca212b35/PySide2-5.12.6-5.12.6-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=848534df10608599932ad2b69cdd76f427886f4116a69297ec5c9c841ed9f7b7 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/e6/47/8790f74e4c3331042766e3d705924f1b800951d6473f2ba8fdf2cb6ca99a/PySide2-5.12.6-5.12.6-cp35.cp36.cp37-none-win32.whl#sha256=d6879be6fecb803913e8db822056ef2f8952ea243e2c60715371ec176f25b121 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/be/6a/8f48c40760473befdb9db61948cee4c79e71cd9f9c9d3b3723586b7f792b/PySide2-5.12.6-5.12.6-cp35.cp36.cp37-none-win_amd64.whl#sha256=753840032c14828deac0caccaeee9dc653d2ba674a4ee6d69e6a00b987a5356d (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/7a/fa/cf5bd0337e4fc947f942395330238b76193f9c1e18e6fe55a1276b97b5aa/PySide2-5.13.0-5.13.0-cp27-cp27m-macosx_10_12_intel.whl#sha256=a2a69bad97bb35d9e5b7bb27c4a762dc9fe69e2bc7a81076498c47b7947666a6 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/c3/f4/6cffee0c1275b763ca81f7abd5a82928d8f40022a414bb67ca08ca26dab9/PySide2-5.13.0-5.13.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=14c237b0ee652d49a21fb6a4bcf09ae4f225c7bbaeface758883abd6fdff7d25 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/49/d2/cf3822831341101463178f76685c1e10fae3c3d7c8edf1ca8b2c0d2c5992/PySide2-5.13.0-5.13.0-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=206601a5c9a1de4e8a9a9e4937345197dca34cf075f327fefa6d3a39c3068ab0 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/3d/a1/9300c616621ba1d1a3426d98b59cd5403045eafaa0263e68e7d4d48a49e4/PySide2-5.13.0-5.13.0-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=da6933393808e28437ac93459f883f15299118c58f40260bcdecf8e2eceeaccd (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/3e/e2/46b8c92ea03c9e85e874b1667a7749f9b2fafea9917deb91fccae68e5069/PySide2-5.13.0-5.13.0-cp35.cp36.cp37-none-win32.whl#sha256=11a3646a16e5fdfd67b3f08d097bef7c93fc523da313453bd6839b8d4cce85d7 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/33/98/81483a88ce42b52c70a3f6dc6228f058eca66a03ceca799dc9f813845918/PySide2-5.13.0-5.13.0-cp35.cp36.cp37-none-win_amd64.whl#sha256=d8291705f7c2de7fd3eeef0619996b8cd20156eb7be103c3cb5d33aedc80fce3 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/a1/c0/5d9ef519360a683ab9fe8432c6d7c7587da32e4e3c0bbc9b7e5856e6529c/PySide2-5.13.1-5.13.1-cp27-cp27m-macosx_10_12_intel.whl#sha256=8707fac6088dbf3c7262871a8fb5bf9276500f53ef67438b16c096cd510ce2e5 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/c9/1d/43544da12d254e2435a39754f034fc8f72b238adf7700df3c8a3bbcdaa72/PySide2-5.13.1-5.13.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=e7aa2b4aa5f47c0f26c8907a4f308bca54ad8239bcabca904906b8f4a54e596e (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/ce/95/4a14e67988d833f4189eb6e5324ab54f9e9e60ac72684bc60c7c33acc3ae/PySide2-5.13.1-5.13.1-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=5c52c9e1916248c16c12ae925f167e6ca2580c514c0d46fca0933df6a371d204 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/1d/8d/591940218c923d87f48ad92d079731a373d84dcf240eb9458e3566edbf5c/PySide2-5.13.1-5.13.1-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=433d8f0251ce3d7200ad5279b378165ad6babb1f10588ce7aae9df86c1e100d1 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/51/ab/e3c66141d629a61cf1c31391517cca46490a8ddec3df76939988713ea85e/PySide2-5.13.1-5.13.1-cp35.cp36.cp37-none-win32.whl#sha256=02986ba0215691980d7b126049c9aa392ffa5174079113bc5e62684bde625cb6 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/02/06/538b06f93588d024cf82d15a17854fcfee7133c67eb6e6031790d0092f84/PySide2-5.13.1-5.13.1-cp35.cp36.cp37-none-win_amd64.whl#sha256=8d185ba5d84a885eb9aacf25cee4efe1f8e4abff63afb6bc10e7176e475db59e (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/40/59/e23366fd3bda219317eb3964512f33a0073ccf2691baefe789d640ce9c43/PySide2-5.13.2-5.13.2-cp27-cp27m-macosx_10_12_intel.whl#sha256=ede8ed6e7021232184829d16614eb153f188ea250862304eac35e04b2bd0120c (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/a4/13/e72b37720c11d257bb5ce46343401069ebae913abfad528100579b3a9fff/PySide2-5.13.2-5.13.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=63cc845434388b398b79b65f7b5312b9b5348fbc772d84092c9245efbf341197 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/13/0b/37cf970e9d3f30356448ba120c7d92fa9b5aceea92171fd415f67db9c5fb/PySide2-5.13.2-5.13.2-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=ed6d22c7a3a99f480d4c9348bcced97ef7bc0c9d353ad3665ae705e8eb61feb5 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/ea/58/e5a1aa7417f87987f03f02c0d0ce4bb1112ae9981667107ee9a1560f3607/PySide2-5.13.2-5.13.2-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=7c57fe60ed57a3a8b95d9163abca9caa803a1470f29b40bff8ef4103b97a96c8 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/e5/50/9c0e6a75bc94cead57e2bf79ccdb1ccc94f43734fdf9bc71751cc2558ff3/PySide2-5.13.2-5.13.2-cp35.cp36.cp37-none-win32.whl#sha256=7c61a6883f3474939097b9dabc80f028887046be003ce416da1b3565a08d1f92 (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/e9/0c/9574f74fa125bacb101dfda825f944b567f838d48e56cf7ee02c7fe94e87/PySide2-5.13.2-5.13.2-cp35.cp36.cp37-none-win_amd64.whl#sha256=589b90944c24046d31bf76694590a600d59d20130015086491b793a81753629a (from https://pypi.org/simple/pyside2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/05/a4/a7e7f6a92ccc343e4cb0c37f42bbf29a3b4ba226d3a20ee9be30f0ceb364/PySide2-5.14.0-5.14.0-cp27-cp27m-macosx_10_13_intel.whl#sha256=11bba54a62bcd9d7879d3e74cc54c0054c8c6dcdf011ecee9b47c5229cbd7af9 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/09/98/d2fd47eb4426eb38a2dff5b6592a18653360bed6f0b8d616b14ff17e8338/PySide2-5.14.0-5.14.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=c9f59e8c49a9a3b0cca04d8468becd8a562eb9ad0ac1d4d9a8622d2dfa3ce4c9 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/d1/e2/3f741bb95400add6e3c6cdbfa499337ce7a3c0a42c17d8de67c092c3fa34/PySide2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=578b727a5a254cfd509ea2f1fa31779f217a2a1d765c770727662dac950d60eb (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/74/f7/738a55a81eebb854c263622822e551bcff4276b96b5a8eadfed12500ee46/PySide2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=ce43f98333443242cd3fe976d72fcb3acf6bb7fa40dd5949e59947a501d5dd72 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/a4/d8/a431a57c881ee6e91973c360cd3f3fb64c566851df086ba0322c90229089/PySide2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-none-win32.whl#sha256=77474e11c0bb3efa2d7e8506fe0f36049585ba911b8242e070b5f8978e5ba6f7 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.14.0
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/18/84/f83991e290b31ac17e71704ab9f584c5118b5b083c54900de2ef15d1ab4f/PySide2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=72feeb655958791383085bcb3154f6b3e193c1d66b6aa771c4244a6cafd62b7e (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/19/ee/804b77dfe274b34a22c1e6934b6c79008318eadc0292af77662ca1e32ea8/PySide2-5.14.1-5.14.1-cp27-cp27m-macosx_10_13_intel.whl#sha256=36cfcbcab02b580d51c710b3014ee91e5b88f518e296b9a3784f331525450cac (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/c7/0c/6d3d9ed8723627b15da236735cfd40fc6aa5fd4ec446c0f83b4d36db54dc/PySide2-5.14.1-5.14.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=a6e6f7862c3232c755285eb8b2769f34ebdd678576a63ad3a63f52e60af67147 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/83/93/102d20680b5110cec805fbc34ad53ee49e325b4a8f10cad6f447c10af709/PySide2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=e2f5d41b8b306ab42d90c430f731eaf1f5de85beb8483ca84bc29f33620dcbb0 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/d3/ea/4699f9a83069751b98b038733b3123f5774da939ebba29a601964280a756/PySide2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=5b0cf7f0a9cb8fb11881b8615c7d979f5d02bdab6c3f428bf40956537c87071c (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/ba/fc/33fa1c215155ba635f39c21fc42125ab6ff10616d87901bb936f6d1178b1/PySide2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-none-win32.whl#sha256=e1a03c1f98665b513f5b339d19dbe5e3b9df441e89adf52871f2fd708b9fee08 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.14.1
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/a0/d3/5e8811ddc6c0e794c26c87eb9c32e66930a46d6b19e61cbce79e5c5f6865/PySide2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=a9918f00ad7dbe96342dd82de503e927006f3049c76fb708a0e9106b62fa26b2 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/58/66/819aefc4d0f35ff4d792f91d79ea27e33974396c6b6cff7a3f0cf86a7972/PySide2-5.14.2-5.14.2-cp27-cp27m-macosx_10_13_intel.whl#sha256=a7c5c94f925186f7cee5755477662cac40f59a27c2f9d6163c5ab4f89b1fa56a (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/6a/ea/131de75c74860ca243c45364a70b5eba842c1b2deca603ffbcbc1bf0dc1b/PySide2-5.14.2-5.14.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=80efed294ad4f7a5fa2c7d2707ce25d5afb60269825dce21034937056edb1754 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/3c/ed/770c9e1c274713a485aea00000119fe5ab6c5c456c8daf7ddb98e6fcb5be/PySide2-5.14.2-5.14.2-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=d2ada2f2236a7f1393a4e6657c4421cd99411cb99739d80dd1522e861ac1308a (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/a2/09/e442b3e8854d134e669c6d42cf2b0a277751391989da8765d1806648e641/PySide2-5.14.2-5.14.2-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=692fc35171ef3b58226f5ba7bc75a00b641709f94e39b98ce22f3705d478372b (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/80/90/fc53e95b79f014af2b8799a4156e55a034224c878e666aea0dade1083e7f/PySide2-5.14.2-5.14.2-cp35.cp36.cp37.cp38-none-win32.whl#sha256=307e58c1f327c9215d276fc7d312b3c537c72446af06230b4f130c2cc6980735 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.14.2
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/6f/d4/e64de2cbfa3ca773c5f17cd935a07db756a55d0206954de93e5166cc0bdc/PySide2-5.14.2-5.14.2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=dc43c593800ba67d8081eb26deef83c893dd7b52680bfd5193e76e3efaf4f186 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/06/a9/a36f94c38414adfca653f4aa7436e3e94aaa6ab33e82b0cec8cc49f33628/PySide2-5.14.2.1-5.14.2-cp27-cp27m-macosx_10_13_intel.whl#sha256=71d0416e69f0ac4d5d0f9892c819b2896a4e821bc83b29932769060119f3292c (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/ae/ce/6cbdb6c7e90b56e19f6300db596b5da1cf2bb8863742d0b1e3630441b70a/PySide2-5.14.2.1-5.14.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=7d5054009ced176cf78d71d2787bdcd676bc990004bec0e7079f7bdfe7edffe5 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/04/ed/e666599c66e1c2e8c10f8a753576b75dbae034f9721e9eedcd1c5310daae/PySide2-5.14.2.1-5.14.2-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=a6390619b9c8713ba190dd3fa116a2d9f63597cb0f902fbf31b2657023936a3a (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/ef/87/c1aa1e6c663bdd0fccc593875102738a493da6b2cf971e769509c5d4f9ba/PySide2-5.14.2.1-5.14.2-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=174e1863ae3526bae8ae946b24cccb472dffd7e643bc47ae4d2de39cac583a9c (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/4c/72/9e57df4d0aaeaeb2654be5e86d234f920f71daad4f350c7652d570aeb162/PySide2-5.14.2.1-5.14.2-cp35.cp36.cp37.cp38-none-win32.whl#sha256=e21058fcd8d2cb9871fc61f9d35ed15f0e0c4718c5d463a2e37be1d67b8c40b4 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.14.2.1
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/7f/73/ac2030691e2f42c23034811e031ce16a7f38a055a7a201237007a7ba5b87/PySide2-5.14.2.1-5.14.2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=93c19beef80ef54392e6cd0de937be4e1603560229eb38738c8b50bbb8da90f7 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/ce/52/27783b0e4ebd3ee1a6441dd39e7a3ba81a8fa97ce58259c22e68e428a5d0/PySide2-5.14.2.2-5.14.2-cp27-cp27m-macosx_10_13_intel.whl#sha256=2b5f3e8bf1fff9b2308cad8770979489dd62f8f93c229ce8559b9aa5c71ef221 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/fb/fa/b57d3e3a434873134657559d28b6402f16fb708d80fe1b9ba7009dab7d46/PySide2-5.14.2.2-5.14.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=b4d114ad9f489acdcae5ca129dd7070775533426b472e6ae9702a19f89c3b06d (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/6f/b3/7ff3ee7050f13a4a7193ed3e01cd95252d92cae5f59904e9f8c03f4993ea/PySide2-5.14.2.2-5.14.2-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=3c024c865d12a02924c19d77e2b1fdc230e918855f38ad9c1f6ad1768b8e653c (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/17/f4/043dff47ee765320446225bc1fc06aa19b9cc6654bbd08258f33c5cdea18/PySide2-5.14.2.2-5.14.2-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=96b84ac26e2582675815702f566ce5f57e3ab9d7a9735de22dfbca94cd6807a8 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/42/e1/8ff3c1150bf8e59b88e88ca6ee00135b9b1c192a76335c293b97e565ac43/PySide2-5.14.2.2-5.14.2-cp35.cp36.cp37.cp38-none-win32.whl#sha256=05bb075d214919706b81b8f9df1e2841fa685c0d946e7262a6d481cad631f0f5 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.14.2.2
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/66/76/73ad108b165cbac4cc37dd7caa68b04a51dbc09554fa909564d27babc4ed/PySide2-5.14.2.2-5.14.2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=fd5bce5e5461c4ef1288b551de31a991e7dea6e2e787c23158b8c2f1609e85fe (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/7f/4d/df80aa4a84d17e0b64d708fb7bc9f03792199607cf7f3ac585ccd472e0ec/PySide2-5.14.2.3-5.14.2-cp27-cp27m-macosx_10_13_intel.whl#sha256=9c756537f5fb6652854a28a4536da1b6ef321cbceb739cf005e768613914cd19 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/2c/48/8768784007d14da7d60cc740d08a9ef7ebf74ece1d73c91542b8b12cf521/PySide2-5.14.2.3-5.14.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=fe9d4b405ee9cfe14cb79387dea42a1985e1e2b958d6ef8870388093ad928d09 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/87/db/0323b0afac3a8570c40cbe33d8d1cb026b34174d8b4372c3b4bc718086b2/PySide2-5.14.2.3-5.14.2-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=1b9ee82f72f672395eefd11493322ac890333ee658a732cb637c47fb3821d504 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/76/67/1a9667e7aa16fffaadd224b9a3d5504b634a928085a4b7728d95e0c67d6d/PySide2-5.14.2.3-5.14.2-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=738b9e73f82949f8c3a77349fd70f57e4d2f36e8912d7f6e4c78ae23af338e5a (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/b0/b6/ffea26df82b1c762686b95173efb1f3b248492c5403286bbe167be1fc874/PySide2-5.14.2.3-5.14.2-cp35.cp36.cp37.cp38-none-win32.whl#sha256=28d0ebd973c62042925474f3d889b8819cdbda0261a317a97354bd0f89479c4a (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.14.2.3
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/5a/ee/06999d4139e616548a312f1d210ec0935ee9ab22cbb217f8c8a813dc2bb9/PySide2-5.14.2.3-5.14.2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=f673f8696dbf9cbcbf5eac586411a58c762c40b3645937081d97ffc9f8b46e30 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/3d/59/36acfa5964c2c755d3b9bda199caff61105f7b4e20755d1b7d9bf459a636/PySide2-5.15.0-5.15.0-cp27-cp27m-macosx_10_13_intel.whl#sha256=ae8158d611a410c58091aa8baf24005894b4e3f40c63ff2482149481ad5395b4 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/d7/fd/8123071e83f37dfca90b6a14637bdf06940098eac25ffd854b59408d0d4e/PySide2-5.15.0-5.15.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=de0220cc01a8bfdaa8ccd0fc934a1ead2aedca62b49b5fd4bdcdaba6f4585a03 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/d1/8c/6db38c3e6b61f8b8bbba178dcd35c056f6524133356e199f696e8c4daec5/PySide2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=1478ea8a1ab5d8bc021ce41211933fbc238338fe70c02f7bcc2e80ea900dbf9e (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/24/39/348e72c1607ac12915e1809e9092e09aa239bc48ace41d51253179e635bb/PySide2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=f9099e49fb2d3571f5a81eb9ff281ce832ce8c333052e8175e2356b9c3e4a882 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/3c/aa/5fbffbdecc525cc45e031dfe8e1fdc11aec3a36b6caae7c5c177257d418f/PySide2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl#sha256=7c91a5074f3c60bac7e9336943a1dc9d5c8be8ab88a232dc55018e555dae81b2 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.15.0
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/10/62/d7195a9acbc0d04f6fea4c7c4921fe59448e1d285381695dd4336f97056f/PySide2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=2d72150f63025b9b55097c1a64d09da37ff9191f73f69237500dec7a4a130541 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/92/6f/22934c2cfea96154a53997f29376df37bd1451975b165baba8235d8671a4/PySide2-5.15.0-5.15.0_1-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=7ac86f31bc0a4fbf3f0bf00890e849441776be304c7b8bf259d777a7fe5fe913 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/03/75/b9f2a292cd092bdbc3032f9b68879a7c270e4cdb81dd09904976d89c0296/PySide2-5.15.0-5.15.0_2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=fad5ce781d0774bfad39f54b6c3376909b8d27f2075cbde6f4499df7dbd855f9 (from https://pypi.org/simple/pyside2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
Given no hashes to check 7 links for project 'pyside2': discarding no candidates
Using version 5.15.0 (newest of versions: 5.14.0, 5.14.1, 5.14.2, 5.14.2.1, 5.14.2.2, 5.14.2.3, 5.15.0)
Collecting pyside2
  Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-unpack-25qk69pe
  https://files.pythonhosted.org:443 "GET /packages/3c/aa/5fbffbdecc525cc45e031dfe8e1fdc11aec3a36b6caae7c5c177257d418f/PySide2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl HTTP/1.1" 200 120275074
  Downloading PySide2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl (120.3 MB)
     |████████████████████████████████| 120.3 MB 544 kB/s
  Added pyside2 from https://files.pythonhosted.org/packages/3c/aa/5fbffbdecc525cc45e031dfe8e1fdc11aec3a36b6caae7c5c177257d418f/PySide2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl#sha256=7c91a5074f3c60bac7e9336943a1dc9d5c8be8ab88a232dc55018e555dae81b2 to build tracker 'C:\\Users\\Jesse Maurais\\AppData\\Local\\Temp\\pip-req-tracker-0dj93oux'
  Removed pyside2 from https://files.pythonhosted.org/packages/3c/aa/5fbffbdecc525cc45e031dfe8e1fdc11aec3a36b6caae7c5c177257d418f/PySide2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl#sha256=7c91a5074f3c60bac7e9336943a1dc9d5c8be8ab88a232dc55018e555dae81b2 from build tracker 'C:\\Users\\Jesse Maurais\\AppData\\Local\\Temp\\pip-req-tracker-0dj93oux'
1 location(s) to search for versions of PyQt5-sip:
* https://pypi.org/simple/pyqt5-sip/
Fetching project page and analyzing links: https://pypi.org/simple/pyqt5-sip/
Getting page https://pypi.org/simple/pyqt5-sip/
Found index url https://pypi.org/simple
https://pypi.org:443 "GET /simple/pyqt5-sip/ HTTP/1.1" 200 16170
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/de/91/955b86d008b2aab64e19c98f3d5be0231a1581bd9a1f27cfe90dbb54397b/PyQt5_sip-4.19.11-cp35-cp35m-macosx_10_6_intel.whl#sha256=2eaecec990d509436d739e8c6929ec9f459a62767c84373c8534626bd9ef1f21 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/10/21/8e921c69c8ef303cada3b02054527a13143ade779e1a2797f1390d000070/PyQt5_sip-4.19.11-cp35-cp35m-manylinux1_x86_64.whl#sha256=2ac1e6bf289eac670b22422e1914dcc1d0d549698849d58628eadbb9566c93b0 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win32: https://files.pythonhosted.org/packages/45/02/f433e6c4583f6f1f9fea868297cdfc8f1b554353ca9cd760528301e0e32d/PyQt5_sip-4.19.11-cp35-none-win32.whl#sha256=4c496729e8c97e1b80978e40e743cf44d1f9bf376a6d67a9f99cd132d7b669bf (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64: https://files.pythonhosted.org/packages/9e/2a/c214810e8d415a2e21e081d04440dfcc8a8e63e3fca758ab2d7acd7b4f4c/PyQt5_sip-4.19.11-cp35-none-win_amd64.whl#sha256=96ae71383f3c4d9804f7f009fbcb1b9895580c3083bdcd45ddb6b971ccbc4cc6 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/5a/76/043084f503dce37b1ab3d7de3f28c3e393ace227d074e94941434f797b97/PyQt5_sip-4.19.11-cp36-cp36m-macosx_10_6_intel.whl#sha256=fdcbbbc67e6df2ffdfdff867a8fd489a3946837d263f1473ac09f0ec663cd333 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/c6/b3/04b16d75282a8d8781985dd99955be1eea83f12c48b2605eee3d8a3e97b5/PyQt5_sip-4.19.11-cp36-cp36m-manylinux1_x86_64.whl#sha256=813cf2fd661df1b80842253967ef0faa917bff7ba26548e5d6358ea4713d6f04 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win32: https://files.pythonhosted.org/packages/55/77/cbbb4d5629e52f1dd2c48d7953eefd9989ad78cd1f388c6be5d373e69279/PyQt5_sip-4.19.11-cp36-none-win32.whl#sha256=4d4ea63b1098782bbaa5afe9663ef960a86bfbef0f4d2526326e7d4fe5ac52a4 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win_amd64: https://files.pythonhosted.org/packages/6e/87/463b73ead2913ed24db8e4c0939135129b2f178d875775ee993648d37d8d/PyQt5_sip-4.19.11-cp36-none-win_amd64.whl#sha256=83daacee8f251977878e836a7d068fd4845c5edddf6b11f6d56816925390c772 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/fc/b6/9be369d50563bb970ba5d62f7b8acf5a6aa73e45352b6645b2e50adf709f/PyQt5_sip-4.19.11-cp37-cp37m-macosx_10_6_intel.whl#sha256=a163fbcd94040791efa513cca6ddcbc8616e83cb6cd20dbd447900bf5e8436f9 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/00/01/750f32ed04e6710e7ec8e22c71e4adc0ba8e94947e36f178eb9c48b53c4f/PyQt5_sip-4.19.11-cp37-cp37m-manylinux1_x86_64.whl#sha256=d285fda223fe5f7bdbe74228af005c3135029f473f106297234378914de2f081 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win32: https://files.pythonhosted.org/packages/79/b4/78ebafe1274299fd397d5d604c0465bc8b9dffa5508998c7e3b5262e8ffd/PyQt5_sip-4.19.11-cp37-none-win32.whl#sha256=89e173674d81dbc8e105248ca57c1bd75dfeaa904a1562a7b869782bda8787ee (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win_amd64: https://files.pythonhosted.org/packages/d2/2c/03fee7ad9911ea285d9dd1e45e6a15988c6803906673eb44599d8514a67b/PyQt5_sip-4.19.11-cp37-none-win_amd64.whl#sha256=07f95c9552b002f86843eed8599eafb5bed870f6a00879e053a2dba08ee918fe (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/8d/8c/cf3f01eda0beecb0f44755ec59ea9ff28d9d2e4c7411b658ab810ebc8e79/PyQt5_sip-4.19.12-cp35-cp35m-macosx_10_6_intel.whl#sha256=a10f59ad65b34e183853e1387b68901f473a2041f7398fac87c4e445ab149830 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/1f/73/a097e063ea84f9c0d5641bd45fd0147d7e88ad0e92c86638fa7ada14f436/PyQt5_sip-4.19.12-cp35-cp35m-manylinux1_x86_64.whl#sha256=7b2e563e4e56adee00101a29913fdcc49cc714f6c4f7eb35449f493c3a88fc45 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win32: https://files.pythonhosted.org/packages/68/44/8127dbace2809a66d51f0735a52721a4cb9b64ef6249ed14a0a126138b52/PyQt5_sip-4.19.12-cp35-none-win32.whl#sha256=67481d70fb0c7fb83e77b9025e15d0e78c7647c228eef934bd20ba716845a519 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64: https://files.pythonhosted.org/packages/2f/d1/8d38b34c8a715083420bc91494c0d1e8c3db93c392f3a2f9f796330c36ec/PyQt5_sip-4.19.12-cp35-none-win_amd64.whl#sha256=c30c162e1430fd5a02207f1bd478e170c61d89fcca11ac6d8babb73cb33a86a8 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/46/78/c2df62ce5d2657c9fc0153eae4be03b66a425d2d595e054c4994167e0c37/PyQt5_sip-4.19.12-cp36-cp36m-macosx_10_6_intel.whl#sha256=92a4950cba7ad7b7f67c09bdf80170ac225b38844b3a10f1271b02bace2ffc64 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/d7/db/06ad1f62a1f80a5df639c322066f03db381c1a6322c02087e75092427838/PyQt5_sip-4.19.12-cp36-cp36m-manylinux1_x86_64.whl#sha256=9f524e60fa6113b50c48fbd869b2aef19833f3fe278097b1e7403e8f4dd5392c (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win32: https://files.pythonhosted.org/packages/a3/e7/38c796214aface0cccb13ffdfe2e1a528027d61b859c2ebcd03508b100b7/PyQt5_sip-4.19.12-cp36-none-win32.whl#sha256=abc2b2df469b4efb01d9dba4b804cbf0312f109ed74752dc3a37394a77d55b1f (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win_amd64: https://files.pythonhosted.org/packages/3f/4f/7b820770e6a8f8b83cacea561534e31c78a74eeac0fb2f7618c835fa74c6/PyQt5_sip-4.19.12-cp36-none-win_amd64.whl#sha256=3bcd8efae7798ce41aa7c3a052bd5ce1849f437530b8a717bae39197e780f505 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/3c/5f/80690ffa65d12cd5977a49d68735d62304f709c32b80b212a1b045523c8d/PyQt5_sip-4.19.12-cp37-cp37m-macosx_10_6_intel.whl#sha256=f00ceceef75a2140fda737bd30847ac69b7d92fbd32b6ea7b387017e72176bd8 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/9d/72/89d291029342088bedb205f2378aa1454ec3d36bc6922a3cc0349954b5b7/PyQt5_sip-4.19.12-cp37-cp37m-manylinux1_x86_64.whl#sha256=c09c17009a2dd2a6317a14d3cea9b2300fdb2206cf9bc4bae0870d1919897935 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win32: https://files.pythonhosted.org/packages/84/63/e68c99745d9b95860eb348a8bef5d884bcfc966e7b55c866734d1c7a44af/PyQt5_sip-4.19.12-cp37-none-win32.whl#sha256=4a3c5767d6c238d8c62d252ac59312fac8b2264a1e8a5670081d7f3545893005 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win_amd64: https://files.pythonhosted.org/packages/60/41/0f0d258deeca1db29529d67aff44294914e757d1eeca0460a0184f94ef21/PyQt5_sip-4.19.12-cp37-none-win_amd64.whl#sha256=9309c10f9e648521cfe03b62f4658dad2314f81886062cb30e0ad31b337e14b0 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/53/5e/7d38e59b88ebab4c99fd820aa3ea291f762db6e3b705d51be9f0e7f0007e/PyQt5_sip-4.19.13-cp35-cp35m-macosx_10_6_intel.whl#sha256=b0342540da479d2713edc68fb21f307473f68da896ad5c04215dae97630e0069 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/ae/44/3900c71a404ac62b4fc0fed308b867584f5dbdd45f11b11f34e32d061f29/PyQt5_sip-4.19.13-cp35-cp35m-manylinux1_x86_64.whl#sha256=5f5b3089b200ff33de3f636b398e7199b57a6b5c1bb724bdb884580a072a14b5 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win32: https://files.pythonhosted.org/packages/b3/56/e9fbee2257714ceda564d1dc6030a00c55948aec3ace246660cd151c0d50/PyQt5_sip-4.19.13-cp35-none-win32.whl#sha256=a4ee6026216f1fbe25c8847f9e0fbce907df5b908f84816e21af16ec7666e6fe (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64: https://files.pythonhosted.org/packages/7e/80/71def6408143513d98a9c3ec297ddcd1b5e558337183be13bd5489aac5d0/PyQt5_sip-4.19.13-cp35-none-win_amd64.whl#sha256=53cb9c1208511cda0b9ed11cffee992a5a2f5d96eb88722569b2ce65ecf6b960 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/ee/03/ca524edbb89e9950db2b939070939781ae3ff7bed2da0f54cbc0be106bf4/PyQt5_sip-4.19.13-cp36-cp36m-macosx_10_6_intel.whl#sha256=a91a308a5e0cc99de1e97afd8f09f46dd7ca20cfaa5890ef254113eebaa1adff (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/46/ba/30995383332fd46e4ee59a405bd75ae8ee099001360e7a680f1685985a49/PyQt5_sip-4.19.13-cp36-cp36m-manylinux1_x86_64.whl#sha256=125f77c087572c9272219cda030a63c2f996b8507592b2a54d7ef9b75f9f054d (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win32: https://files.pythonhosted.org/packages/28/85/a6bc9a6a72ff9f2b3923974bc3291a182317ff5b9e23fdcf6a613b6767d9/PyQt5_sip-4.19.13-cp36-none-win32.whl#sha256=14c37b06e3fb7c2234cb208fa461ec4e62b4ba6d8b32ca3753c0b2cfd61b00e3 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win_amd64: https://files.pythonhosted.org/packages/8d/4d/a7728bbcaaeecd17b386885d2abd6b849233317b03de39a1d6c1bc006248/PyQt5_sip-4.19.13-cp36-none-win_amd64.whl#sha256=f997e21b4e26a3397cb7b255b8d1db5b9772c8e0c94b6d870a5a0ab5c27eacaa (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/78/1b/7456d9be4629e125ccb045a9f4a043a339fd64230a7c4d86a87b9c827ad1/PyQt5_sip-4.19.13-cp37-cp37m-macosx_10_6_intel.whl#sha256=4babef08bccbf223ec34464e1ed0a23caeaeea390ca9a3529227d9a57f0d6ee4 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/2b/9b/37e4f07ddac00e7eff4dd216c330a66cb1221e9c510855055391b779ee77/PyQt5_sip-4.19.13-cp37-cp37m-manylinux1_x86_64.whl#sha256=a4d9bf6e1fa2dd6e73f1873f1a47cee11a6ba0cf9ba8cf7002b28c76823600d0 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win32: https://files.pythonhosted.org/packages/98/75/3a7f0123ebe72090f63a2bbfbba65effce908442677a18a7a9577086f9fc/PyQt5_sip-4.19.13-cp37-none-win32.whl#sha256=549449d9461d6c665cbe8af4a3808805c5e6e037cd2ce4fd93308d44a049bfac (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win_amd64: https://files.pythonhosted.org/packages/46/86/0e35563d0c67c3f6b50e344624b87bfa7e720e1c99e64115a937ab7f6718/PyQt5_sip-4.19.13-cp37-none-win_amd64.whl#sha256=1cb2cf52979f9085fc0eab7e0b2438eb4430d4aea8edec89762527e17317175b (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/58/67/c0848f0ca0282eeb1307c82e4cc1f7c3c135e5ac1763b8337cd1bbfeb0e8/PyQt5_sip-4.19.14-cp35-cp35m-macosx_10_6_intel.whl#sha256=6ca796071b21761917ee486e57bfa2fc694580e65c462e4173cf849ed8fe201c (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/0a/b0/ae36db5015cae2215fc5f6ac95670f920901601c19f39fcf2e55ef0e8b9b/PyQt5_sip-4.19.14-cp35-cp35m-manylinux1_x86_64.whl#sha256=058d450c26be92193605f4628ff690d77080f599ffe381a1029cea8eeb71ab8e (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win32: https://files.pythonhosted.org/packages/1e/ae/68d503d054454853f206c96a477ca4b6e99df61e9c53cad34e7a9f5fa9ad/PyQt5_sip-4.19.14-cp35-none-win32.whl#sha256=84f7401afdd5f31e961de75e9c6b1610849e8883fbe0ed675bbb7d7d97286347 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64: https://files.pythonhosted.org/packages/87/00/e0f1958dd1d61c0f21d20ec8a8d40d6943d5edd7378dd9a54b387c951f3d/PyQt5_sip-4.19.14-cp35-none-win_amd64.whl#sha256=bb81cfc4d35ca59f1c419b6abeb6ca6a726a63b712cf979f2b5ab24b81c36f49 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/ae/51/f4beda8b92e86dced117cf8242e7545f224756eb3778c10d5e0697d427b1/PyQt5_sip-4.19.14-cp36-cp36m-macosx_10_6_intel.whl#sha256=6d3013a6820ea614f46fdc73cc16dd57c36a0c74bcbd38bd0b9f2d46b6e6dd16 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/94/b5/ee9e2f594e11e762c1a04529549b4a3264037861c01b073fbc992676066b/PyQt5_sip-4.19.14-cp36-cp36m-manylinux1_x86_64.whl#sha256=6b3063b12e700944172d57cdbeafb363229669af933f873d01c7a6d8a91c4c87 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win32: https://files.pythonhosted.org/packages/95/b1/0ccc0542d8670494dfef15c1658f62066d256e489ee40c1bea87814da4f6/PyQt5_sip-4.19.14-cp36-none-win32.whl#sha256=0b838ef8a55461785e78b4e347cf52ce228a5d4392c57e07cc46de51433dc8ac (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win_amd64: https://files.pythonhosted.org/packages/95/a3/ca246fb79815622c7f8e2da551b481e141435e03d58f83ed37e9e3c2dceb/PyQt5_sip-4.19.14-cp36-none-win_amd64.whl#sha256=49b2151bd0a0e439efc9d4c22c33a048d8e8ede5c7296851c221fa0988887edb (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/a8/7b/a60c2fc8503e700943a5e2c84d6bb82741677f33facc67a6da4dc7c63d5e/PyQt5_sip-4.19.14-cp37-cp37m-macosx_10_6_intel.whl#sha256=6540b510f9436fe2d65801af55ecbf8c43bdda47294e994ed3851403a93e4a8b (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/ae/9c/74fba0b62a0756d214f9aded5b0184130f7866def7532fa68823f34feefa/PyQt5_sip-4.19.14-cp37-cp37m-manylinux1_x86_64.whl#sha256=04bd0bb8b6f8fa03c2dfbdfff0c8c9bfb3f46a21dd4cac73983dae93bf949523 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win32: https://files.pythonhosted.org/packages/32/73/ef5dc9cc37c132b705afd58aaf4ef7db8036849a53cb35ce45d864d96117/PyQt5_sip-4.19.14-cp37-none-win32.whl#sha256=40504f96ecb834e54491ead558589bfd773056dba7f2df76599a06fdd8ed1ead (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win_amd64: https://files.pythonhosted.org/packages/e4/e5/5e9462008239783720c3eb81d73d2101cc2d5666c2e4db40fe594071d8a7/PyQt5_sip-4.19.14-cp37-none-win_amd64.whl#sha256=6b65d2b14084eb583bf4cf68b97ade295fabae5f5bf2aae0ab00ab30533f1c60 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/d3/29/e5699fd014433d06529306d6ac5ac4b44ab3c8e04adf6583651c91f62e6d/PyQt5_sip-4.19.15-cp35-cp35m-macosx_10_6_intel.whl#sha256=0aed4266e52f4d11947439d9df8c57d4578e92258ad0d70645f9f69b627b35c7 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/cd/0f/03dae28b4a1df61f770a299d2402021844602ece43a4ef7cd5c49495f5e1/PyQt5_sip-4.19.15-cp35-cp35m-manylinux1_x86_64.whl#sha256=5d8a4b8e75fa6c9f837ea92793f1aeacbf3929f1d11cdf36f9604c1876182aca (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win32: https://files.pythonhosted.org/packages/8e/7a/6a4a29227efcf815c2b330b2b63431c66af936a5fc1d421bc75a7e861990/PyQt5_sip-4.19.15-cp35-none-win32.whl#sha256=cbb0f24e3bfa1403bf3a05f30066d4457509aa411d6c6823d02b0508b787b8ea (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64: https://files.pythonhosted.org/packages/82/1e/09bc6cab84e97c71b21f2d09c1b8c0f07f326d173c33d6d9040a0d724614/PyQt5_sip-4.19.15-cp35-none-win_amd64.whl#sha256=39ce455bf5be5c1b20db10d840a536f70c3454be3baa7adca22f67ed90507853 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/49/86/45555a598ee188411bd85934ee27ec3bb04876df6c0af71a86e2eb5ef2bf/PyQt5_sip-4.19.15-cp36-cp36m-macosx_10_6_intel.whl#sha256=f24413d34707525a0fe1448b9574089242b9baa7c604ae5714abef9ad1749839 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/7b/f4/1fe3f99c2c8ba8d86ff5e8f0af97deb70f9456a80fae729ea0a7377c8cd3/PyQt5_sip-4.19.15-cp36-cp36m-manylinux1_x86_64.whl#sha256=2071265b7a603354b624b6cfae4ea032719e341799fb925961fd192f328fd203 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win32: https://files.pythonhosted.org/packages/79/8c/3fed3fb79a629a80544e5e0cc8467706a5fa1f56e3027e034d1530ca2e08/PyQt5_sip-4.19.15-cp36-none-win32.whl#sha256=d38d379fa4f5c86a8ea92b8fab42748f37de093d21a25c34b2339eb2764ee5d5 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win_amd64: https://files.pythonhosted.org/packages/ee/03/a11da2a5dd75b0ccd795ddbd944c18ce663ffb08d59a1e7f1ee5a597488c/PyQt5_sip-4.19.15-cp36-none-win_amd64.whl#sha256=87a76841e07e6dae5df34dded427708b5ea8d605c017e0bb6e56a7354959271e (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/be/f9/fbb132c459404222a97a0c151b45ccb1bfa9737a7966b40a8497da261fa3/PyQt5_sip-4.19.15-cp37-cp37m-macosx_10_6_intel.whl#sha256=9f0ad4198f2657da9d59a393c266959362c517445cace842051e5ad564fa8fb0 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/2e/ee/c6efd28dcb65e990411be50a46c9757f12202df94cfee73689223bbc2cf0/PyQt5_sip-4.19.15-cp37-cp37m-manylinux1_x86_64.whl#sha256=31a59f76168df007b480b9382256c20f8898c642e1394df2990559f0f6389f66 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win32: https://files.pythonhosted.org/packages/8c/e2/eaffcfd384d3b0b0df45333b0fdb70fbc8baea0cfece78e85901728d642d/PyQt5_sip-4.19.15-cp37-none-win32.whl#sha256=6bf9bacac776257390dd3f8a703d12c8228e4eb1aa0b191f1550965f44e4c23a (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win_amd64: https://files.pythonhosted.org/packages/b9/f6/e23387d13aaca4f3b93d854934ca64086ef8719b245abf9032882a269b54/PyQt5_sip-4.19.15-cp37-none-win_amd64.whl#sha256=15750a4a3718c68ba662eede7310612aedad70c9727497908bf2eeddd255d16f (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/6b/92/0cffcba64c63f3f628acb1987bf2b6da5d013d70660a77cde61d974e07ff/PyQt5_sip-4.19.17-cp35-cp35m-macosx_10_6_intel.whl#sha256=0c05e357c8b781458cebb120e84aae0dad9ffc9a8742959e8564d372c1a4fb9a (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/08/19/ef6b97cfdbb8f9312d71388384f572706e40bf88f07fffb0fc64846b4a36/PyQt5_sip-4.19.17-cp35-cp35m-manylinux1_x86_64.whl#sha256=a373e19e3679408bf0cee0a6591360e6d3383498b1d75ce8f303ab658f1914d5 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win32: https://files.pythonhosted.org/packages/2a/ff/d54819180c9076791eb60e596c68fef8ad1c63bc885cf12d0a6b511a21d5/PyQt5_sip-4.19.17-cp35-none-win32.whl#sha256=aab3d79ad9c7b6652f7d740b27c672dc9e6a21311b68f9fbbe33d8fdd086c73e (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64: https://files.pythonhosted.org/packages/4b/eb/eacb5ec17fbd30ee5e3f1a19db3a8e3166fa38c35bd3e8c63ea5de7b6f31/PyQt5_sip-4.19.17-cp35-none-win_amd64.whl#sha256=4db3f0b1b63311780158d467cfb61be0fbf189141dd5f5ce597e0faeb8f227eb (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/58/dd/177aa519d627b8cc6d2a93d69211540e81539f20234ed5b6b1f98febca34/PyQt5_sip-4.19.17-cp36-cp36m-macosx_10_6_intel.whl#sha256=dcadf1593b5891ddb21df4ac943d720d9da22be2a686ad73621ca86d1f72dafe (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/4a/e2/0a2ab857a85e6c09ddd4ebc0bf03274557899d79e678bc78908b3856511b/PyQt5_sip-4.19.17-cp36-cp36m-manylinux1_x86_64.whl#sha256=c1e1d6e1496a17e025f66a258e8c4011c4da223937789dbf2d0279516c948fdc (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win32: https://files.pythonhosted.org/packages/ca/45/d59ba0acea8fe2612c8f6753acda5603a7446fb85769990ca51bf14de3e4/PyQt5_sip-4.19.17-cp36-none-win32.whl#sha256=5e8bcb8bbc3b83d4d6142d2c3188e06bd6062bab132e240b8da42fb80e6dd3ba (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win_amd64: https://files.pythonhosted.org/packages/0b/71/2961203f670456ec21a60e94b308982d626d444969f58bd601bb131cf6db/PyQt5_sip-4.19.17-cp36-none-win_amd64.whl#sha256=8ed141db021103d9c196f6f297e39b3ade1b06f0ebbd3fe7e9101fac6e8974dd (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/a8/d1/22600c4c1de7a310ecefc41d36506dc09f8c28545b481dcf3ad9ad7ac120/PyQt5_sip-4.19.17-cp37-cp37m-macosx_10_6_intel.whl#sha256=9d5e33850c5566f4e2da9c244e7f2beb87cab980567d4df902c2953308271df7 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/fe/4a/d995f9565b4cf1fa91781e377175b118b7c2bcb46e7c8f946e2745ee3e7f/PyQt5_sip-4.19.17-cp37-cp37m-manylinux1_x86_64.whl#sha256=7caca9ab0639ecc187e716c07edd285da314ad30f3ec729bcc6b62ea62171cf5 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win32: https://files.pythonhosted.org/packages/8c/c4/3f1636c97d33eed8cb1e24c06e6a54d78b8f3479e7a257637926111fade6/PyQt5_sip-4.19.17-cp37-none-win32.whl#sha256=b62a4aced469e9bcec88450e2a00df31d754c82b97457cd611615807526682ff (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win_amd64: https://files.pythonhosted.org/packages/76/05/a65bb95c1f5a9f4a7dcbecbd0a8f8c4b9a9231aa40f600cde4a00635b5d4/PyQt5_sip-4.19.17-cp37-none-win_amd64.whl#sha256=41c1ff4859ef9b8b7db4c6a09229471378dfe7095cf96ad2c1ea4d6753340d20 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp38-cp38-macosx_10_6_intel: https://files.pythonhosted.org/packages/70/5c/3893927b406532a0ee57324ef03f82e535fcaa2cf09a89f910f8c08e30ff/PyQt5_sip-4.19.17-cp38-cp38-macosx_10_6_intel.whl#sha256=5db5fdd2280d17c669e337f5ab9a8f0b1091028b9c2a97541aff6e59571e469c (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp38-cp38-manylinux1_x86_64: https://files.pythonhosted.org/packages/e1/8d/2690e4314e75f5b39ed48966de0b8d9052bbcbabbe3dd272b89d24c75715/PyQt5_sip-4.19.17-cp38-cp38-manylinux1_x86_64.whl#sha256=0d76935d8a0115868fd10599c9c58adb1293e76f5fa9740b6e5e205be55ae5f1 (from https://pypi.org/simple/pyqt5-sip/)
  Found link https://files.pythonhosted.org/packages/cf/18/dffa51ba3ffc34904739e0595c98a23232c5eea001420f4f163ba6cba880/PyQt5_sip-4.19.17-cp38-none-win32.whl#sha256=10fa57551cea3d06604c4bcb7f24bf4d0f1f2d11021f6c4de0f880e5e4bd1e77 (from https://pypi.org/simple/pyqt5-sip/), version: 4.19.17
  Skipping link: none of the wheel's tags match: cp38-none-win_amd64: https://files.pythonhosted.org/packages/81/cc/ca950e651f9e7ed6d96a1f071104b0065291fa9f7736289eaa96f935b140/PyQt5_sip-4.19.17-cp38-none-win_amd64.whl#sha256=d949b067ff499bf8df132f5ccb5dba48a0b17285903eb4d5210f55c14da7cc10 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp38-cp38-macosx_10_6_intel: https://files.pythonhosted.org/packages/69/91/b3e40a189eb937bb028808d77b755361c7c24dcc39995ebc2b374be48c02/PyQt5_sip-4.19.18-2-cp38-cp38-macosx_10_6_intel.whl#sha256=c386e756fde44758d12f96d066d93f0ff8eedff1133cda25b192480b8f18b675 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp38-cp38-manylinux1_x86_64: https://files.pythonhosted.org/packages/51/f9/3bf96fdbb0e225cacbca6bff6da814f88df817d68e391134cf509520684d/PyQt5_sip-4.19.18-2-cp38-cp38-manylinux1_x86_64.whl#sha256=c6ae3a2f5f2bceeb81c97427c14329f2da1d54ccfedccbd6923d95183cd68637 (from https://pypi.org/simple/pyqt5-sip/)
  Found link https://files.pythonhosted.org/packages/51/e7/589c5cf2ce48976e5e63e5ce65cf5caf1e9c57b0cc53f84cda7dfb5c6d35/PyQt5_sip-4.19.18-2-cp38-none-win32.whl#sha256=ea3cbf1f591063608fee2de015fef1135bb72f0114922d639c2602ce10090002 (from https://pypi.org/simple/pyqt5-sip/), version: 4.19.18
  Skipping link: none of the wheel's tags match: cp38-none-win_amd64: https://files.pythonhosted.org/packages/cf/5f/0c24b572f160b2ff6cbe5d4d93d29d331a55d6a160b5674852ceadc73390/PyQt5_sip-4.19.18-2-cp38-none-win_amd64.whl#sha256=65dac636d2f2e3cce804e99ecd318d832daee5a45599105e7721a3e96012386c (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/3e/7e/17a3c0cfc540837b049190f9c063cf58e3798528256df39fa5f4f8dbcc23/PyQt5_sip-4.19.18-cp35-cp35m-macosx_10_6_intel.whl#sha256=d9cd23b181213522dc2d5042697cd3d614ce69ec742b0a8a3bc023fefa6f2339 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/e3/dc/a46c310a2bd6fc94a7132e68f84597712a890f7f5ac9fee785c21e90228a/PyQt5_sip-4.19.18-cp35-cp35m-manylinux1_x86_64.whl#sha256=8d4e039a2a81d81482a09abf856608bb06723979d78c4308f33cb0cc39d186ad (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win32: https://files.pythonhosted.org/packages/88/52/d86b625055a58a781ba608ed105c6353da1594ebecee15cba4a36709ce80/PyQt5_sip-4.19.18-cp35-none-win32.whl#sha256=b9d0b9ba90d74731ff3a540772f3dc97a343f0a99c1afb4680c1378fce4cef56 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64: https://files.pythonhosted.org/packages/cb/a1/4e87dd9b713dec0d0e5b40a1e065e115c05b57bbf887911db7ece7d49919/PyQt5_sip-4.19.18-cp35-none-win_amd64.whl#sha256=2a056b47bcfcdd7cd5722063d4ccffe2876f0f4c545c9e980d21573b193c6d11 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/ea/ab/d774f0977439a27c2be512a540a6a86740d9843dad167cf1aaaa5b9c5587/PyQt5_sip-4.19.18-cp36-cp36m-macosx_10_6_intel.whl#sha256=f128fe3f1fec3cb497bf403b45efe1db3b0b27509efcf4cb6d8e1e915e9227ee (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/4b/15/055d5667166b1d8c04ad159216be7fa254897fafd79e749bc263cb86f802/PyQt5_sip-4.19.18-cp36-cp36m-manylinux1_x86_64.whl#sha256=31a7a2c1d77969c14aca7c4928991ae8dba6ce468f7a48300f12b769ea62b5a5 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win32: https://files.pythonhosted.org/packages/97/0a/832917452d39dc66d1226d07f2a87a5f42ac031c9effeeca33b57d329771/PyQt5_sip-4.19.18-cp36-none-win32.whl#sha256=da51cc22b8b32c5e6024c902393cd8fd0208fc1aec1ce5478357481cd9561bfb (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win_amd64: https://files.pythonhosted.org/packages/6d/dc/45dd7a1c3acade7ae590436a2043406ed48e0209231683d2ce3dc0b9e293/PyQt5_sip-4.19.18-cp36-none-win_amd64.whl#sha256=889f2d71e7e94e370be726048a4632226846715c8b3cb0525572f857d408f7cf (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/e3/a2/913dccc36827ee4be62a968273247a7f57fd1530060d33c5bd8fb66ce200/PyQt5_sip-4.19.18-cp37-cp37m-macosx_10_6_intel.whl#sha256=abf80e8b3dc01e6d5b55e40531cecd59b835659bbf83ad866b36d8d539bbb0a5 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/ec/7d/c8d2326c405cfed1858af83915fa02ba9e9722ae3e0343df0950fd900039/PyQt5_sip-4.19.18-cp37-cp37m-manylinux1_x86_64.whl#sha256=0a6c272ad2b6556a804a66bf808240ae0db88ab26f5ce37231da8c1d3e6910a6 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win32: https://files.pythonhosted.org/packages/38/10/4ee0be6337eddcdf9070659b314416c66b73198505d61995684ff5538e69/PyQt5_sip-4.19.18-cp37-none-win32.whl#sha256=a5bea998292a644525a34e1ec104090e4618f7b92f35d92310db39f8051f9ad0 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win_amd64: https://files.pythonhosted.org/packages/cf/c8/1e9eda4ba09a84fc528d4c87001de2d7a8cbbe04c2a834af3eb81a0ecd88/PyQt5_sip-4.19.18-cp37-none-win_amd64.whl#sha256=7dd4d0bae586ab929e0e4f0d07008cb3b4449af48f7a4e73db4d66b806316778 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/81/5b/87eeac699fa8bc86efe5bb514e682ddbd8739e19b5215351ee0aef7fdd2d/PyQt5_sip-4.19.19-cp35-cp35m-macosx_10_6_intel.whl#sha256=aade50f9a1b9d20f6aabe88e8999b10db57218f5c31950160f3f7957dd64e07c (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/99/9f/d3b6a545ee736339c503d7a465f8ef562a3c2aefa0da30853966719aa68c/PyQt5_sip-4.19.19-cp35-cp35m-manylinux1_x86_64.whl#sha256=c309dbbd6c155e961bfd6893496afa5cd184cce6f7dffd87ea68ee048b6f97e1 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win32: https://files.pythonhosted.org/packages/3a/66/2c440fc3df0d26edb93c522d0558a28c4d6461612e38c088e7b598a14af0/PyQt5_sip-4.19.19-cp35-none-win32.whl#sha256=7fbb6389c20aff4c3257e89bb1787effffcaf05c32d937c00094ae45846bffd5 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64: https://files.pythonhosted.org/packages/45/90/fa7e255e31b4dc58a83134a6b49d8fd30456a2a62e3466b11af79f72841c/PyQt5_sip-4.19.19-cp35-none-win_amd64.whl#sha256=828d9911acc483672a2bae1cc1bf79f591eb3338faad1f2c798aa2f45459a318 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/47/f7/b018d47f5665f149404f3ccf91ebc6d95123732edefadd5d3abcd0bf86e2/PyQt5_sip-4.19.19-cp36-cp36m-macosx_10_6_intel.whl#sha256=ac9e5b282d1f0771a8310ed974afe1961ec31e9ae787d052c0e504ea46ae323a (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/f2/5e/da07d1977cf54d636e44a50271bc0ad1f7f34b502e484b4cefd6a1a6962a/PyQt5_sip-4.19.19-cp36-cp36m-manylinux1_x86_64.whl#sha256=d7b26e0b6d81bf14c1239e6a891ac1303a7e882512d990ec330369c7269226d7 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win32: https://files.pythonhosted.org/packages/96/e5/ddcf704918ed20ca041ff953271ac5cab2b5fda77ed1f6ab70e6bc7b33fc/PyQt5_sip-4.19.19-cp36-none-win32.whl#sha256=f8b7a3e05235ce58a38bf317f71a5cb4ab45d3b34dc57421dd8cea48e0e4023e (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp36-none-win_amd64: https://files.pythonhosted.org/packages/5d/f5/ddaa1436d86365dd03420b632d6dc656aaaf24facc4cec2e0538a176c7a2/PyQt5_sip-4.19.19-cp36-none-win_amd64.whl#sha256=a9460dac973deccc6ff2d90f18fd105cbaada147f84e5917ed79374dcb237758 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/bf/f5/d1dbebdc5f508c04141e19bc2fdbe9efbd2c0c660c384052f84778a815fd/PyQt5_sip-4.19.19-cp37-cp37m-macosx_10_6_intel.whl#sha256=ba41bd21b89c6713f7077b5f7d4a1c452989190aad5704e215560a266a1ecbab (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/bf/63/d363b567237375235d270049fd6416c83949f470bb51539458966cd7a38c/PyQt5_sip-4.19.19-cp37-cp37m-manylinux1_x86_64.whl#sha256=7b3b8c015e545fa30e42205fc1115b7c6afcb6acec790ce3f330a06323730523 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win32: https://files.pythonhosted.org/packages/91/85/17c5a87aeaef12de169cd1bfaa0bb73f3c049a1aff7c86296fa3ba9f38ab/PyQt5_sip-4.19.19-cp37-none-win32.whl#sha256=59f5332f86f3ccd3ac94674fe91eae6e8aca26da7c6588917cabd0fe22af106d (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp37-none-win_amd64: https://files.pythonhosted.org/packages/43/17/74df61c52e675f0aba047cc5e8ac1fbf4429a5c4b98da24396c2bf6df86e/PyQt5_sip-4.19.19-cp37-none-win_amd64.whl#sha256=54b99a3057e8f01b90d49cca9ca566b1ea23d8920038760f44e75b90c62b9d5f (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp38-cp38-macosx_10_6_intel: https://files.pythonhosted.org/packages/2c/32/58f07a02c5b65452497c2439b4c31c688f1de4eaa3c2ec1cc9ef5038be1c/PyQt5_sip-4.19.19-cp38-cp38-macosx_10_6_intel.whl#sha256=39d2677f4de46ed4d7aa3b612f31c74c881975efe51c6a23fbb1d9382e4cc850 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp38-cp38-manylinux1_x86_64: https://files.pythonhosted.org/packages/c2/70/eb9d398ecbcab83e9a968fa63336a16b21034bbd4e318128fe11e08bffab/PyQt5_sip-4.19.19-cp38-cp38-manylinux1_x86_64.whl#sha256=304acf771b6033cb4bafc415939d227c91265d30664ed643b298d7e95f509f81 (from https://pypi.org/simple/pyqt5-sip/)
  Found link https://files.pythonhosted.org/packages/f0/5f/8a2bc07e4a540f26c07e888cede02d7661342a8b427b42c831f43842c817/PyQt5_sip-4.19.19-cp38-none-win32.whl#sha256=cfc21b1f80d4655ffa776c505a2576b4d148bbc52bb3e33fedbf6cfbdbc09d1b (from https://pypi.org/simple/pyqt5-sip/), version: 4.19.19
  Skipping link: none of the wheel's tags match: cp38-none-win_amd64: https://files.pythonhosted.org/packages/9b/ca/f61051460610126dc89b354345c8319183cae938ed87b51ba03ba03f2a1e/PyQt5_sip-4.19.19-cp38-none-win_amd64.whl#sha256=72be07a21b0f379987c4ec59bc86834a9719a2f9cfb49606a4d4e34dae9aa549 (from https://pypi.org/simple/pyqt5-sip/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/ef/38/43035cf57b85d67c9857f029e7e7eb028f253c4bcb635c6977f02bff51d3/PyQt5_sip-12.7.0-cp35-cp35m-macosx_10_6_intel.whl#sha256=1910c1cb5a388d4e59ebb2895d7015f360f3f6eeb1700e7e33e866c53137eb9e (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/4d/86/25619feaf7d3984af358385dedffedff3a8a44b8a0bea9ed1bedb55461e4/PyQt5_sip-12.7.0-cp35-cp35m-manylinux1_x86_64.whl#sha256=b43ba2f18999d41c3df72f590348152e14cd4f6dcea2058c734d688dfb1ec61f (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/69/f7/5c8affd78a6ae8a39839d2ed734ae368dc46a5114c2c15e360c8d9dd53ec/PyQt5_sip-12.7.0-cp35-cp35m-win32.whl#sha256=fabff832046643cdb93920ddaa8f77344df90768930fbe6bb33d211c4dcd0b5e (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/d0/27/f1a1904635655a33ebddcf1613f54431d8f023fbe6e50f6ae40af691863b/PyQt5_sip-12.7.0-cp35-cp35m-win_amd64.whl#sha256=8274ed50f4ffbe91d0f4cc5454394631edfecd75dc327aa01be8bc5818a57e88 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/91/13/306b26bc8870c63e30af47d18a5dee5253adf5b523b2d0afc1fc023affdc/PyQt5_sip-12.7.0-cp36-cp36m-macosx_10_6_intel.whl#sha256=ef3c7a0bf78674b0dda86ff5809d8495019903a096c128e1f160984b37848f73 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/69/d2/92d85b0865fe68755488a30eec1c2b1b14da6c96c74441dc1c88e0659397/PyQt5_sip-12.7.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=3c330ff1f70b3eaa6f63dce9274df996dffea82ad9726aa8e3d6cbe38e986b2f (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/37/af/b4edfaac79f1cbf1f2c5665bc3127100e8d5ab5f73f89e189e2bd183c5af/PyQt5_sip-12.7.0-cp36-cp36m-win32.whl#sha256=9047d887d97663790d811ac4e0d2e895f1bf2ecac4041691487de40c30239480 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/1f/b4/e526dddbff0f1b42af6db15f83af9f379bbf2f380f3c9099f6cd2422278b/PyQt5_sip-12.7.0-cp36-cp36m-win_amd64.whl#sha256=9f6ab1417ecfa6c1ce6ce941e0cebc03e3ec9cd9925058043229a5f003ae5e40 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/ca/77/ac0e8908be37523f0d93b8002641d11cfbc231c3e9dbaa4835f8073b397d/PyQt5_sip-12.7.0-cp37-cp37m-macosx_10_9_x86_64.whl#sha256=06bc66b50556fb949f14875a4c224423dbf03f972497ccb883fb19b7b7c3b346 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/fb/93/5b0b61b461a7772a7c5c08d8f49b75e3abab3dfc84318b55e24e194c1274/PyQt5_sip-12.7.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=482a910fa73ee0e36c258d7646ef38f8061774bbc1765a7da68c65056b573341 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/9c/b1/23780a5308893ec994522636d26c693fecaff02928a17ed70c6b96add2e5/PyQt5_sip-12.7.0-cp37-cp37m-win32.whl#sha256=1c7ad791ec86247f35243bbbdd29cd59989afbe0ab678e0a41211f4407f21dd8 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/8d/61/dcd1b942a301375ffd562e6a03b20133daf98b8a4381cf312aa3272067bb/PyQt5_sip-12.7.0-cp37-cp37m-win_amd64.whl#sha256=da69ba17f6ece9a85617743cb19de689f2d63025bf8001e2facee2ec9bcff18f (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp38-cp38-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/66/ba/97210fa71e0065b6ba678e6b67d4ed90844e9981d25e1f6171432a3880a8/PyQt5_sip-12.7.0-cp38-cp38-macosx_10_9_x86_64.whl#sha256=02d94786bada670ab17a2b62ce95b3cf8e3b40c99d36007593a6334d551840bb (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp38-cp38-manylinux1_x86_64: https://files.pythonhosted.org/packages/37/15/de717dffb8b7a9f6e976dcb3611b31f62213527f21734462fcdbd6744e43/PyQt5_sip-12.7.0-cp38-cp38-manylinux1_x86_64.whl#sha256=c3ab9ea1bc3f4ce8c57ebc66fb25cd044ef92ed1ca2afa3729854ecc59658905 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/33/b5/7de5e3b7288dc1e7799b54cad634b7c4ec11dec7b3793569967215b25b01/PyQt5_sip-12.7.0-cp38-cp38-win32.whl#sha256=7695dfafb4f5549ce1290ae643d6508dfc2646a9003c989218be3ce42a1aa422 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5), version: 12.7.0
  Skipping link: none of the wheel's tags match: cp38-cp38-win_amd64: https://files.pythonhosted.org/packages/b3/eb/841210158b3e32405d4ef913fec26add30cdf529bf2a773b13daa7643028/PyQt5_sip-12.7.0-cp38-cp38-win_amd64.whl#sha256=091fbbe10a7aebadc0e8897a9449cda08d3c3f663460d812eca3001ca1ed3526 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/16/81/65f1c54ee545aef75e7ff760a5635f176d1528a1bf6d874bfe22bb2d283c/PyQt5_sip-12.7.0.tar.gz#sha256=0a067ade558befe4d46335b13d8b602b5044363bfd601419b556d4ec659bca18 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5), version: 12.7.0
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/92/c8/feea70d54a9c731cccd6e6353ae3ceee2fd25c3948604d32daa68723fc9b/PyQt5_sip-12.7.1-cp35-cp35m-macosx_10_6_intel.whl#sha256=f314f31f5fd39b06897f013f425137e511d45967150eb4e424a363d8138521c6 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/8f/88/fcb980ac5ca8d2eb84e811825d8267528a18e5531f62d0295c607419c537/PyQt5_sip-12.7.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=b42021229424aa44e99b3b49520b799fd64ff6ae8b53f79f903bbd85719a28e4 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/fa/a3/91ae38304a0cb1152e7dc7ac56f115e347d273350b80c2ddc3e6be03621b/PyQt5_sip-12.7.1-cp35-cp35m-win32.whl#sha256=6b4860c4305980db509415d0af802f111d15f92016c9422eb753bc8883463456 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/d8/2a/fde755c58a45c2390ba6ab1356713f1c8e8061363f2afe2700bd6faa11cf/PyQt5_sip-12.7.1-cp35-cp35m-win_amd64.whl#sha256=d46b0f8effc554de52a1466b1bd80e5cb4bce635a75ac4e7ad6247c965dec5b9 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/93/1e/11a4b3d537180c0f3b65b541bcafc1a0046f6dfc3c4f918569c2c9a530b5/PyQt5_sip-12.7.1-cp36-cp36m-macosx_10_6_intel.whl#sha256=3f665376d9e52faa9855c3736a66ce6d825f85c86d7774d3c393f09da23f4f86 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/a7/5b/4470b7689d683908c3113f489cae3f4f9ed621756770b33fcd603c4d426e/PyQt5_sip-12.7.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=1115728644bbadcde5fc8a16e7918bd31915a42dd6fb36b10d4afb78c582753e (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/3d/96/dc1cdf5ed17de104e6421b41adc260dfa788741d19b4d400742cdf77d166/PyQt5_sip-12.7.1-cp36-cp36m-win32.whl#sha256=cbeeae6b45234a1654657f79943f8bccd3d14b4e7496746c62cf6fbce69442c7 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/61/1b/7c6c7e37c8f470632f528ae0a469674abf2703d3c12a9ebd9427f21e2d7b/PyQt5_sip-12.7.1-cp36-cp36m-win_amd64.whl#sha256=8da842d3d7bf8931d1093105fb92702276b6dbb7e801abbaaa869405d616171a (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/a6/0c/7dcf5360e9226f54163c50bff3e0def8ac6c074ec3da807d06e8aef33135/PyQt5_sip-12.7.1-cp37-cp37m-macosx_10_9_x86_64.whl#sha256=1f4289276d355b6521dc2cc956189315da6f13adfb6bbab8f25ebd15e3bce1d4 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/c6/1d/a7ff3caab5e0ec563198dc0544ae3140965065e6ed3901ff23689766e4d0/PyQt5_sip-12.7.1-cp37-cp37m-manylinux1_x86_64.whl#sha256=c1e730a9eb2ec3869ed5d81b0f99f6e2460fb4d77750444c0ec183b771d798f7 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/4c/11/62b1e594be309be1f55156272c7796a1d13dab4305a840a0df1718a8cd30/PyQt5_sip-12.7.1-cp37-cp37m-win32.whl#sha256=b5b4906445fe980aee76f20400116b6904bf5f30d0767489c13370e42a764020 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/66/a6/3f1609f1a77445a088bee7490229a4d430c9d0e1afd8ebd185fbc9c6aa57/PyQt5_sip-12.7.1-cp37-cp37m-win_amd64.whl#sha256=7ffa39763097f64de129cf5cc770a651c3f65d2466b4fe05bef2bd2efbaa38e6 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp38-cp38-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/16/aa/d7d50f590d331e6c9403f7038aa1b41965d1942d030c0b43a185a709cc8d/PyQt5_sip-12.7.1-cp38-cp38-macosx_10_9_x86_64.whl#sha256=288c6dc18a8d6a20981c07b715b5695d9b66880778565f3792bc6e38f14f20fb (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp38-cp38-manylinux1_x86_64: https://files.pythonhosted.org/packages/74/20/399fbe91fa646c5c6c6a21d2ddb52f3c376bf6c2c1ad657677ebd68e1655/PyQt5_sip-12.7.1-cp38-cp38-manylinux1_x86_64.whl#sha256=ee1a12f09d5af2304273bfd2f6b43835c1467d5ed501a6c95f5405637fa7750a (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/d4/25/2b78b0f5e69c1f2f02b33b3feaa6926f001c6879fc1b8a8dd0dc649bf2ab/PyQt5_sip-12.7.1-cp38-cp38-win32.whl#sha256=8a18e6f45d482ddfe381789979d09ee13aa6450caa3a0476503891bccb3ac709 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5), version: 12.7.1
  Skipping link: none of the wheel's tags match: cp38-cp38-win_amd64: https://files.pythonhosted.org/packages/27/29/6cb76e960b7a58d58a2a6b87c679d4c00dae80efd03b20e1eb9e9fc30b2d/PyQt5_sip-12.7.1-cp38-cp38-win_amd64.whl#sha256=e28c3abc9b62a1b7e796891648b9f14f8167b31c8e7990fae79654777252bb4d (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/2c/fa/2c4c90bd328709129aae93a0bb15029982b6b5a3a2709679fca45bb7ee3b/PyQt5_sip-12.7.1.tar.gz#sha256=e6078f5ee7d31c102910d0c277a110e1c2a20a3fc88cd017a39e170120586d3f (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5), version: 12.7.1
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/16/ba/48b0aa99c26cbfdc463e656339023d9e0e59a28c6d91e74089ab7d1226f2/PyQt5_sip-12.7.2-cp35-cp35m-macosx_10_6_intel.whl#sha256=df4f5cdb86f47df5f6fc35be29cc45df7b5a2c171d07dbf377d558b226554ea3 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/f2/42/dc08148f08ad0f81f0f7b451ee8e94d721fc991536c6911a07ebc4e0c72f/PyQt5_sip-12.7.2-cp35-cp35m-manylinux1_x86_64.whl#sha256=360de29634e2ce1df84d2b588bd8c1a29b768f3a5225869d63adb03bc21bd32a (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/b9/d3/16866872e24ac0f801671b8ccfe3d60be2021da26a6645203ea4681691e3/PyQt5_sip-12.7.2-cp35-cp35m-win32.whl#sha256=31c74602ccd6b70e4352550eb41aa980dc1d6009444f3c8eb1b844e84bd144cf (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/e2/bd/43b24ee6f53faed69702f002e28dc27782701bb45870062561562dba873d/PyQt5_sip-12.7.2-cp35-cp35m-win_amd64.whl#sha256=168a6d700daf366b7cf255a8cabf8d07bfe2294859e6b3b2636c36c2f89265c9 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/d9/bd/835529c8441b33473e16d127435e6de7a1a7a05a35a38919b19fe3b631d7/PyQt5_sip-12.7.2-cp36-cp36m-macosx_10_6_intel.whl#sha256=b68cfe632a512c0551e8860f35c1fcab5cd1ad5e168b4814fddd88121f447b0a (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/06/14/9097aa08a565e665e47c180750042f4803de731bc795547e5c8bcb743ca2/PyQt5_sip-12.7.2-cp36-cp36m-manylinux1_x86_64.whl#sha256=b068f4791e97427d82a27e7df28cc3ee33f7e4353f48ed6a123f8cdba44266b2 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/3f/52/bfd6172e5d445cb7e36392a010b4cd0f7a2b66f4703cdea16ff304aa58db/PyQt5_sip-12.7.2-cp36-cp36m-win32.whl#sha256=9dd5769e83e64d017d02981563c8159d825425b6c4998c937a880888f4dcb7a3 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/f7/08/ad7f3910363a16423251b22b44a25ad3ed3b6557558bac00c7d70df4d4d9/PyQt5_sip-12.7.2-cp36-cp36m-win_amd64.whl#sha256=16a9a4daf85bfaa3aec35237ff28d8773a3ec937d9f8dc7fc3db7716de42d4a9 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/92/bb/02ac58ba72a6001b63accdec70c8c4a89bc4b5bc252dec791d7beb68aa51/PyQt5_sip-12.7.2-cp37-cp37m-macosx_10_9_x86_64.whl#sha256=3cb9076ba0e574b2f026759103eb0e12051128714f5aa136cca53229d3ad72d1 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/af/ea/b0e4e5d3364780c0500325afb7b1bdc024f6b3fc637447f11a333b49329e/PyQt5_sip-12.7.2-cp37-cp37m-manylinux1_x86_64.whl#sha256=65fceeea2ac738a92f7e3e459ece1b4e2fbf49fd1d6b732a73d0d4bcfc434452 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/fb/98/fbc89d546e75ab593c5298c95ae42fa9899ebfd51bca01934d73dcc18cde/PyQt5_sip-12.7.2-cp37-cp37m-win32.whl#sha256=11f8cc2de287c3457fee53e781f06fb71f04251e7ae408ed22696ed65fd2bcf4 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/11/9f/093f7aa50af963a6cc825d1392770ea4ad821f175de1cd8bcb6646be27a6/PyQt5_sip-12.7.2-cp37-cp37m-win_amd64.whl#sha256=85e68b8936f1756060ddcb3ef0a84af78ce89993fa6594b3049a0eca53d6d2fa (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp38-cp38-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/e1/00/a7b5b0a90ba5c57f5c99c32fbf3d24c160865678ef58de0fc8e19be7eb6f/PyQt5_sip-12.7.2-cp38-cp38-macosx_10_9_x86_64.whl#sha256=4f87d59d29ca1c5a4005bbec27af002be787210dc5f8f87fe5d747883a836083 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp38-cp38-manylinux1_x86_64: https://files.pythonhosted.org/packages/0f/b4/00182841eebe8c2cba5859348823d9729ad7cdcea9820f3153852c1f76ae/PyQt5_sip-12.7.2-cp38-cp38-manylinux1_x86_64.whl#sha256=b34c1f227a8f8e97059f20e5424f117f66a302b42e34d4039158494c6371b1ce (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/b9/ea/8fc736d3fe641bca96d2223d0da17b1da25b96ee9ae9f614ad301559ce9f/PyQt5_sip-12.7.2-cp38-cp38-win32.whl#sha256=01919371d32b26208b2f0318f1e15680d3aa60d1ced1812a5dac8bdb483fea69 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5), version: 12.7.2
  Skipping link: none of the wheel's tags match: cp38-cp38-win_amd64: https://files.pythonhosted.org/packages/bd/8b/a2e93d982c54b77ee46efa6a2ae6cae5b0c1c34a9c743a9e2324146b1572/PyQt5_sip-12.7.2-cp38-cp38-win_amd64.whl#sha256=a8a6c0512641fc042726b6253b2d5f3f3f800098334d198d8ebdf337d85ab3d7 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/32/24/1537d09deb3aee2e5c390cd456420a455ac47ef3f8ac323d8397af1c1c13/PyQt5_sip-12.7.2.tar.gz#sha256=16a19b9f36985b8bff30b89fb8859d831713dd528fba5600563e36ff077960a2 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5), version: 12.7.2
  Skipping link: none of the wheel's tags match: cp35-cp35m-macosx_10_6_intel: https://files.pythonhosted.org/packages/56/65/9cea56952a1245c9b9b7433088f87afc8bf770efa5a25be317294232fa70/PyQt5_sip-12.8.0-cp35-cp35m-macosx_10_6_intel.whl#sha256=9ef12754021bcc1246f97e00ea62b5594dd5c61192830639ab4a1640bd4b7940 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux1_x86_64: https://files.pythonhosted.org/packages/89/b0/4a084b34f56d960e382b6e4aa3de5b3bd7a677c838b6cab2647183a6a540/PyQt5_sip-12.8.0-cp35-cp35m-manylinux1_x86_64.whl#sha256=fa3d70f370604efc67085849d3d1d3d2109faa716c520faf601d15845df64de6 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/8b/d1/8cdfcd47d596bc29a17d394e496a3eaf74c2a576f586e3871a87fea1cbb6/PyQt5_sip-12.8.0-cp35-cp35m-win32.whl#sha256=61aa60fb848d740581646603a12c2dcb8d7c4cbd2a9c476a1c891ec360ff0b87 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/d9/90/b9d6c6d0858719e83ef7ff891720de9df0fdc16237106d820c3d34aff10f/PyQt5_sip-12.8.0-cp35-cp35m-win_amd64.whl#sha256=8d9f4dc7dbae9783c5dafd66801875a2ebf9302c3addd5739f772285c1c1e91c (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/4b/0a/dc4f7506956260c9ab82b388df5608f943988d531759edb223bc86c5c705/PyQt5_sip-12.8.0-cp36-cp36m-macosx_10_6_intel.whl#sha256=9b69db29571dde679908fb237784a8e7af4a2cbf1b7bb25bdb86e487210e04d2 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux1_x86_64: https://files.pythonhosted.org/packages/02/fb/7fe040a2eedfb2bf68043fa04ffa464e3b2d0b9c8de2ed4151a9274cc66c/PyQt5_sip-12.8.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=58eae636e0b1926cddec98a703319a47f671cef07d73aaa525ba421cd4adfeb5 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/a6/c2/416950ebece2d1607c5bf77d58998811a30f161c52bf28c4aca14d1ec304/PyQt5_sip-12.8.0-cp36-cp36m-win32.whl#sha256=e6254647fa35e1260282aeb9c32a3dd363287b9a1ffcc4f22bd27e54178e92e4 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/e6/81/2ea852d3d5357d797d4f875fb963bb1cc704654a90a08bfe896fd7563d4a/PyQt5_sip-12.8.0-cp36-cp36m-win_amd64.whl#sha256=f4c294bfaf2be8004583266d4621bfd3a387e12946f548f966a7fbec91845f1b (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/c1/58/dbd1d3646f9ccbfabab4efbf2a913e8a1e000bad145c519d5680ba9468f2/PyQt5_sip-12.8.0-cp37-cp37m-macosx_10_9_x86_64.whl#sha256=224e2fbb7088595940c348d168a317caa2110cbb7a5b957a8c3fc0d9296ee069 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux1_x86_64: https://files.pythonhosted.org/packages/52/1e/d371784b4c71f0a731a1aeea5eff9e1c3e1ed92b2f079cff07245946d3e8/PyQt5_sip-12.8.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=5c19c4ad67af087e8f4411da7422391b236b941f5f0697f615c5816455d1355d (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/df/85/087673dbad663320f825e07f381a7836e605c02fb14ecf42200262046987/PyQt5_sip-12.8.0-cp37-cp37m-win32.whl#sha256=2a1153cda63f2632d3d5698f0cf29f6b1f1d5162305dc6f5b23336ad8f1039ed (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/8f/d2/963b9524c60b98cf891af9a147f4200e789a3bd68ae2cdc07f017c45e762/PyQt5_sip-12.8.0-cp37-cp37m-win_amd64.whl#sha256=94c80677b1e8c92fa080e24045d54ace5e4343c4ee6d0216675cd91d6f8e122a (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp38-cp38-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/59/ae/5de4af77eb977ade022f5f07bf86440fed18ab5d6075977090ef96e74247/PyQt5_sip-12.8.0-cp38-cp38-macosx_10_9_x86_64.whl#sha256=2a2239d16a49ce6eaf10166a84424543111f8ebe49d3c124d02af91b01a58425 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Skipping link: none of the wheel's tags match: cp38-cp38-manylinux1_x86_64: https://files.pythonhosted.org/packages/91/1a/b134a68114781db4833db4e79fe6bd16da1c55f8cdae402fa340698a0827/PyQt5_sip-12.8.0-cp38-cp38-manylinux1_x86_64.whl#sha256=b1bbe763d431d26f9565cba3e99866768761366ab6d609d2506d194882156fa7 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/cf/7e/83824bb57dd49d89c5e222aae47f98b1e0885f347549ed6ef2c65ea95a82/PyQt5_sip-12.8.0-cp38-cp38-win32.whl#sha256=d7b8a8f89385ad9e3da38e0123c22c0efc18005e0e2731b6b95e4c21db2049d2 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5), version: 12.8.0
  Skipping link: none of the wheel's tags match: cp38-cp38-win_amd64: https://files.pythonhosted.org/packages/3f/40/6722c66e43cbdb69df7ebab4d8e3ad5ae923226b3a3f7c93d47aebc1f052/PyQt5_sip-12.8.0-cp38-cp38-win_amd64.whl#sha256=1d65ce08a56282fb0273dd06585b8927b88d4fba71c01a54f8e2ac87ac1ed387 (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5)
  Found link https://files.pythonhosted.org/packages/73/a0/0987d3c153b18fd5f7b190bdc71e8edd05ff65e9084efd1f4985c2b1dc0f/PyQt5_sip-12.8.0.tar.gz#sha256=0a34b6596bdd28d52da3a51fa8d9bb0b287bcb605c2512aa3251b9028cc71f4d (from https://pypi.org/simple/pyqt5-sip/) (requires-python:>=3.5), version: 12.8.0
Given no hashes to check 2 links for project 'PyQt5-sip': discarding no candidates
Using version 12.8.0 (newest of versions: 12.8.0)
Collecting PyQt5-sip<13,>=12.8
  Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-unpack-qjwn7hak
  https://files.pythonhosted.org:443 "GET /packages/cf/7e/83824bb57dd49d89c5e222aae47f98b1e0885f347549ed6ef2c65ea95a82/PyQt5_sip-12.8.0-cp38-cp38-win32.whl HTTP/1.1" 200 51355
  Downloading PyQt5_sip-12.8.0-cp38-cp38-win32.whl (51 kB)
     |████████████████████████████████| 51 kB 4.1 MB/s
  Added PyQt5-sip<13,>=12.8 from https://files.pythonhosted.org/packages/cf/7e/83824bb57dd49d89c5e222aae47f98b1e0885f347549ed6ef2c65ea95a82/PyQt5_sip-12.8.0-cp38-cp38-win32.whl#sha256=d7b8a8f89385ad9e3da38e0123c22c0efc18005e0e2731b6b95e4c21db2049d2 (from pyqt5) to build tracker 'C:\\Users\\Jesse Maurais\\AppData\\Local\\Temp\\pip-req-tracker-0dj93oux'
  Removed PyQt5-sip<13,>=12.8 from https://files.pythonhosted.org/packages/cf/7e/83824bb57dd49d89c5e222aae47f98b1e0885f347549ed6ef2c65ea95a82/PyQt5_sip-12.8.0-cp38-cp38-win32.whl#sha256=d7b8a8f89385ad9e3da38e0123c22c0efc18005e0e2731b6b95e4c21db2049d2 (from pyqt5) from build tracker 'C:\\Users\\Jesse Maurais\\AppData\\Local\\Temp\\pip-req-tracker-0dj93oux'
1 location(s) to search for versions of shiboken2:
* https://pypi.org/simple/shiboken2/
Fetching project page and analyzing links: https://pypi.org/simple/shiboken2/
Getting page https://pypi.org/simple/shiboken2/
Found index url https://pypi.org/simple
https://pypi.org:443 "GET /simple/shiboken2/ HTTP/1.1" 200 9892
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/4d/7e/877befca225f28795059b794df1ce24496f215d7abd6570b775410313168/shiboken2-5.12.0-5.12.0-cp27-cp27m-macosx_10_12_intel.whl#sha256=a8a377fe251e4ba81ca33f2e227ac6afe1189512311c8823a133b212c12bc294 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/cb/e1/12f6c4247e13177c7ac12c99ab6613023644a58e638b2f68d98d109cfbd2/shiboken2-5.12.0-5.12.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=9e5d248064eca947828e36d608d80922b1fe00445587ad42b3a532d8502a17fb (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/eb/75/5c0b986e8c383025ed8e48074f92ba5abca3fa53eb6d92f8bd6ccb991e77/shiboken2-5.12.0-5.12.0-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=0a70a0b9960c1cea426dae1ed1082ac2d0ff2f7f46862aef190f0f5067fdaf93 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/3f/2c/7b0c1dee15e07f17de99a8e9ab519786f5273d896b9ca9dd10e5f29a8774/shiboken2-5.12.0-5.12.0-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=63ab17e3bf12351b26705c9dc9653d63d714d404fe2975b54cbb08846328e7e3 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/95/f8/2f0bcae89e654ce2d4aa55b898bed0408649ce43f4d882b16db67acd57b4/shiboken2-5.12.0-5.12.0-cp35.cp36.cp37-none-win32.whl#sha256=386939d8357d5d14338e7ab3f574060fb5044a4044f2cf718b6fbd23ce3887e1 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/99/f3/a313a8541878b4a474e63ef88bb35c2b91d97e8d1e5a22c6269bcf8886b1/shiboken2-5.12.0-5.12.0-cp35.cp36.cp37-none-win_amd64.whl#sha256=1985ebb922897bf6344e2f138a758d6190366a5426d9a45fb68465bcdebba4eb (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/41/ef/cadfa8ed5f8ab67b9d6afc77e15f90e091fbe3043348993a3b514ad71be5/shiboken2-5.12.1-5.12.1-cp27-cp27m-macosx_10_12_intel.whl#sha256=cf10631e1970ce22b3bc40673288afd55ba9b8a0d803ab0e4ed525b4a68ef6b0 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/90/77/33ec9e968e7b302de877a52e8e0fe8d1a07559930b9f26bda39c07a0a763/shiboken2-5.12.1-5.12.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=f4038e97eeffea96bcae932f005a3f7772734b38928e0d44e48af654525c38e3 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/48/2b/ac3d0caf33e9a8d73236d9e3d54e831cf2eb19529c2099bfecdf90e286f8/shiboken2-5.12.1-5.12.1-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=479a44f3b11c5d0ba3d581470db28b0788214526b2a26e173890aef47328d945 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/4e/a7/efa256fed7a07a8a679cbce755cab37cdb85744f990351bd2a9bd8ba796b/shiboken2-5.12.1-5.12.1-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=c2a2261c906065b4fb1725bb075a841c72e44e28ca642adb06663d8299d0d9fc (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/fa/f2/45d366a9aa6edd416fe6822c5a748d9a2239ce3b726c61bfe734963431a5/shiboken2-5.12.1-5.12.1-cp35.cp36.cp37-none-win32.whl#sha256=034ea9104506dcf1c77308a73a7840f1715054b3aaeb86c7ae8b260e6572e410 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/28/0b/c2b1dfeb4b5c3d501091f0dd9d5ca903a28d37c1c7b59224cd692195a61d/shiboken2-5.12.1-5.12.1-cp35.cp36.cp37-none-win_amd64.whl#sha256=49cb68fddd8bd302c0a9eb09554a99cad1b63bfc9440dd016b4fcd300af5612a (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/e8/9e/24fb0571e1f9d6da3ce41373896e31ebaef6a35332df5e5f5d78afa40ac0/shiboken2-5.12.2-5.12.2-cp27-cp27m-macosx_10_12_intel.whl#sha256=f60b9868ab959e73c756af8ffb4c7f2c3bd29ada55921ea7ddd059e01acedd4a (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/78/84/89f89c4b514e71f80d94b893041d70c800260faf2528f9be2fbd16aff9cd/shiboken2-5.12.2-5.12.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=ff8736e7816823333306824adce2910ea1f7d78e3ef216fc887896db47d01e60 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/bd/8b/a2ad76c3a935fae51f0ed9b150a9df08167c4550fcd07637f0db19c31849/shiboken2-5.12.2-5.12.2-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=7fb5f8fce3ab5a6186f80ad99f0c5ad67ed8c600185bdec5f9821a948daa3502 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/ac/78/bcb7755ae7367fede93e3580039ede70e1bbeea9776ef57c24dca5fa4349/shiboken2-5.12.2-5.12.2-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=1572ee14e4670980815b875d05fa7db6aabba9ea47dc00a236bb09c85afb039b (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/eb/7d/813ee2922a4d305285466d7388602d5851c8d93e1f12e99d04acbc3cfd8f/shiboken2-5.12.2-5.12.2-cp35.cp36.cp37-none-win32.whl#sha256=1ee2d5865e5a19091df8e86b88c352ee643629aede0b4532ae05efba2e5bd2c2 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/ec/da/1628d5f81feae1bab0de26b6684d3e60158ab0d3499b5344fe030c4a5687/shiboken2-5.12.2-5.12.2-cp35.cp36.cp37-none-win_amd64.whl#sha256=042323f03910c8fec32bd94221f72f951521ab5ca9568f780ca5d52d39e2d997 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/98/23/1f2b898221676a546f2b83e36bec5cce5b6e04fee969dc1368f4222c63b0/shiboken2-5.12.3-5.12.3-cp27-cp27m-macosx_10_12_intel.whl#sha256=d7d30ae3ba20556d5ddab5879a629a7d851d3f19255b76ccd21749429e6a3271 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/71/91/b910ce8de326a793d10292d78478ebdbb1025843893c77028dbd9466c037/shiboken2-5.12.3-5.12.3-cp27-cp27mu-manylinux1_x86_64.whl#sha256=209f1e8dc71b7d4262474ce0b1716b8e0b7db525c20d85849f5ddd249abf1908 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/fe/5b/d4a252ab22ca35644e400e0a8f5f45947c9dba7d065d0621b0e38677c23d/shiboken2-5.12.3-5.12.3-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=c1e5c75fdcb6ad9b47521ada5b35a7f7ae619895563b9708fee6f0045d09a002 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/47/75/9fe76b26277fee1dd5dbc1ade74cbab89400015b04474a9e099ff57a8905/shiboken2-5.12.3-5.12.3-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=bd06cc77fecec3f232bdfb82be20825f8a05c17f3b034b42f884f940092ba4fc (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/3a/6d/6af2e2d53b55e3ff1dfeaca5a95047a9335e2d7fa10392aa0f4fd8639c08/shiboken2-5.12.3-5.12.3-cp35.cp36.cp37-none-win32.whl#sha256=acbc29f88a144a55ca11b17357024e594a2fecd88d93c1a020aac8944fad970a (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/53/8a/24c49a3ff59f4a7fe2c9a6737b906f67225ef80ecd8258a8dd54a4dab2f1/shiboken2-5.12.3-5.12.3-cp35.cp36.cp37-none-win_amd64.whl#sha256=00f16d39cc7934934569ee148a89c2068992f66dbae4c50824087549d1bd7b7a (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/3c/51/50771aa75015a07e5847a0a471de60b22315f06762e968b33c49dd443262/shiboken2-5.12.4-5.12.4-cp27-cp27m-macosx_10_12_intel.whl#sha256=35ab0109e03e4f2c43b01d73b1c978f3eaee25d357abcfadb51e81fe1149ac2c (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/7c/1a/8784229f861d4471326c9e754c72419dbe50ab6967eff30562671f1353ed/shiboken2-5.12.4-5.12.4-cp27-cp27mu-manylinux1_x86_64.whl#sha256=561d4e5165d8ff503234bd17d3f880a8df3f6a6cc9a44f565d73fe207550d044 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/a2/cd/45f0805b3108312acc610cb3ae19719e0ac9d61775610c847092eec44d72/shiboken2-5.12.4-5.12.4-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=019815820625cdb43e5f2a18ede4821be98e3b9448c69aae07713035ee34572c (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/d0/85/a3094373f8f721191831c34ee47c65a1c97a07b8ee122d82a9044383382a/shiboken2-5.12.4-5.12.4-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=9379237def2b7e73dac85897853ba993a6f4692c66666f55a0b0a15efb076b36 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/d7/07/e640be6a57154b4e1d1e54ab2c94139ee52de41419dee4c143739f79f70c/shiboken2-5.12.4-5.12.4-cp35.cp36.cp37-none-win32.whl#sha256=7427a43acee54f3a2ac7e12baef8580b7c8c60783ee390ec913bcdcb07c3bae6 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/d8/50/6f8c08ba8175e5472248491616ad42054e71bb7e69f18ff76b8752982b41/shiboken2-5.12.4-5.12.4-cp35.cp36.cp37-none-win_amd64.whl#sha256=3a4b07fc5039c11530949a49f505be88cecf04f0b01677382294519837c31371 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/2d/82/9b5c3a9847933dc3c9a0af8d93fc1c5e649603dc5058015ddb651e5763df/shiboken2-5.12.5-5.12.5-cp27-cp27m-macosx_10_12_intel.whl#sha256=a968de627e1eb286d15914e6c65c0610aa65eb935c27edb91ffa861618d9ae44 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/16/c4/e074492335c23a8031435ef6df49c6fff110eee6604afb4dd6010b300947/shiboken2-5.12.5-5.12.5-cp27-cp27mu-manylinux1_x86_64.whl#sha256=95e27758094ff85563a4979bcfa0e7c530242c0ec2c7fa3a02100a3e03aa4641 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/58/ba/41023b4d453b4dd839e43d7a0d516ae1423e0f6e9353031502bae3c56f1c/shiboken2-5.12.5-5.12.5-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=caabd0043c158a7b405ef3563d6628f527b404d2f285b2feccf91a5789d64fae (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/3a/3d/546dd99d78eab469b7c64c8a924485f00752f983b2a3c875d7551e48b610/shiboken2-5.12.5-5.12.5-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=a20072b9db0e7e54ce7aae96a5bab13bd0c55bc84b4c91c26d6047bdbb5f34ef (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/f8/3f/914da65c6504ad8cc7a33b576f2c4c3f93d27dc8deb79def63ff9770981e/shiboken2-5.12.5-5.12.5-cp35.cp36.cp37-none-win32.whl#sha256=c9bbc834d548fd205f684d048fd5bbb2fff8d4734bb00981d6dfd5d59693d670 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/87/76/0190d25d41e7b699af2e483dc8c2ef551eb798ae38986f209dcc350fc52a/shiboken2-5.12.5-5.12.5-cp35.cp36.cp37-none-win_amd64.whl#sha256=632e886ad718ffbdfe561dadea111ae78fd473653af8fcc58c6d3e4cb4f73a03 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/ff/2d/cb183e4be67715a6254e0c2f6b5ea2940fac0a265455e7f0ce3438ef8989/shiboken2-5.12.6-5.12.6-cp27-cp27m-macosx_10_12_intel.whl#sha256=904c7653c64423a4c2c93496592bcc44bcd47b4029c2ae048392cc2d4d12ee6d (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/7a/8b/4c4728a67e473c496279cbf5679c6a2d68706d7a59a362399a59549050bf/shiboken2-5.12.6-5.12.6-cp27-cp27mu-manylinux1_x86_64.whl#sha256=ec0bd0eade7ca925cafa352f5b033b9055d0085d3174bda87ab40165c1b596c7 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/8f/88/93b0d23545f077510fdc6084a15d2e027a591cd37894a79219f3c27000a9/shiboken2-5.12.6-5.12.6-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=82f1f1c7c566ae9ff5b6364c28cafe9fe4bf7b380a961cf5d83d1e6f1963a746 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/1c/d2/425642b02c27e377e5770ff70abf254cad1b66feffda9e5ad66149192edc/shiboken2-5.12.6-5.12.6-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=d7cdc6a35c84b3d92d5aa6cf4c1cbca0cb25deb195bf39fcd9b6831ed0ebb551 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/72/d6/8c08e5a02c4edb92ba718ea4f707815c82c6acb5f2561f7611837eff759f/shiboken2-5.12.6-5.12.6-cp35.cp36.cp37-none-win32.whl#sha256=3caaa5ef556548a061118938494197c4d7388ef8a0e18eb3f76899a4ac49634b (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/e9/c2/7702cf16411a5b970e441f56858612d9b2a57d67f19a5f97ca83eaf986c6/shiboken2-5.12.6-5.12.6-cp35.cp36.cp37-none-win_amd64.whl#sha256=3beb4fc2f7cece373400b7b66fab00d2b29334527e55c84816a7dd07f1d84e5a (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/a1/60/2540933efa4cd6fc014d1c85a7ab8f797df111b39424b8bbc498a40c7869/shiboken2-5.13.0-5.13.0-cp27-cp27m-macosx_10_12_intel.whl#sha256=19fab126ea9e64eb9695704e2099cf864aacad2e8fce3bc749a910df16fdcb2e (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/6e/59/03fd642fde3bb227fba53a3f98c6fa683ee9e0403145a6092a1fafe81f56/shiboken2-5.13.0-5.13.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=cbca85a677194257c1a673d60b2bf4baba158edc7960b1ddd01f11e1d6fe777b (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/4e/7f/f52c4b1493135c30e77f84084850a110c0381fb29d6c63488ce1782e50de/shiboken2-5.13.0-5.13.0-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=f88640508f74c91d42f157ef183b3f6fd06f0358f00797b801d356418a5c85cb (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/d5/e2/e121fa55a759a286588a4017f57f34c03e8b35722131a2189a4f0e84bbac/shiboken2-5.13.0-5.13.0-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=4137e418fb19f2fffeb993f7a3d9216a398eb27d53dd93dfef4e471030dd54fe (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/c7/0f/59326c083b121f464806506d8adaa730011b80cc51c47d33ce5c03cb1a9a/shiboken2-5.13.0-5.13.0-cp35.cp36.cp37-none-win32.whl#sha256=71c830134aa63420cd5cd12d0abb80c4d67bcca42be0b6182a6085b6c6ddd96c (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/b0/bb/ecaeda1b02fe5c4b479c625944118fb8ce3befee1cb927bac90396057bd4/shiboken2-5.13.0-5.13.0-cp35.cp36.cp37-none-win_amd64.whl#sha256=9749fe940a62558db628ad20a1554620b3ac8f5a2d56d75533d1551bbd2ab37f (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/30/7e/db764992700bfca5d71b85ef66320494e6933a1703d60e4e5c1e619cfbfc/shiboken2-5.13.1-5.13.1-cp27-cp27m-macosx_10_12_intel.whl#sha256=f341940069fe764f2a9c3a06a9844c4c353c94227d3dbc304640f34b42c02d7a (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/c5/8d/a916e5101d9ec4afddf344fa086af49b1779a977956080a06d548f09339f/shiboken2-5.13.1-5.13.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=dfbb1f2ea86b4ddff9e91589bc93c9b6e2702ab09285cdc151daa8096442a665 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/7c/dd/ed4bd6d6dd40c22f6e5b37185da546b4a23668481ea9d4d9bbc80d952add/shiboken2-5.13.1-5.13.1-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=cfec94e16b289f7abca6bf7dfc88b877098653855914c9f54d6477f47c68a93b (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/00/cc/76b670f0efbbcdac08b5707f021bb0647c6449196857e043af7edbc521db/shiboken2-5.13.1-5.13.1-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=14ca49878c8d545d1b74b0526af81e4ed5064133c682b57cabfa0ac16e7a2ccb (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/d9/f0/798f865432c85079dce171d79b85e9f17785658c5d0a25226667d4034e20/shiboken2-5.13.1-5.13.1-cp35.cp36.cp37-none-win32.whl#sha256=f18ccc6f1870ab3fb7087412a745dfc4275c8afb1b645b88d982a5708032f3e3 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/9f/36/1e2313a3855b0b7148ca1b67125ba0ab42427948e68493ae0ae165f2f3ff/shiboken2-5.13.1-5.13.1-cp35.cp36.cp37-none-win_amd64.whl#sha256=2aa481ce1097d10f74f7d0570d7f38fa5158e49b2146ae3aae5c8c56623681b1 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_intel: https://files.pythonhosted.org/packages/ac/3c/dbb46898435f46ff59ccbab81188d7f4ab3ac7ba2fbaa76bcb99f35ad100/shiboken2-5.13.2-5.13.2-cp27-cp27m-macosx_10_12_intel.whl#sha256=7c766c4160636a238e0e4430e2f40b504b13bcc4951902eb78cd5c971f26c898 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/d6/76/2ad3ed04b62c74d89c2325dd9bcf4c978a0dc78368d7235935c7a9c9b589/shiboken2-5.13.2-5.13.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=e6543506cb353d417961b9ec3c6fc726ec2f72eeab609dc88943c2e5cb6d6408 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_12_intel, cp36-abi3-macosx_10_12_intel, cp37-abi3-macosx_10_12_intel: https://files.pythonhosted.org/packages/ac/be/d0be40ab6b9767571b72c84eff94700a6eee02a7a161f7302e71128c752b/shiboken2-5.13.2-5.13.2-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=ca08a3c95b1b20ac2b243b7b06379609bd73929dbc27b28c01415feffe3bcea1 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/31/90/7d22091d25492af3c49f47dd255c761b45c1b93e60e164d8007ed2146758/shiboken2-5.13.2-5.13.2-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl#sha256=81fa9b288c6c4b4c91220fcca2002eadb48fc5c3238e8bd88e982e00ffa77c53 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win32, cp36-none-win32, cp37-none-win32: https://files.pythonhosted.org/packages/74/3b/c48f6b29b63741379e1bc64f3c84c0ce680fe1274594b00ed3a8dc335b71/shiboken2-5.13.2-5.13.2-cp35.cp36.cp37-none-win32.whl#sha256=e2f72b5cfdb8b48bdb55bda4b42ec7d36d1bce0be73d6d7d4a358225d6fb5f25 (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64: https://files.pythonhosted.org/packages/5a/c8/2b5c3e29755d862a508c8e225812d2049964a047f3656684577e9e472d8a/shiboken2-5.13.2-5.13.2-cp35.cp36.cp37-none-win_amd64.whl#sha256=5e84a4b4e7ab08bb5db0a8168e5d0316fbf3c25b788012701a82079faadfb19b (from https://pypi.org/simple/shiboken2/)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/3b/53/57263c6323810fe78e6c6ed668c4fa70e47b63bdb5be363844fdb8ea38dc/shiboken2-5.14.0-5.14.0-cp27-cp27m-macosx_10_13_intel.whl#sha256=101fc366798f88cbff13586907f3755bebbd9304e66626fb6b0f6b28e0c9a5d2 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/ff/c1/7c3e3135e19f7becb42deaa8a24eb14129be289baa0ab958e668b2a54a4b/shiboken2-5.14.0-5.14.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=ab3ba84784c9641a11a21a8c64d494fa8b57be25e081e77f76747d543699f03c (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/52/ac/824afcc619e40db72d784b9bac41d9684ea3c120c413232db5e19258583e/shiboken2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=4f138656fc755399776062c89492d61f887d4e5fe7c78cded73917e80afcf2f5 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/d2/ed/95ed9353202b3e4115373288a7517fe0a13d70755fcb599d2df399ed9f4a/shiboken2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=a88267c7cc17501effc6b1b36d85e7ab28173af939b975ea42716ed12493b478 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/b3/25/1c841aa9c95a3dd499e273165ff3778e1aa873d8c0b4719f3d4f90f0f5a5/shiboken2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-none-win32.whl#sha256=676fef81e4d95b02816fde7359c1f2604efa3edd34b05ab0da42c57c7555f7d7 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.14.0
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/10/69/edd54be439d39f647737a54e497b30861b0d3a012a8d6283dd9f659fceda/shiboken2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=47c7c2652f578b37588e8b6daff3a852b3c88ae0f83be13886e4a74859e81763 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/2f/b1/6db3a3bad1a1111eb3202b74fa8fb2acc7c9699ab79601f48364e67fde64/shiboken2-5.14.1-5.14.1-cp27-cp27m-macosx_10_13_intel.whl#sha256=f6f119353d4861dee3f28962a80830ca3bf68509f0c89a9d779cd3cb90702091 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/b2/4b/fbf2464ece5097ef2e793d771d5c8a27b0c37ef2a0c1e12ae2d3a4161965/shiboken2-5.14.1-5.14.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=124b1d8dd6ea67138f08086343a4631c4ebd9f461bb8cb0c04d812ad15d03b36 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/63/a0/b3d3b5e501a9f81fd19cf82e2e37c7cd9bd6583068c9f75ffa389bcaa031/shiboken2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=bf47fabc87356e49f74152baece11777b0e176edfc0665bf13a7f199d83c94b6 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/b5/9b/afca43974697e7b50ec22d3ad0c878a3d07eb89bfe75d341707ff2421772/shiboken2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=b046f810f2409b734621972ee6bff1eac76e87f08ab0638010d99a1b79f72842 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/54/0f/a2afc9a7b18771e7d793fe39da2abadf198f4de945ce62eb211af3de5943/shiboken2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-none-win32.whl#sha256=90a3361c64b56a2029ebf7f09bdc0c7cad4d2a3020700a1dce725db8a334703c (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.14.1
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/7b/fe/1de1ff0075c83fb241c0de0123445e9a13a07655a7c4592dd3307d329f3d/shiboken2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=da8ee5fc65e41b542bf50eec2db57e707255d09c460cce62c0ff12a63e3bd2c6 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/27/3e/c6f09b9852e85f3f60cd78ec4ddd60b254d84e81b9cea7a8ed406070b0c0/shiboken2-5.14.2-5.14.2-cp27-cp27m-macosx_10_13_intel.whl#sha256=e887fccaa60dbf2b6f9ce46c32fb0d36434796ef3468d742e0bdad9cfc5b0c02 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/fc/55/19a37374cc5f1c9e11afac2f4c9e78dc4330cf96cef0d73cf19cd3b40415/shiboken2-5.14.2-5.14.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=4a1be8396c748b850d2b0bddc9ef3d277873d14503c83efbc34be7148c3c92fc (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/62/dc/0b23f1bba2cd0d7dbb76832a889fd6afc99c52bc7590afdd652e2c1fc650/shiboken2-5.14.2-5.14.2-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=1ab673cab00ac787f055f5859c6ad1e03e294c3a12247545f3b516860363b076 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/73/86/ec16732ba248139cd3fa25e4a5930356a9bd3363f99fb0eb0363767bf5de/shiboken2-5.14.2-5.14.2-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=32fa77f9464b1fa055f2d8c1511e624dbd39a8ad13053acc08c330d5631a7788 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/c0/ca/c5699bc4e91f0e3b6cea959672615359c7e49c96bbfb90867b0f29daa525/shiboken2-5.14.2-5.14.2-cp35.cp36.cp37.cp38-none-win32.whl#sha256=77b9bac57f7524c21a0711466dea43d4b45543f7d4ec1fc54acff9349d8296e3 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.14.2
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/e2/62/dfb26c86fdcf54a806758d9cb11984121ee667d821babf221d1ac253eba4/shiboken2-5.14.2-5.14.2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=6eda654156bdcabf14dd366f7da5ab2ffcf4d3099eb437f9a22742fd3f828f6a (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/7d/45/9396e24e5147be95584b15817625e2a4cf85bba45c39a0e956f687294994/shiboken2-5.14.2.1-5.14.2-cp27-cp27m-macosx_10_13_intel.whl#sha256=d285d476a76f254bff69cc58c1d4385df295b42de1a818d4a8d11694c2d728fc (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/2a/86/c84ca1646d49393af0280382eee38560e37a2ee26da70333afbf8a2a773e/shiboken2-5.14.2.1-5.14.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=73d03e74f542204e351539e42ab3e3727a69408e1497af4c6e84fb66c3e706d8 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/a1/b9/60713fe2b0b538a70e7d67dda98e6448819b4a5d1a567f88bb427b05c5e1/shiboken2-5.14.2.1-5.14.2-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=16b59490228bf923ea7c8ed6edcb4f7349ce5a5fc30369190c41487baf6d4aaa (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/44/ec/eb669f4215ee4e4a2c094cb53726593cf764284a7de77fda0a7865437f27/shiboken2-5.14.2.1-5.14.2-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=cd6ba0ba0d070c8ec090ad3eb10440989f7e5a4404c6b087f8f695a75a01e1dc (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/d3/a6/47e4fa02e9672af304b45da979410ffb737ada774d24326bddf90f705998/shiboken2-5.14.2.1-5.14.2-cp35.cp36.cp37.cp38-none-win32.whl#sha256=fe4d0cf6737f1d01944be4cf3b401d74015c515ab84622bf04f47d64ffcd39f9 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.14.2.1
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/74/f9/af32e9f652d2a7781213ae728bde020282d0711c107323c61b2842d6930a/shiboken2-5.14.2.1-5.14.2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=c022203b7cf01df6ad0bb190d286c2965958243a16e47bee8c5e6bbb9d0cd475 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/50/4a/f392e9dbcd5e2c94f510b1fcee52243e29ed4e719c27427d56085446af15/shiboken2-5.14.2.2-5.14.2-cp27-cp27m-macosx_10_13_intel.whl#sha256=068138353fd9b7abb89456489defe0c16fe2ba0438cd67b0d285338603368cf6 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/6e/64/0b340dc4c708e5f2d1823114039dc1700be678578316a88c02b420e9196d/shiboken2-5.14.2.2-5.14.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=668cc611b5504383364bbb4b786a6034bf59b4e0fcbd7bafdcca3d24b927e7c3 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/83/37/bb34821096efdfed7ba3093fbc95107725fdbecf9f3405b6d2b4a8a8a7c7/shiboken2-5.14.2.2-5.14.2-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=079dcffce1cb1ef113b888698ed21f88899a292ad43cb6af131a58ef7eb4d3ff (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/4a/b1/15cfcf86954e7486536fe4350b23c1439ba240f10845bd13ed95f0b14cf0/shiboken2-5.14.2.2-5.14.2-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=551a7fe45bfae7d302b4b9879c0aef6b130168158119fdb163ba0f464fd2297a (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/1c/eb/e0f2153fed54842444322f775c96b58a325f424f75147d4df1205b76e37f/shiboken2-5.14.2.2-5.14.2-cp35.cp36.cp37.cp38-none-win32.whl#sha256=97f678a4626a9d35b3635b3d28f0fe339035bf6f4f27c92609165c7f43dff360 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.14.2.2
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/d9/92/6550b10932bd79402a93e267639ff6c37627545ce5493c9e5fedec1ce736/shiboken2-5.14.2.2-5.14.2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=9e112c4cfca76a9711d0c980c2fc626e018fa941326e82a8d85ae31b37cc7e25 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/8a/e8/e749a2e6a03ec3bcd80cfe6a3cf346f4eedd8558a727419e8de546375276/shiboken2-5.14.2.3-5.14.2-cp27-cp27m-macosx_10_13_intel.whl#sha256=2f07b871b0f6f98f053939d50060e64d8d1225141a912877778c4ffd1664c7e2 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/30/fe/b6331f4244bafdbe2d364843d5ea18e4f25b8e2b13fe9fe7054137229390/shiboken2-5.14.2.3-5.14.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=462957e8e2aa5b36c813eb3ab2509e5cbbf02b37a7e0d2ff7c293e440c7a4fa9 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/59/de/5a3aaac6d305f335e9233cca1395e665e9ae554e636c339dd937e13988f1/shiboken2-5.14.2.3-5.14.2-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=992126edba512f4103a479d3df1579d4b381b2072d08b94d6414bb18bab50042 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/e8/35/06a6a1a930aad2cc099ef08d3f9669cf3d6d0be5603eb09d87d89532e672/shiboken2-5.14.2.3-5.14.2-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=38d46c52a05e03efdc85089ca4e2cb6b605b434666e096e11fa77c4c8c6b46bf (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/08/84/5f8ad83a76cf586d980ed492075cae1d3ac4c3f917c2ff8af9d2e1aad59e/shiboken2-5.14.2.3-5.14.2-cp35.cp36.cp37.cp38-none-win32.whl#sha256=c592fbba8a52f9de050211c730499c9d611e844a2a1d7472318804c574630acf (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.14.2.3
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/09/20/c80b19bc834809074fbbf63dbbd655d1b2dda392e9886af0817f98311f55/shiboken2-5.14.2.3-5.14.2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=b403e6cc13024e09605c7517da0d1d9dd04775fba17f278816a85af8fe427b45 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_13_intel: https://files.pythonhosted.org/packages/17/f7/3c16c2fd88c95467e574a5b3a034bed3b1096b92a1a41c029837f3afc3d0/shiboken2-5.15.0-5.15.0-cp27-cp27m-macosx_10_13_intel.whl#sha256=0826ce788fe55bce19a8f8a2c33d720a6ba8f59e1aab1fa9d7a53eceed3f3af5 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux1_x86_64: https://files.pythonhosted.org/packages/99/75/5776ce883492a0040120979692899ec5b3ed1df48ecffac6f1b2722d329b/shiboken2-5.15.0-5.15.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=a92c55363d5cd3cfdd6cd28dcf91e81a00a3aa5bb177d712817c09d26bd760db (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-macosx_10_13_intel, cp36-abi3-macosx_10_13_intel, cp37-abi3-macosx_10_13_intel, cp38-abi3-macosx_10_13_intel: https://files.pythonhosted.org/packages/94/e6/b1061b88ca123788512156a24191f41ffc88da3bc994b07db226dfb20c9b/shiboken2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl#sha256=41a9157fb9cc7e0c0747926b25c23c3f94d59d61736a6ff763ebc7acf6afc5cf (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-abi3-manylinux1_x86_64, cp36-abi3-manylinux1_x86_64, cp37-abi3-manylinux1_x86_64, cp38-abi3-manylinux1_x86_64: https://files.pythonhosted.org/packages/34/09/89ea79363e71233ee39f08c497efd8b34b1dd1e26f1905f18555b3cb1b1a/shiboken2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl#sha256=5702e77ad5999ac45498c3cd47f5d078ce7406cf8dc8df74337b0cdc084bf762 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Found link https://files.pythonhosted.org/packages/b9/43/c80055bd5b4aa27bfef65b4b0474d0bb8be7676ac92a7b5b8cd74fa0142d/shiboken2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl#sha256=4b0904e0967356a36e80cde05981faa14c120141856d973ee983eac0b83633c0 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9), version: 5.15.0
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/87/79/5a28663925fbccc4d5b5fc33ef64643e5f0865c8bf42fe94bf5e6e5aeb1b/shiboken2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=19d5f715e5ae8a815a7f148a8614a3225dceee6fd9d5decaa7749657f0f7ccbe (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/dd/08/97d81c697fc0d787e5eb62207c974784dac9c721589bf0ca6c22998fd777/shiboken2-5.15.0-5.15.0_1-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=94991848e9ff4d03c2d7feab484113b5b5ad7f9fdfa0b0ff46ce18da47b36b58 (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
  Skipping link: none of the wheel's tags match: cp35-none-win_amd64, cp36-none-win_amd64, cp37-none-win_amd64, cp38-none-win_amd64: https://files.pythonhosted.org/packages/03/00/1e59ff78b933fad31f5b3a62273f7644d8f421593e91fba06df1a244f927/shiboken2-5.15.0-5.15.0_2-cp35.cp36.cp37.cp38-none-win_amd64.whl#sha256=e753324a78cbdab1c5917b5600c708a8db7e1336579e7afa20ed90edda15eefa (from https://pypi.org/simple/shiboken2/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9)
Given no hashes to check 1 links for project 'shiboken2': discarding no candidates
Using version 5.15.0 (newest of versions: 5.15.0)
Collecting shiboken2==5.15.0
  Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-unpack-mzkekdlf
  https://files.pythonhosted.org:443 "GET /packages/b9/43/c80055bd5b4aa27bfef65b4b0474d0bb8be7676ac92a7b5b8cd74fa0142d/shiboken2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl HTTP/1.1" 200 1953653
  Downloading shiboken2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl (2.0 MB)
     |████████████████████████████████| 2.0 MB 595 kB/s
  Added shiboken2==5.15.0 from https://files.pythonhosted.org/packages/b9/43/c80055bd5b4aa27bfef65b4b0474d0bb8be7676ac92a7b5b8cd74fa0142d/shiboken2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl#sha256=4b0904e0967356a36e80cde05981faa14c120141856d973ee983eac0b83633c0 (from pyside2) to build tracker 'C:\\Users\\Jesse Maurais\\AppData\\Local\\Temp\\pip-req-tracker-0dj93oux'
  Removed shiboken2==5.15.0 from https://files.pythonhosted.org/packages/b9/43/c80055bd5b4aa27bfef65b4b0474d0bb8be7676ac92a7b5b8cd74fa0142d/shiboken2-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl#sha256=4b0904e0967356a36e80cde05981faa14c120141856d973ee983eac0b83633c0 (from pyside2) from build tracker 'C:\\Users\\Jesse Maurais\\AppData\\Local\\Temp\\pip-req-tracker-0dj93oux'
Installing collected packages: PyQt5-sip, pyqt5, shiboken2, pyside2
  Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-unpacked-wheel-0s64l9p0

  Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-unpacked-wheel-n580wr44

  Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-unpacked-wheel-ynnx28j5

  Created temporary directory: C:\Users\Jesse Maurais\AppData\Local\Temp\pip-unpacked-wheel-mvvq8g0m

Successfully installed PyQt5-sip-12.8.0 pyqt5-5.15.0 pyside2-5.15.0 shiboken2-5.15.0
1 location(s) to search for versions of pip:
* https://pypi.org/simple/pip/
Fetching project page and analyzing links: https://pypi.org/simple/pip/
Getting page https://pypi.org/simple/pip/
Found index url https://pypi.org/simple
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/pip/ HTTP/1.1" 200 13783
  Found link https://files.pythonhosted.org/packages/3d/9d/1e313763bdfb6a48977b65829c6ce2a43eaae29ea2f907c8bbef024a7219/pip-0.2.tar.gz#sha256=88bb8d029e1bf4acd0e04d300104b7440086f94cc1ce1c5c3c31e3293aee1f81 (from https://pypi.org/simple/pip/), version: 0.2
  Found link https://files.pythonhosted.org/packages/18/ad/c0fe6cdfe1643a19ef027c7168572dac6283b80a384ddf21b75b921877da/pip-0.2.1.tar.gz#sha256=83522005c1266cc2de97e65072ff7554ac0f30ad369c3b02ff3a764b962048da (from https://pypi.org/simple/pip/), version: 0.2.1
  Found link https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz#sha256=183c72455cb7f8860ac1376f8c4f14d7f545aeab8ee7c22cd4caf79f35a2ed47 (from https://pypi.org/simple/pip/), version: 0.3
  Found link https://files.pythonhosted.org/packages/0a/bb/d087c9a1415f8726e683791c0b2943c53f2b76e69f527f2e2b2e9f9e7b5c/pip-0.3.1.tar.gz#sha256=34ce534f17065c78f980702928e988a6b6b2d8a9851aae5f1571a1feb9bb58d8 (from https://pypi.org/simple/pip/), version: 0.3.1
  Found link https://files.pythonhosted.org/packages/cf/c3/153571aaac6cf999f4bb09c019b1ff379b7b599ea833813a41c784eec995/pip-0.4.tar.gz#sha256=28fc67558874f71fddda7168f73595f1650523dce3bc5bf189713ecdfc1e456e (from https://pypi.org/simple/pip/), version: 0.4
  Found link https://files.pythonhosted.org/packages/8d/c7/f05c87812fa5d9562ecbc5f4f1fc1570444f53c81c834a7f662af406e3c1/pip-0.5.tar.gz#sha256=328d8412782f22568508a0d0c78a49c9920a82e44c8dfca49954fe525c152b2a (from https://pypi.org/simple/pip/), version: 0.5
  Found link https://files.pythonhosted.org/packages/9a/aa/f536b6d14fe03343367da2ff44eee28f340ae650cd017ca088b6be13084a/pip-0.5.1.tar.gz#sha256=e27650538c41fe1007a41abd4cfd0f905b822622cbe1f8e7e09d1215af207694 (from https://pypi.org/simple/pip/), version: 0.5.1
  Found link https://files.pythonhosted.org/packages/db/e6/fdf7be8a17b032c533d3f91e91e2c63dd81d3627cbe4113248a00c2d39d8/pip-0.6.tar.gz#sha256=4cf47db6815b2f435d1f44e1f35ff04823043f6161f7df9aec71a123b0c47f0d (from https://pypi.org/simple/pip/), version: 0.6
  Found link https://files.pythonhosted.org/packages/91/cd/105f4d3c75d0ae18e12623acc96f42168aaba408dd6e43c4505aa21f8e37/pip-0.6.1.tar.gz#sha256=efe47e84ffeb0ea4804f9858b8a94bebd07f5452f907ebed36d03aed06a9f9ec (from https://pypi.org/simple/pip/), version: 0.6.1
  Found link https://files.pythonhosted.org/packages/1c/c7/c0e1a9413c37828faf290f29a85a4d6034c145cc04bf1622ba8beb662ad8/pip-0.6.2.tar.gz#sha256=1c1a504d7e70d2c24246f95bd16e3d5fcec740fd144df69a407bf65a2ee67586 (from https://pypi.org/simple/pip/), version: 0.6.2
  Found link https://files.pythonhosted.org/packages/3f/af/c4b9d49fb0f286996b28dbc0955c3ad359794697eb98e0e69863908070b0/pip-0.6.3.tar.gz#sha256=1a6df71eb29b98cba11bde6d6a0d8c6dd8b0518e74ceb71fb31ea4fbb42fd313 (from https://pypi.org/simple/pip/), version: 0.6.3
  Found link https://files.pythonhosted.org/packages/ec/7a/6fe91ff0079ad0437830957c459d52f3923e516f5b453218f2a93d09a427/pip-0.7.tar.gz#sha256=ceaea0b9e494d893c8a191895301b79c1db33e41f14d3ad93e3d28a8b4e9bf27 (from https://pypi.org/simple/pip/), version: 0.7
  Found link https://files.pythonhosted.org/packages/a5/63/11303863c2f5e9d9a15d89fcf7513a4b60987007d418862e0fb65c09fff7/pip-0.7.1.tar.gz#sha256=f54f05aa17edd0036de433c44892c8fedb1fd2871c97829838feb995818d24c3 (from https://pypi.org/simple/pip/), version: 0.7.1
  Found link https://files.pythonhosted.org/packages/cd/a9/1debaa96bbc1005c1c8ad3b79fec58c198d35121546ea2e858ce0894268a/pip-0.7.2.tar.gz#sha256=98df2eb779358412bbbae75980171ae85deebc846d87e244d086520b1212da09 (from https://pypi.org/simple/pip/), version: 0.7.2
  Found link https://files.pythonhosted.org/packages/74/54/f785c327fb3d163560a879b36edae5c78ee07806be282c9d4807f6be7dd1/pip-0.8.tar.gz#sha256=9017e4484a212dd4e1a43dd9f039dd7fc8338d4eea1c339d5ae1c80726de5b0f (from https://pypi.org/simple/pip/), version: 0.8
  Found link https://files.pythonhosted.org/packages/5c/79/5e8381cc3078bae92166f2ba96de8355e8c181926505ba8882f7b099a500/pip-0.8.1.tar.gz#sha256=7176a87f35675f6468341212f3b959bb51d23ea66eb1c3692bf746c45c716fa2 (from https://pypi.org/simple/pip/), version: 0.8.1
  Found link https://files.pythonhosted.org/packages/17/3e/0a98ab032991518741e7e712a719633e6ae160f51b3d3e855194530fd308/pip-0.8.2.tar.gz#sha256=f80a3549c048bc3bbcb47844826e9c7c6fcd87e77b92bef0d9e66d1b397c4962 (from https://pypi.org/simple/pip/), version: 0.8.2
  Found link https://files.pythonhosted.org/packages/f7/9a/943fc6d879ed7220bac2e7e53096bfe78abec88d77f2f516400e0129679e/pip-0.8.3.tar.gz#sha256=1be2e18edd38aa75b5e4ef38a99ec33ba9247177cfcb4a6d2d2b3e73430e3001 (from https://pypi.org/simple/pip/), version: 0.8.3
  Found link https://files.pythonhosted.org/packages/24/33/6eb675fb6db7b71d69d6928b33dea61b8bf5cfe1e5649be70ec84ce2fc09/pip-1.0.tar.gz#sha256=34ba07e2d14ba86d5088ba896ac80bed845a9b276ab8acb279b8d99bc77fec8e (from https://pypi.org/simple/pip/), version: 1.0
  Found link https://files.pythonhosted.org/packages/10/d9/f584e6107ef98ad7eaaaa5d0f756bfee12561fa6a4712ffdb7209e0e1fd4/pip-1.0.1.tar.gz#sha256=37d2f18213d3845d2038dd3686bc71fc12bb41ad66c945a8b0dfec2879f3497b (from https://pypi.org/simple/pip/), version: 1.0.1
  Found link https://files.pythonhosted.org/packages/16/90/5e6f80364d8a656f60681dfb7330298edef292d43e1499bcb3a4c71ff0b9/pip-1.0.2.tar.gz#sha256=a6ed9b36aac2f121c01a2c9e0307a9e4d9438d100a407db701ac65479a3335d2 (from https://pypi.org/simple/pip/), version: 1.0.2
  Found link https://files.pythonhosted.org/packages/25/57/0d42cf5307d79913a082c5c4397d46f3793bc35e1138a694136d6e31be99/pip-1.1.tar.gz#sha256=993804bb947d18508acee02141281c77d27677f8c14eaa64d6287a1c53ef01c8 (from https://pypi.org/simple/pip/), version: 1.1
  Found link https://files.pythonhosted.org/packages/ba/c3/4e1f892f41aaa217fe0d1f827fa05928783349c69f3cc06fdd68e112678a/pip-1.2.tar.gz#sha256=2b168f1987403f1dc6996a1f22a6f6637b751b7ab6ff27e78380b8d6e70aa314 (from https://pypi.org/simple/pip/), version: 1.2
  Found link https://files.pythonhosted.org/packages/c3/a2/a63244da32afd9ce9a8ca1bd86e71610039adea8b8314046ebe5047527a6/pip-1.2.1.tar.gz#sha256=12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1 (from https://pypi.org/simple/pip/), version: 1.2.1
  Found link https://files.pythonhosted.org/packages/00/45/69d4f2602b80550bfb26cfd2f62c2f05b3b5c7352705d3766cd1e5b27648/pip-1.3.tar.gz#sha256=d6a13c5be316cb21a0243047c7f163f47e88973ebccff8d32e63ca1bf4d9321c (from https://pypi.org/simple/pip/), version: 1.3
  Found link https://files.pythonhosted.org/packages/5b/ce/f5b98104f1c10d868936c25f7c597f492d4371aa9ad5fb61a94954ee7208/pip-1.3.1.tar.gz#sha256=145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957 (from https://pypi.org/simple/pip/), version: 1.3.1
  Found link https://files.pythonhosted.org/packages/5f/d0/3b3958f6a58783bae44158b2c4c7827ae89abaecdd4bed12cff402620b9a/pip-1.4.tar.gz#sha256=1fd43cbf07d95ddcecbb795c97a1674b3ddb711bb4a67661284a5aa765aa1b97 (from https://pypi.org/simple/pip/), version: 1.4
  Found link https://files.pythonhosted.org/packages/3f/f8/da390e0df72fb61d176b25a4b95262e3dcc14bda0ad25ac64d56db38b667/pip-1.4.1.tar.gz#sha256=4e7a06554711a624c35d0c646f63674b7f6bfc7f80221bf1eb1f631bd890d04e (from https://pypi.org/simple/pip/), version: 1.4.1
  Found link https://files.pythonhosted.org/packages/4f/7d/e53bc80667378125a9e07d4929a61b0bd7128a1129dbe6f07bb3228652a3/pip-1.5.tar.gz#sha256=25f81d1a0e55d3b1709818dd57fdfb954b028f229f09bd69cb0bc80a8e03e048 (from https://pypi.org/simple/pip/), version: 1.5
  Found link https://files.pythonhosted.org/packages/44/5d/1dca53b5de6d287e7eb99bd174bb022eb6cb0d6ca6e19ca6b16655dde8c2/pip-1.5.1-py2.py3-none-any.whl#sha256=00960db3b0b8724dd37fe37cfb9c72ecb8f59fab9db7d17c5c1e89a1adab49ce (from https://pypi.org/simple/pip/), version: 1.5.1
  Found link https://files.pythonhosted.org/packages/21/3f/d86a600c9b2f41a75caacf768a24130f343def97652de2345da15ef7911f/pip-1.5.1.tar.gz#sha256=e60e936fbc101d56668c6134c1f2b5b40fcbec8b4fc4ca7fc34842b6b4c5c130 (from https://pypi.org/simple/pip/), version: 1.5.1
  Found link https://files.pythonhosted.org/packages/3d/1f/227d77d5e9ed2df5162de4ba3616799a351eccb1ecd668ae824dd26153a1/pip-1.5.2-py2.py3-none-any.whl#sha256=6903909ccdcdbc3297b74118590e71344d6d262827acd1f5c0e2fcfce9807499 (from https://pypi.org/simple/pip/), version: 1.5.2
  Found link https://files.pythonhosted.org/packages/ed/94/391a003107f6ec997c314199d03bff1c105af758ee490e3255353574487b/pip-1.5.2.tar.gz#sha256=2a8a3e08e652d3a40edbb39264bf01f8ff3c32520a79113357cca1f30533f738 (from https://pypi.org/simple/pip/), version: 1.5.2
  Found link https://files.pythonhosted.org/packages/df/e9/bdb53d44fad1465b43edaf6bc7dd3027ed5af81405cc97603fdff0721ebb/pip-1.5.3-py2.py3-none-any.whl#sha256=f0037aed3ce6cf96b9e9117d42e967a74bea9ebe19088a2fdea5de93d5762fee (from https://pypi.org/simple/pip/), version: 1.5.3
  Found link https://files.pythonhosted.org/packages/55/de/671a48ad313c808623041fc475f7c8f7610401d9f573f06b40eeb84e74e3/pip-1.5.3.tar.gz#sha256=dc53b4d28b88556a37cd73052b6d1d08cc644c6724e37c4d38a2e3c03c5440b2 (from https://pypi.org/simple/pip/), version: 1.5.3
  Found link https://files.pythonhosted.org/packages/a9/9a/9aa19fe00de4c025562e5fb3796ff8520165a7dd1a5662c6ec9816e1ae99/pip-1.5.4-py2.py3-none-any.whl#sha256=fb7282556a42e84464f2e963a859ac4012d8134ba6218b70c1d82d145fcfa82f (from https://pypi.org/simple/pip/), version: 1.5.4
  Found link https://files.pythonhosted.org/packages/78/d8/6e58a7130d457edadb753a0ea5708e411c100c7e94e72ad4802feeef735c/pip-1.5.4.tar.gz#sha256=70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9 (from https://pypi.org/simple/pip/), version: 1.5.4
  Found link https://files.pythonhosted.org/packages/ce/c2/10d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c/pip-1.5.5-py2.py3-none-any.whl#sha256=fe7a5808190067b2598d85def9b83db46e5d64a00848ad843e107c36e1db4ae6 (from https://pypi.org/simple/pip/), version: 1.5.5
  Found link https://files.pythonhosted.org/packages/88/01/a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d/pip-1.5.5.tar.gz#sha256=4b7f5124364ae9b5ba833dcd8813a84c1c06fba1d7c8543323c7af4b33188eca (from https://pypi.org/simple/pip/), version: 1.5.5
  Found link https://files.pythonhosted.org/packages/3f/08/7347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8/pip-1.5.6-py2.py3-none-any.whl#sha256=fbc1351ffedf09ca7560428758845a88d648b9730b63ce9e5df53a7c89f039a4 (from https://pypi.org/simple/pip/), version: 1.5.6
  Found link https://files.pythonhosted.org/packages/45/db/4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772/pip-1.5.6.tar.gz#sha256=b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c (from https://pypi.org/simple/pip/), version: 1.5.6
  Found link https://files.pythonhosted.org/packages/dc/7c/21191b5944b917b66e4e4e06d74f668d814b6e8a3ff7acd874479b6f6b3d/pip-6.0-py2.py3-none-any.whl#sha256=5ec6732505bd8be49fe1f8ad557b88253ffb085736396df4d6bea753fc2a8f2c (from https://pypi.org/simple/pip/), version: 6.0
  Found link https://files.pythonhosted.org/packages/38/fd/065c66a88398f240e344fdf496b9707f92d75f88eedc3d10ff847b28a657/pip-6.0.tar.gz#sha256=6103897f1bb68d3f933edd60f3e3830c4ea6b8abf7a4b500db148921b11f6c9b (from https://pypi.org/simple/pip/), version: 6.0
  Found link https://files.pythonhosted.org/packages/e9/7a/cdbc1a12ed52410d557e48d4646f4543e9e991ff32d2374dc6db849aa617/pip-6.0.1-py2.py3-none-any.whl#sha256=322aea7d1f7b9ee68ad87ac4704cad5df97f77e70668c0bd18f964c5daa78173 (from https://pypi.org/simple/pip/), version: 6.0.1
  Found link https://files.pythonhosted.org/packages/4d/c3/8675b90cd89b9b222062f4f6c7e9d48b0387f5b35cbf747a74403a883e56/pip-6.0.1.tar.gz#sha256=fa2f7c68da4a405d673aa38542f9df009d60026db4f532429ac9cbfbda1f959d (from https://pypi.org/simple/pip/), version: 6.0.1
  Found link https://files.pythonhosted.org/packages/71/3c/b5a521e5e99cfff091e282231591f21193fd80de079ec5fb8ed9c6614044/pip-6.0.2-py2.py3-none-any.whl#sha256=7d17b0f267f7c9cd17cd2924bbbe2b4a3d407322c0e09084ca3f1295c1fed50d (from https://pypi.org/simple/pip/), version: 6.0.2
  Found link https://files.pythonhosted.org/packages/4c/5a/f9e8e3de0153282c7cb54a9b991af225536ac914bac858ca664cf883bb3e/pip-6.0.2.tar.gz#sha256=6fa90667706a679e3dc75b27a51fddafa64401c45e96f8ae6c20978183290077 (from https://pypi.org/simple/pip/), version: 6.0.2
  Found link https://files.pythonhosted.org/packages/73/cb/3eebf42003791df29219a3dfa1874572aa16114b44c9b1b0ac66bf96e8c0/pip-6.0.3-py2.py3-none-any.whl#sha256=b72655b6ac6aef1c86dd07f51e8ace8d7aabd6a1c4ff88db87155276fa32a073 (from https://pypi.org/simple/pip/), version: 6.0.3
  Found link https://files.pythonhosted.org/packages/ce/63/8d99ae60d11ae1a65f5d4fc39a529a598bd3b8e067132210cb0c4d9e9f74/pip-6.0.3.tar.gz#sha256=b091a35f5fa0faffac0b27b97e1e1e93ffe63b463c2ea8dbde0c1fb987933614 (from https://pypi.org/simple/pip/), version: 6.0.3
  Found link https://files.pythonhosted.org/packages/c5/0e/c974206726542bc495fc7443dd97834a6d14c2f0cba183fcfcd01075225a/pip-6.0.4-py2.py3-none-any.whl#sha256=8dfd95de29a7a3bb1e7d368cc83d566938eb210b04d553ebfe5e3a422f4aec65 (from https://pypi.org/simple/pip/), version: 6.0.4
  Found link https://files.pythonhosted.org/packages/02/a1/c90f19910ee153d7a0efca7216758121118d7e93084276541383fe9ca82e/pip-6.0.4.tar.gz#sha256=1dbbff9c369e510c7468ab68ba52c003f68f83c99c2f8259acd51099e8799f1e (from https://pypi.org/simple/pip/), version: 6.0.4
  Found link https://files.pythonhosted.org/packages/e9/1b/c6a375a337fb576784cdea3700f6c3eaf1420f0a01458e6e034cc178a84a/pip-6.0.5-py2.py3-none-any.whl#sha256=b2c20e3a2a43b2bbb1d19ad98be27eccc7b0f0ece016da602ccaa757a862b0e2 (from https://pypi.org/simple/pip/), version: 6.0.5
  Found link https://files.pythonhosted.org/packages/19/f2/58628768f618c8c9fea878e0fb97730c0b8a838d3ab3f325768bf12dac94/pip-6.0.5.tar.gz#sha256=3bf42d28be9085ab2e9aecfd69a6da2d31563fe833304bf71a620a30c38ab8a2 (from https://pypi.org/simple/pip/), version: 6.0.5
  Found link https://files.pythonhosted.org/packages/64/fc/4a49ccb18f55a0ceeb76e8d554bd4563217117492997825d194ed0017cc1/pip-6.0.6-py2.py3-none-any.whl#sha256=fb04f8afe1ba57626783f0c8e2f3d46bbaebaa446fcf124f434e968a2fee595e (from https://pypi.org/simple/pip/), version: 6.0.6
  Found link https://files.pythonhosted.org/packages/f6/ce/d9e4e178b66c766c117f62ddf4fece019ef9d50127a8926d2f60300d615e/pip-6.0.6.tar.gz#sha256=3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0 (from https://pypi.org/simple/pip/), version: 6.0.6
  Found link https://files.pythonhosted.org/packages/7a/8e/2bbd4fcf3ee06ee90ded5f39ec12f53165dfdb9ef25a981717ad38a16670/pip-6.0.7-py2.py3-none-any.whl#sha256=93a326304c7db749896bcef822bbbac1ab29dad5651c6d732e245975239890e6 (from https://pypi.org/simple/pip/), version: 6.0.7
  Found link https://files.pythonhosted.org/packages/52/85/b160ebdaa84378df6bb0176d4eed9f57edca662446174eead7a9e2e566d6/pip-6.0.7.tar.gz#sha256=35a5a43ac6b7af83ed47ea5731a365f43d350a3a7267e039e5f06b61d42ab3c2 (from https://pypi.org/simple/pip/), version: 6.0.7
  Found link https://files.pythonhosted.org/packages/63/65/55b71647adec1ad595bf0e5d76d028506dfc002df30c256f022ff7a660a5/pip-6.0.8-py2.py3-none-any.whl#sha256=3c22b0a8ff92727bd737a82f72700790591f177541df08c07bc1f90d6b72ac19 (from https://pypi.org/simple/pip/), version: 6.0.8
  Found link https://files.pythonhosted.org/packages/ef/8a/e3a980bc0a7f791d72c1302f65763ed300f2e14c907ac033e01b44c79e5e/pip-6.0.8.tar.gz#sha256=0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551 (from https://pypi.org/simple/pip/), version: 6.0.8
  Found link https://files.pythonhosted.org/packages/24/fb/8a56a46243514681e569bbafd8146fa383476c4b7c725c8598c452366f31/pip-6.1.0-py2.py3-none-any.whl#sha256=435a018f6d29e34d4f901bf4e6860d8a5fa1816b68d62008c18ca062a306db31 (from https://pypi.org/simple/pip/), version: 6.1.0
  Found link https://files.pythonhosted.org/packages/6c/84/432eb60bbcb414b9cdfcb135d5f4925e253c74e7d6916ada79990d6cc1a0/pip-6.1.0.tar.gz#sha256=89f120e2ab3d25ab70c36eb28ad4f280fc9ba71736e74d3055f609c1f9173768 (from https://pypi.org/simple/pip/), version: 6.1.0
  Found link https://files.pythonhosted.org/packages/67/f0/ba0fb41dbdbfc4aa3e0c16b40269aca6b9e3d59cacdb646218aa2e9b1d2c/pip-6.1.1-py2.py3-none-any.whl#sha256=a67e54aa0f26b6d62ccec5cc6735eff205dd0fed075f56ac3d3111e91e4467fc (from https://pypi.org/simple/pip/), version: 6.1.1
  Found link https://files.pythonhosted.org/packages/bf/85/871c126b50b8ee0b9819e8a63b614aedd264577e73478caedcd447e8f28c/pip-6.1.1.tar.gz#sha256=89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556 (from https://pypi.org/simple/pip/), version: 6.1.1
  Found link https://files.pythonhosted.org/packages/5a/9b/56d3c18d0784d5f2bbd446ea2dc7ffa7476c35e3dc223741d20cfee3b185/pip-7.0.0-py2.py3-none-any.whl#sha256=309c48399c7d68501a10ef206abd6e5c541fedbf84b95435d9063bd454b39df7 (from https://pypi.org/simple/pip/), version: 7.0.0
  Found link https://files.pythonhosted.org/packages/c6/16/6475b142927ca5d03e3b7968efa5b0edd103e4684ecfde181a25f6fa2505/pip-7.0.0.tar.gz#sha256=7b46bfc1b95494731de306a688e2a7bc056d7fa7ad27e026908fb2ae67fed23d (from https://pypi.org/simple/pip/), version: 7.0.0
  Found link https://files.pythonhosted.org/packages/5a/10/bb7a32c335bceba636aa673a4c977effa1e73a79f88856459486d8d670cf/pip-7.0.1-py2.py3-none-any.whl#sha256=d26b8573ba1ac1ec99a9bdbdffee2ff2b06c7790815211d0eb4dc1462a089705 (from https://pypi.org/simple/pip/), version: 7.0.1
  Found link https://files.pythonhosted.org/packages/4a/83/9ae4362a80739657e0c8bb628ea3fa0214a9aba7c8590dacc301ea293f73/pip-7.0.1.tar.gz#sha256=cfec177552fdd0b2d12b72651c8e874f955b4c62c1c2c9f2588cbdc1c0d0d416 (from https://pypi.org/simple/pip/), version: 7.0.1
  Found link https://files.pythonhosted.org/packages/64/7f/7107800ae0919a80afbf1ecba21b90890431c3ee79d700adac3c79cb6497/pip-7.0.2-py2.py3-none-any.whl#sha256=83c869c5ab7113866e2d69641ec470d47f0faae68ca4550a289a4d3db515ad65 (from https://pypi.org/simple/pip/), version: 7.0.2
  Found link https://files.pythonhosted.org/packages/75/b1/66532c273bca0133e42c3b4540a1609289f16e3046f1830f18c60794d661/pip-7.0.2.tar.gz#sha256=ba28fa60b573a9444e7b78ccb3b0f261d1f66f46d20403f9dce37b18a6aed405 (from https://pypi.org/simple/pip/), version: 7.0.2
  Found link https://files.pythonhosted.org/packages/96/76/33a598ae42dd0554207d83c7acc60e3b166dbde723cbf282f1f73b7a127c/pip-7.0.3-py2.py3-none-any.whl#sha256=7b1cb03e827d58d2d05e68ea96a9e27487ed4b0afcd951ac6e40847ce94f0738 (from https://pypi.org/simple/pip/), version: 7.0.3
  Found link https://files.pythonhosted.org/packages/35/59/5b23115758ba0f2fc465c459611865173ef006202ba83f662d1f58ed2fb8/pip-7.0.3.tar.gz#sha256=b4c598825a6f6dc2cac65968feb28e6be6c1f7f1408493c60a07eaa731a0affd (from https://pypi.org/simple/pip/), version: 7.0.3
  Found link https://files.pythonhosted.org/packages/f7/c0/9f8dac88326609b4b12b304e8382f64f7d5af7735a00d2fac36cf135fc30/pip-7.1.0-py2.py3-none-any.whl#sha256=80c29f899d3a00a448d65f8158544d22935baec7159af8da1a4fa1490ced481d (from https://pypi.org/simple/pip/), version: 7.1.0
  Found link https://files.pythonhosted.org/packages/7e/71/3c6ece07a9a885650aa6607b0ebfdf6fc9a3ef8691c44b5e724e4eee7bf2/pip-7.1.0.tar.gz#sha256=d5275ba3221182a5dd1b6bcfbfc5ec277fb399dd23226d6fa018048f7e0f10f2 (from https://pypi.org/simple/pip/), version: 7.1.0
  Found link https://files.pythonhosted.org/packages/1c/56/094d563c508917081bccff365e4f621ba33073c1c13aca9267a43cfcaf13/pip-7.1.1-py2.py3-none-any.whl#sha256=ce13000878d34c1178af76cb8cf269e232c00508c78ed46c165dd5b0881615f4 (from https://pypi.org/simple/pip/), version: 7.1.1
  Found link https://files.pythonhosted.org/packages/3b/bb/b3f2a95494fd3f01d3b3ae530e7c0e910dc25e88e30787b0a5e10cbc0640/pip-7.1.1.tar.gz#sha256=b22fe3c93a13fc7c04f145a42fd2ad50a9e3e1b8a7eed2e2b1c66e540a0951da (from https://pypi.org/simple/pip/), version: 7.1.1
  Found link https://files.pythonhosted.org/packages/b2/d0/cd115fe345dd6f07ec1c780020a7dfe74966fceeb171e0f20d1d4905b0b7/pip-7.1.2-py2.py3-none-any.whl#sha256=b9d3983b5cce04f842175e30169d2f869ef12c3546fd274083a65eada4e9708c (from https://pypi.org/simple/pip/), version: 7.1.2
  Found link https://files.pythonhosted.org/packages/d0/92/1e8406c15d9372084a5bf79d96da3a0acc4e7fcf0b80020a4820897d2a5c/pip-7.1.2.tar.gz#sha256=ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477 (from https://pypi.org/simple/pip/), version: 7.1.2
  Found link https://files.pythonhosted.org/packages/00/ae/bddef02881ee09c6a01a0d6541aa6c75a226a4e68b041be93142befa0cd6/pip-8.0.0-py2.py3-none-any.whl#sha256=262ed1823eb7fbe3f18a9bedb4800e59c4ab9a6682aff8c37b5ee83ea840910b (from https://pypi.org/simple/pip/), version: 8.0.0
  Found link https://files.pythonhosted.org/packages/e3/2d/03c014d11e66628abf2fda5ca00f779cbe7b5292c5cd13d42a95b94aa9b8/pip-8.0.0.tar.gz#sha256=90112b296152f270cb8dddcd19b7b87488d9e002e8cf622e14c4da9c2f6319b1 (from https://pypi.org/simple/pip/), version: 8.0.0
  Found link https://files.pythonhosted.org/packages/45/9c/6f9a24917c860873e2ce7bd95b8f79897524353df51d5d920cd6b6c1ec33/pip-8.0.1-py2.py3-none-any.whl#sha256=dedaac846bc74e38a3253671f51a056331ffca1da70e3f48d8128f2aa0635bba (from https://pypi.org/simple/pip/), version: 8.0.1
  Found link https://files.pythonhosted.org/packages/ea/66/a3d6187bd307159fedf8575c0d9ee2294d13b1cdd11673ca812e6a2dda8f/pip-8.0.1.tar.gz#sha256=477c50b3e538a7ac0fa611fb8b877b04b33fb70d325b12a81b9dbf3eb1158a4d (from https://pypi.org/simple/pip/), version: 8.0.1
  Found link https://files.pythonhosted.org/packages/e7/a0/bd35f5f978a5e925953ce02fa0f078a232f0f10fcbe543d8cfc043f74fda/pip-8.0.2-py2.py3-none-any.whl#sha256=249a6f3194be8c2e8cb4d4be3f6fd16a9f1e3336218caffa8e7419e3816f9988 (from https://pypi.org/simple/pip/), version: 8.0.2
  Found link https://files.pythonhosted.org/packages/ce/15/ee1f9a84365423e9ef03d0f9ed0eba2fb00ac1fffdd33e7b52aea914d0f8/pip-8.0.2.tar.gz#sha256=46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36b9f2d06d2212148439521 (from https://pypi.org/simple/pip/), version: 8.0.2
  Found link https://files.pythonhosted.org/packages/ae/d4/2b127310f5364610b74c28e2e6a40bc19e2d3c9a9a4e012d3e333e767c99/pip-8.0.3-py2.py3-none-any.whl#sha256=b0335bc837f9edb5aad03bd43d0973b084a1cbe616f8188dc23ba13234dbd552 (from https://pypi.org/simple/pip/), version: 8.0.3
  Found link https://files.pythonhosted.org/packages/22/f3/14bc87a4f6b5ec70b682765978a6f3105bf05b6781fa97e04d30138bd264/pip-8.0.3.tar.gz#sha256=30f98b66f3fe1069c529a491597d34a1c224a68640c82caf2ade5f88aa1405e8 (from https://pypi.org/simple/pip/), version: 8.0.3
  Found link https://files.pythonhosted.org/packages/1e/c7/78440b3fb882ed001e6e12d8770bd45e73d6eced4e57f7c072b829ce8a3d/pip-8.1.0-py2.py3-none-any.whl#sha256=a542b99e08002ead83200198e19a3983270357e1cb4fe704247990b5b35471dc (from https://pypi.org/simple/pip/), version: 8.1.0
  Found link https://files.pythonhosted.org/packages/3c/72/6981d5adf880adecb066a1a1a4c312a17f8d787a3b85446967964ac66d55/pip-8.1.0.tar.gz#sha256=d8faa75dd7d0737b16d50cd0a56dc91a631c79ecfd8d38b80f6ee929ec82043e (from https://pypi.org/simple/pip/), version: 8.1.0
  Found link https://files.pythonhosted.org/packages/31/6a/0f19a7edef6c8e5065f4346137cc2a08e22e141942d66af2e1e72d851462/pip-8.1.1-py2.py3-none-any.whl#sha256=44b9c342782ab905c042c207d995aa069edc02621ddbdc2b9f25954a0fdac25c (from https://pypi.org/simple/pip/), version: 8.1.1
  Found link https://files.pythonhosted.org/packages/41/27/9a8d24e1b55bd8c85e4d022da2922cb206f183e2d18fee4e320c9547e751/pip-8.1.1.tar.gz#sha256=3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798 (from https://pypi.org/simple/pip/), version: 8.1.1
  Found link https://files.pythonhosted.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-8.1.2-py2.py3-none-any.whl#sha256=6464dd9809fb34fc8df2bf49553bb11dac4c13d2ffa7a4f8038ad86a4ccb92a1 (from https://pypi.org/simple/pip/), version: 8.1.2
  Found link https://files.pythonhosted.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz#sha256=4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732 (from https://pypi.org/simple/pip/), version: 8.1.2
  Found link https://files.pythonhosted.org/packages/3f/ef/935d9296acc4f48d1791ee56a73781271dce9712b059b475d3f5fa78487b/pip-9.0.0-py2.py3-none-any.whl#sha256=c856ac18ca01e7127456f831926dc67cc7d3ab663f4c13b1ec156e36db4de574 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
  Found link https://files.pythonhosted.org/packages/5e/53/eaef47e5e2f75677c9de0737acc84b659b78a71c4086f424f55346a341b5/pip-9.0.0.tar.gz#sha256=f62fb70e7e000e46fce12aaeca752e5281a5446977fe5a75ab4189a43b3f8793 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
  Found link https://files.pythonhosted.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0e611408f196358da3/pip-9.0.1-py2.py3-none-any.whl#sha256=690b762c0a8460c303c089d5d0be034fb15a5ea2b75bdf565f40421f542fefb0 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
  Found link https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz#sha256=09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658ca940d (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
  Found link https://files.pythonhosted.org/packages/e7/f9/e801dcea22886cd513f6bd2e8f7e581bd6f67bb8e8f1cd8e7b92d8539280/pip-9.0.2-py2.py3-none-any.whl#sha256=b135491ddb061f39719b8472d8abb59c613816a2b86069c332db74d1cd208ab2 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
  Found link https://files.pythonhosted.org/packages/e5/8f/3fc66461992dc9e9fcf5e005687d5f676729172dda640df2fd8b597a6da7/pip-9.0.2.tar.gz#sha256=88110a224e9d30e5d76592a0b2130ef10e7e67a6426e8617bb918fffbfe91fe5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
  Found link https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl#sha256=c3ede34530e0e0b2381e7363aded78e0c33291654937e7373032fda04e8803e5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
  Found link https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz#sha256=7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
  Found link https://files.pythonhosted.org/packages/4b/5a/8544ae02a5bd28464e03af045e8aabde20a7b02db1911a9159328e1eb25a/pip-10.0.0b1-py2.py3-none-any.whl#sha256=dbd5d24cd461be23429625085a36cc8732cbcac4d2aaf673031f80f6ac07d844 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
  Found link https://files.pythonhosted.org/packages/aa/6d/ffbb86abf18b750fb26f27eda7c7732df2aacaa669c420d2eb2ad6df3458/pip-10.0.0b1.tar.gz#sha256=8d6e63d8b99752e4b53f272b66f9cd7b59e2b288e9a863a61c48d167203a2656 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
  Found link https://files.pythonhosted.org/packages/97/72/1d514201e7d7fc7fff5aac3de9c7b892cd72fb4bf23fd983630df96f7412/pip-10.0.0b2-py2.py3-none-any.whl#sha256=79f55588912f1b2b4f86f96f11e329bb01b25a484e2204f245128b927b1038a7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
  Found link https://files.pythonhosted.org/packages/32/67/572f642e6e42c580d3154964cfbab7d9322c23b0f417c6c01fdd206a2777/pip-10.0.0b2.tar.gz#sha256=ad6adec2150ce4aed8f6134d9b77d928fc848dbcb887fb1a455988cf99da5cae (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
  Found link https://files.pythonhosted.org/packages/62/a1/0d452b6901b0157a0134fd27ba89bf95a857fbda64ba52e1ca2cf61d8412/pip-10.0.0-py2.py3-none-any.whl#sha256=86a60a96d85e329962a9e6f6af612cbc11106293dbc83f119802b5bee9874cf3 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
  Found link https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz#sha256=f05a3eeea64bce94e85cc6671d679473d66288a4d37c3fcf983584954096b34f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
  Found link https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl#sha256=717cdffb2833be8409433a93746744b59505f42146e8d37de6c62b430e25d6d7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
  Found link https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz#sha256=f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
  Found link https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl#sha256=070e4bf493c7c2c9f6a08dd797dd3c066d64074c38e9e8a0fb4e6541f266d96c (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
  Found link https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579/pip-18.0.tar.gz#sha256=a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
  Found link https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl#sha256=7909d0a0932e88ea53a7014dfd14522ffef91a464daaaf5c573343852ef98550 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
  Found link https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz#sha256=c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
  Found link https://files.pythonhosted.org/packages/60/64/73b729587b6b0d13e690a7c3acd2231ee561e8dd28a58ae1b0409a5a2b20/pip-19.0-py2.py3-none-any.whl#sha256=249ab0de4c1cef3dba4cf3f8cca722a07fc447b1692acd9f84e19c646db04c9a (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
  Found link https://files.pythonhosted.org/packages/11/31/c483614095176ddfa06ac99c2af4171375053b270842c7865ca0b4438dc1/pip-19.0.tar.gz#sha256=c82bf8bc00c5732f0dd49ac1dea79b6242a1bd42a5012e308ed4f04369b17e54 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
  Found link https://files.pythonhosted.org/packages/46/dc/7fd5df840efb3e56c8b4f768793a237ec4ee59891959d6a215d63f727023/pip-19.0.1-py2.py3-none-any.whl#sha256=aae79c7afe895fb986ec751564f24d97df1331bb99cdfec6f70dada2f40c0044 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
  Found link https://files.pythonhosted.org/packages/c8/89/ad7f27938e59db1f0f55ce214087460f65048626e2226531ba6cb6da15f0/pip-19.0.1.tar.gz#sha256=e81ddd35e361b630e94abeda4a1eddd36d47a90e71eb00f38f46b57f787cd1a5 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
  Found link https://files.pythonhosted.org/packages/d7/41/34dd96bd33958e52cb4da2f1bf0818e396514fd4f4725a79199564cd0c20/pip-19.0.2-py2.py3-none-any.whl#sha256=6a59f1083a63851aeef60c7d68b119b46af11d9d803ddc1cf927b58edcd0b312 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
  Found link https://files.pythonhosted.org/packages/4c/4d/88bc9413da11702cbbace3ccc51350ae099bb351febae8acc85fec34f9af/pip-19.0.2.tar.gz#sha256=f851133f8b58283fa50d8c78675eb88d4ff4cde29b6c41205cd938b06338e0e5 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
  Found link https://files.pythonhosted.org/packages/d8/f3/413bab4ff08e1fc4828dfc59996d721917df8e8583ea85385d51125dceff/pip-19.0.3-py2.py3-none-any.whl#sha256=bd812612bbd8ba84159d9ddc0266b7fbce712fc9bc98c82dee5750546ec8ec64 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
  Found link https://files.pythonhosted.org/packages/36/fa/51ca4d57392e2f69397cd6e5af23da2a8d37884a605f9e3f2d3bfdc48397/pip-19.0.3.tar.gz#sha256=6e6f197a1abfb45118dbb878b5c859a0edbdd33fd250100bc015b67fded4b9f2 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
  Found link https://files.pythonhosted.org/packages/f9/fb/863012b13912709c13cf5cfdbfb304fa6c727659d6290438e1a88df9d848/pip-19.1-py2.py3-none-any.whl#sha256=8f59b6cf84584d7962d79fd1be7a8ec0eb198aa52ea864896551736b3614eee9 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
  Found link https://files.pythonhosted.org/packages/51/5f/802a04274843f634469ef299fcd273de4438386deb7b8681dd059f0ee3b7/pip-19.1.tar.gz#sha256=d9137cb543d8a4d73140a3282f6d777b2e786bb6abb8add3ac5b6539c82cd624 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
  Found link https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl#sha256=993134f0475471b91452ca029d4390dc8f298ac63a712814f101cd1b6db46676 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
  Found link https://files.pythonhosted.org/packages/93/ab/f86b61bef7ab14909bd7ec3cd2178feb0a1c86d451bc9bccd5a1aedcde5f/pip-19.1.1.tar.gz#sha256=44d3d7d3d30a1eb65c7e5ff1173cdf8f7467850605ac7cc3707b6064bddd0958 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
  Found link https://files.pythonhosted.org/packages/3a/6f/35de4f49ae5c7fdb2b64097ab195020fb48faa8ad3a85386ece6953c11b1/pip-19.2-py2.py3-none-any.whl#sha256=468c67b0b1120cd0329dc72972cf0651310783a922e7609f3102bd5fb4acbf17 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
  Found link https://files.pythonhosted.org/packages/41/13/b6e68eae78405af6e4e9a93319ae5bb371057786f1590b157341f7542d7d/pip-19.2.tar.gz#sha256=aa6fdd80d13caac75d92b5eced06778712859b1606ba92d62389c11be12b2dad (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
  Found link https://files.pythonhosted.org/packages/62/ca/94d32a6516ed197a491d17d46595ce58a83cbb2fca280414e57cd86b84dc/pip-19.2.1-py2.py3-none-any.whl#sha256=80d7452630a67c1e7763b5f0a515690f2c1e9ad06dda48e0ae85b7fdf2f59d97 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
  Found link https://files.pythonhosted.org/packages/8b/8a/1b2aadd922db1afe6bc107b03de41d6d37a28a5923383e60695fba24ae81/pip-19.2.1.tar.gz#sha256=258d702483dd749400aec59c23d638a5b2249ae28a0f478b6cab12ad45681a80 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
  Found link https://files.pythonhosted.org/packages/8d/07/f7d7ced2f97ca3098c16565efbe6b15fafcba53e8d9bdb431e09140514b0/pip-19.2.2-py2.py3-none-any.whl#sha256=4b956bd8b7b481fc5fa222637ff6d0823a327e5118178f1ec47618a480e61997 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
  Found link https://files.pythonhosted.org/packages/aa/1a/62fb0b95b1572c76dbc3cc31124a8b6866cbe9139eb7659ac7349457cf7c/pip-19.2.2.tar.gz#sha256=e05103825871e210d50a44c7e448587b0ed99dd775d3ef586304c58f40224a53 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
  Found link https://files.pythonhosted.org/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl#sha256=340a0ba40fdeb16413914c0fcd8e0b4ebb0bf39a900ec80e11c05d836c05103f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3
  Found link https://files.pythonhosted.org/packages/00/9e/4c83a0950d8bdec0b4ca72afd2f9cea92d08eb7c1a768363f2ea458d08b4/pip-19.2.3.tar.gz#sha256=e7a31f147974362e6c82d84b91c7f2bdf57e4d3163d3d454e6c3e71944d67135 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3
  Found link https://files.pythonhosted.org/packages/4a/08/6ca123073af4ebc4c5488a5bc8a010ac57aa39ce4d3c8a931ad504de4185/pip-19.3-py2.py3-none-any.whl#sha256=e100a7eccf085f0720b4478d3bb838e1c179b1e128ec01c0403f84e86e0e2dfb (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3
  Found link https://files.pythonhosted.org/packages/af/7a/5dd1e6efc894613c432ce86f1011fcc3bbd8ac07dfeae6393b7b97f1de8b/pip-19.3.tar.gz#sha256=324d234b8f6124846b4e390df255cacbe09ce22791c3b714aa1ea6e44a4f2861 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3
  Found link https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl#sha256=6917c65fc3769ecdc61405d3dfd97afdedd75808d200b2838d7d961cebc0c2c7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1
  Found link https://files.pythonhosted.org/packages/ce/ea/9b445176a65ae4ba22dce1d93e4b5fe182f953df71a145f557cffaffc1bf/pip-19.3.1.tar.gz#sha256=21207d76c1031e517668898a6b46a9fb1501c7a4710ef5dfd6a40ad9e6757ea7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1
  Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/60/65/16487a7c4e0f95bb3fc89c2e377be331fd496b7a9b08fd3077de7f3ae2cf/pip-20.0-py2.py3-none-any.whl#sha256=eea07b449d969dbc8c062c157852cf8ed2ad1b8b5ac965a6b819e62929e41703 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
  Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/8c/5c/c18d58ab5c1a702bf670e0bd6a77cd4645e4aeca021c6118ef850895cc96/pip-20.0.tar.gz#sha256=5128e9a9401f1d16c1d15b2ed766a79d7813db1538428d0b0ce74838249e3a41 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
  Found link https://files.pythonhosted.org/packages/57/36/67f809c135c17ec9b8276466cc57f35b98c240f55c780689ea29fa32f512/pip-20.0.1-py2.py3-none-any.whl#sha256=b7110a319790ae17e8105ecd6fe07dbcc098a280c6d27b6dd7a20174927c24d7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1
  Found link https://files.pythonhosted.org/packages/28/af/2c76c8aa46ccdf7578b83d97a11a2d1858794d4be4a1610ade0d30182e8b/pip-20.0.1.tar.gz#sha256=3cebbac2a1502e09265f94e5717408339de846b3c0f0ed086d7b817df9cab822 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1
  Found link https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl#sha256=4ae14a42d8adba3205ebeb38aa68cfc0b6c346e1ae2e699a0b3bad4da19cef5c (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2
  Found link https://files.pythonhosted.org/packages/8e/76/66066b7bc71817238924c7e4b448abdb17eb0c92d645769c223f9ace478f/pip-20.0.2.tar.gz#sha256=7db0c8ea4c7ea51c8049640e8e6e7fde949de672bfa4949920675563a5a6967f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2
  Found link https://files.pythonhosted.org/packages/ec/05/82d3fababbf462d876883ebc36f030f4fa057a563a80f5a26ee63679d9ea/pip-20.1b1-py2.py3-none-any.whl#sha256=4cf0348b683937da883ccaae8c8bcfc9b4c7ba4c48b38cc2d89cd7b8d0b220d9 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1
  Found link https://files.pythonhosted.org/packages/cd/81/c1184456fe506bd50992571c9f8581907976ce71502e36741f033e2da1f1/pip-20.1b1.tar.gz#sha256=699880a47f6d306f4f9a87ca151ef33d41d2223b81ff343b786d38c297923a19 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1
  Found link https://files.pythonhosted.org/packages/54/2e/df11ea7e23e7e761d484ed3740285a34e38548cf2bad2bed3dd5768ec8b9/pip-20.1-py2.py3-none-any.whl#sha256=4fdc7fd2db7636777d28d2e1432e2876e30c2b790d461f135716577f73104369 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1
  Found link https://files.pythonhosted.org/packages/d1/05/059c78cd5d740d2299266ffa15514dad6692d4694df571bf168e2cdd98fb/pip-20.1.tar.gz#sha256=572c0f25eca7c87217b21f6945b7192744103b18f4e4b16b8a83b227a811e192 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1
  Found link https://files.pythonhosted.org/packages/43/84/23ed6a1796480a6f1a2d38f2802901d078266bda38388954d01d3f2e821d/pip-20.1.1-py2.py3-none-any.whl#sha256=b27c4dedae8c41aa59108f2fa38bf78e0890e590545bc8ece7cdceb4ba60f6e4 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1
  Found link https://files.pythonhosted.org/packages/08/25/f204a6138dade2f6757b4ae99bc3994aac28a5602c97ddb2a35e0e22fbc4/pip-20.1.1.tar.gz#sha256=27f8dc29387dd83249e06e681ce087e6061826582198a425085e0bf4c1cf3a55 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1
  Found link https://files.pythonhosted.org/packages/fe/3b/0fc5e63eb277d5a50a95ce5c896f742ef243be27382303a4a44dd0197e29/pip-20.2b1-py2.py3-none-any.whl#sha256=b4e230e2b8ece18c5a19b818f3c20a8d4eeac8172962779fd9898d7c4ceb1636 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1
  Found link https://files.pythonhosted.org/packages/77/3e/6a1fd8e08a06e3e0f54182c7c937bba3f4e9cf1b26f54946d3915021ea2e/pip-20.2b1.tar.gz#sha256=dbf65ecb1c30d35d72f5fda052fcd2f1ea9aca8eaf03d930846d990f51d3f6f6 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1
  Found link https://files.pythonhosted.org/packages/36/74/38c2410d688ac7b48afa07d413674afc1f903c1c1f854de51dc8eb2367a5/pip-20.2-py2.py3-none-any.whl#sha256=d75f1fc98262dabf74656245c509213a5d0f52137e40e8f8ed5cc256ddd02923 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2
  Found link https://files.pythonhosted.org/packages/b9/27/a9007a575c8a8e80c22144fec5df3943fd304dfa791bed44a0130e984803/pip-20.2.tar.gz#sha256=912935eb20ea6a3b5ed5810dde9754fde5563f5ca9be44a8a6e5da806ade970b (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2
Given no hashes to check 141 links for project 'pip': discarding no candidates
WARNING: You are using pip version 20.1.1; however, version 20.2 is available.
You should consider upgrading via the 'c:\program files\python38\python.exe -m pip install --upgrade pip' command.
Removed build tracker: 'C:\\Users\\Jesse Maurais\\AppData\\Local\\Temp\\pip-req-tracker-0dj93oux'

@uranusjr
Copy link
Member

So it seems that pip is convinced your Python installation is 32-bit. Can you check the output of the following Python code?

import distutils.util
distutils.util.get_platform()

Also, can you provide the result of:

  1. What does where pip3 outputs?
  2. What happens if you run pip against the Python installation explicitly, i.e. "C:\Program Files\Python38\python.exe" -m pip install pyqt5?

@JesseMaurais
Copy link
Author

JesseMaurais commented Jul 30, 2020

Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import distutils.util
>>> distutils.util.get_platform()
'win-amd64'
>>>

Not surprising that it's 64 bit since python.exe and pip3.exe were given that way by dumpbin.

C:\Windows\System32>where pip3
C:\Program Files\Python38\Scripts\pip3.exe

I got the same path to python.exe as well.

C:\Windows\System32>python -m pip install pyqt5
Requirement already satisfied: pyqt5 in c:\program files\python38\lib\site-packages (5.15.0)
Requirement already satisfied: PyQt5-sip<13,>=12.8 in c:\program files\python38\lib\site-packages (from pyqt5) (12.8.0)
WARNING: You are using pip version 20.1.1; however, version 20.2 is available.
You should consider upgrading via the 'C:\Program Files\Python38\python.exe -m pip install --upgrade pip' command.

I suspect you'll want to see this from a clean install, so I'll do that next. But the result of doing it like this leads me to expect that it's going to be the same thing.

@JesseMaurais
Copy link
Author

JesseMaurais commented Jul 30, 2020

I did a full uninstall and manually cleaned by %ProgramFiles% and %AppData% folders for files that pip might have cached. Then ran

C:\Windows\System32>python -m pip install pyqt5
Collecting pyqt5
  Downloading PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl (56.3 MB)
     |████████████████████████████████| 56.3 MB 2.2 MB/s
Collecting PyQt5-sip<13,>=12.8
  Downloading PyQt5_sip-12.8.0-cp38-cp38-win32.whl (51 kB)
     |████████████████████████████████| 51 kB 57 kB/s
Installing collected packages: PyQt5-sip, pyqt5
Successfully installed PyQt5-sip-12.8.0 pyqt5-5.15.0
WARNING: You are using pip version 20.1.1; however, version 20.2 is available.
You should consider upgrading via the 'C:\Program Files\Python38\python.exe -m pip install --upgrade pip' command.

And from Python

Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyQt5.QtWidgets
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed while importing QtWidgets: %1 is not a valid Win32 application.

No difference. I'm starting to wonder if the installer or python or pip itself creates any registry keys that are not being removed on uninstall. I believe that I had, some time ago, installed python and that it may have been the x86 version. I did find under HKLM/Software/WOW6432Node/Python/PyLauncer that my prior install has left some keys.
image

Unless PyLauncher is 32 bit for the amd64 installer too.

@pfmoore
Copy link
Member

pfmoore commented Jul 30, 2020

Please provide the output of python -m pip debug --verbose.

@JesseMaurais
Copy link
Author

C:\Windows\System32>python -m pip debug --verbose
WARNING: This command is only meant for debugging. Do not use this with automation for parsing and getting these details, since the output and options of this command may change without notice.
pip version: pip 20.1.1 from C:\Program Files\Python38\lib\site-packages\pip (python 3.8)
sys.version: 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)]
sys.executable: C:\Program Files\Python38\python.exe
sys.getdefaultencoding: utf-8
sys.getfilesystemencoding: utf-8
locale.getpreferredencoding: cp1252
sys.platform: win32
sys.implementation:
  name: cpython
'cert' config value: Not specified
REQUESTS_CA_BUNDLE: None
CURL_CA_BUNDLE: None
pip._vendor.certifi.where(): C:\Program Files\Python38\lib\site-packages\pip\_vendor\certifi\cacert.pem
pip._vendor.DEBUNDLED: False
vendored library versions:
  appdirs==1.4.3
  CacheControl==0.12.6
  colorama==0.4.3
  contextlib2==0.6.0.post1 (Unable to locate actual module version, using vendor.txt specified version)
  distlib==0.3.0
  distro==1.5.0 (Unable to locate actual module version, using vendor.txt specified version)
  html5lib==1.0.1
  ipaddress==1.0.23
  msgpack==1.0.0 (Unable to locate actual module version, using vendor.txt specified version)
  packaging==20.3
  pep517==0.8.2
  progress==1.5
  pyparsing==2.4.7
  requests==2.23.0
  certifi==2020.04.05.1
  chardet==3.0.4
  idna==2.9
  urllib3==1.25.8
  resolvelib==0.3.0
  retrying==1.3.3 (Unable to locate actual module version, using vendor.txt specified version)
  setuptools==44.0.0 (Unable to locate actual module version, using vendor.txt specified version)
  six==1.14.0
  toml==0.10.0
  webencodings==0.5.1 (Unable to locate actual module version, using vendor.txt specified version)
Compatible tags: 30
  cp38-cp38-win32
  cp38-abi3-win32
  cp38-none-win32
  cp37-abi3-win32
  cp36-abi3-win32
  cp35-abi3-win32
  cp34-abi3-win32
  cp33-abi3-win32
  cp32-abi3-win32
  py38-none-win32
  py3-none-win32
  py37-none-win32
  py36-none-win32
  py35-none-win32
  py34-none-win32
  py33-none-win32
  py32-none-win32
  py31-none-win32
  py30-none-win32
  cp38-none-any
  py38-none-any
  py3-none-any
  py37-none-any
  py36-none-any
  py35-none-any
  py34-none-any
  py33-none-any
  py32-none-any
  py31-none-any
  py30-none-any

@pfmoore
Copy link
Member

pfmoore commented Jul 30, 2020

So the problem is that your Python is reporting that it's compatible with "win32" wheels. That's very weird - my copy of Python correctly reports tags like cp38-cp38-win_amd64.

Where did you get your copy of Python from? Is it the python.org distribution? I'm wondering if there's a problem with 3.8.5 🙁 I'm still on 3.8.3.

@JesseMaurais
Copy link
Author

Yes, it was Python.org and I believe it was on this page: https://www.python.org/downloads/release/python-385/

The "Windows x86-64 executable installer"

@pfmoore
Copy link
Member

pfmoore commented Jul 30, 2020

OK, so I upgraded my Python using that version, and I still get the correct tags. Something is definitely broken with your environment, but I'm not sure what.

One further possibility. Can you do

>>> import distutils.util
>>> print(distutils.util.__file__)

Also, can you provide the output of python -m pip list --verbose, just in case that helps?

@JesseMaurais
Copy link
Author

JesseMaurais commented Jul 30, 2020

Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> import distutils.util
>>> print(distutils.util.__file__)
C:\Program Files\Python38\lib\distutils\util.py
>>> distutils.util.get_host_platform()
'win-amd64'
>>>

[Edit: forgot the next part you asked for]

C:\Windows\System32>python -m pip list --verbose
Package    Version Location                                    Installer
---------- ------- ------------------------------------------- ---------
pip        20.1.1  c:\program files\python38\lib\site-packages pip
PyQt5      5.15.0  c:\program files\python38\lib\site-packages pip
PyQt5-sip  12.8.0  c:\program files\python38\lib\site-packages pip
setuptools 47.1.0  c:\program files\python38\lib\site-packages pip
WARNING: You are using pip version 20.1.1; however, version 20.2 is available.
You should consider upgrading via the 'C:\Program Files\Python38\python.exe -m pip install --upgrade pip' command.

@uranusjr
Copy link
Member

uranusjr commented Jul 30, 2020

This is so weird. What does this give you?

from pip._internal.utils.compatibility_tags import get_supported
get_supported()

Also, does the following returns anything?

python -m pip config list

@pfmoore
Copy link
Member

pfmoore commented Jul 30, 2020

OK, I'm baffled. Your pip installation is somehow broken, but I'm at a loss to know how. How about

from pip._vendor.packaging import tags
list(tags._generic_platforms())

That should give exactly the same result as distutils.util.get_host_platform.

And as a clutching-at-straws possibility:

print(list(tags.cpython_tags()))
print(list(tags.cpython_tags())[0].__class__)

That's all I've got left...

@JesseMaurais
Copy link
Author

@uranusjr

>>> from pip._internal.utils.compatibility_tags import get_supported
>>> get_supported()
[<cp38-cp38-win_amd64 @ 2107521705152>, <cp38-abi3-win_amd64 @ 2107521737664>, <cp38-none-win_amd64 @ 2107521739264>, <cp37-abi3-win_amd64 @ 2107517953536>, <cp36-abi3-win_amd64 @ 2107521890432>, <cp35-abi3-win_amd64 @ 2107521890688>, <cp34-abi3-win_amd64 @ 2107521890944>, <cp33-abi3-win_amd64 @ 2107521891200>, <cp32-abi3-win_amd64 @ 2107521891456>, <py38-none-win_amd64 @ 2107521892032>, <py3-none-win_amd64 @ 2107521891968>, <py37-none-win_amd64 @ 2107521892224>, <py36-none-win_amd64 @ 2107521900736>, <py35-none-win_amd64 @ 2107521900992>, <py34-none-win_amd64 @ 2107521901248>, <py33-none-win_amd64 @ 2107521901504>, <py32-none-win_amd64 @ 2107521901760>, <py31-none-win_amd64 @ 2107521902016>, <py30-none-win_amd64 @ 2107521902272>, <cp38-none-any @ 2107521902784>, <py38-none-any @ 2107521902528>, <py3-none-any @ 2107521903040>, <py37-none-any @ 2107521903296>, <py36-none-any @ 2107521903552>, <py35-none-any @ 2107521903808>, <py34-none-any @ 2107521904064>, <py33-none-any @ 2107521904320>, <py32-none-any @ 2107521904576>, <py31-none-any @ 2107521904896>, <py30-none-any @ 2107521905152>]
>>>

And the next command you suggested does not output anything

@pfmoore

>>> from pip._vendor.packaging import tags
>>> list(tags._generic_platforms())
['win_amd64']
>>> print(list(tags.cpython_tags()))
[<cp38-cp38-win_amd64 @ 2107521737728>, <cp38-abi3-win_amd64 @ 2107521739712>, <cp38-none-win_amd64 @ 2107521890496>, <cp37-abi3-win_amd64 @ 2107521754432>, <cp36-abi3-win_amd64 @ 2107521890752>, <cp35-abi3-win_amd64 @ 2107521891008>, <cp34-abi3-win_amd64 @ 2107521891264>, <cp33-abi3-win_amd64 @ 2107521891520>, <cp32-abi3-win_amd64 @ 2107521891776>]
>>> print(list(tags.cpython_tags())[0].__class__)
<class 'pip._vendor.packaging.tags.Tag'>
>>>

@uranusjr
Copy link
Member

So the support library is also reporting correctly. The only theory I can come up now is maybe you have some configs or environment variables set that manually overrides the default platform. But pip config list is empty… I assume you don’t have PIP_INSTALL_PLATFORM set as an environment variable either. Stumped 😞

@JesseMaurais
Copy link
Author

Just checked with "set" on the command line. No pip or python environment variables from what I can tell.

@pfmoore
Copy link
Member

pfmoore commented Jul 31, 2020

@JesseMaurais Can you make changes to your installed copy of pip? That would mean editing a file in C:\Program Files\Python38\lib\site-packages\pip, so you'd need admin privileges.

If you can, then could you modify C:\Program Files\Python38\lib\site-packages\pip\_internal\_cli\cmdoptions.py to add a debugging print statement in the function make_target_python:

def make_target_python(options):
    # type: (Values) -> TargetPython
    print(options)    # <--- Please add this print statement
    target_python = TargetPython(
        platform=options.platform,
        py_version_info=options.python_version,
        abi=options.abi,
        implementation=options.implementation,
    )

    return target_python

If you can then re-run py -m pip debug --verbose, you should see a dump of the options pip sees just before the "compatibility tags" section. If you can provide that output, it might help.

Don't forget to undo the change you made once you get the debug output! 🙂

@JesseMaurais
Copy link
Author

JesseMaurais commented Jul 31, 2020

I believe that I've discovered the problem.

in .../Lib/distutils/util.py we have the code for the platform

def get_platform():
    if os.name == 'nt':
        TARGET_TO_PLAT = {
            'x86' : 'win32',
            'x64' : 'win-amd64',
            'arm' : 'win-arm32',
        }
        return TARGET_TO_PLAT.get(os.environ.get('VSCMD_ARG_TGT_ARCH')) or get_host_platform()
    else:
        return get_host_platform()

Which checks the environment variable VSCMD_ARG_TGT_ARCH for which a Google search did not land me in any official documentation, but I did find this page: https://bugs.python.org/issue38989

Besides the fact the MSVC's target platform isn't really related to the architecture for dependencies being installed, I'm not sure VSCMD_ARG_TGT_ARCH is an appropriate variable to look at in the first place. It doesn't seem to be at all documented, and (from looking at the implemenation) it seems to be meant as how parse_cmd.bat communicates with vcvars.bat, dotnet.bat, winsdk.bat, etc (these are all sub-programms that make up vcvarsall.bat)

I think %PLATFORM% (which generally ends up set equal to %VSCMD_ARG_TGT_ARCH% once vsdevcmd\ext\vcvars.bat has done its thing) is might be a better variable that cross-compiling should actually look at when it wants to know what architecture MSVC will compile to.

And I think Kevin Puetz (puetzk) is correct. Using this variable to determine the platform dependencies for Python packages is not reliable; it can grab packages that do not match the architecture against which Python was built and so scripts using such packages will not run in the interpreter for which they were installed.

I ran afoul of this because I installed the packages in my Visual Studio Developers Command Prompt and because my Visual Studio installation was x86. This may have been obvious had I not cropped out the header whenever pasting text output from the prompt.

**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.6.3
** Copyright (c) 2020 Microsoft Corporation
**********************************************************************

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community>python
Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import distutils.util
>>> distutils.util.get_platform()
'win32'
>>>

And as for the environment of that same console

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community>set VS
VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\
VSCMD_ARG_app_plat=Desktop
VSCMD_ARG_HOST_ARCH=x86
VSCMD_ARG_TGT_ARCH=x86
VSCMD_VER=16.6.3
VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\
VSSDK150INSTALL=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VSSDK
VSSDKINSTALL=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VSSDK

Whereas if I run from the vanilla console

Microsoft Windows [Version 10.0.19041.388]
(c) 2020 Microsoft Corporation. All rights reserved.

C:\Users\Jesse Maurais>python
Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import distutils.util
>>> distutils.util.get_platform()
'win-amd64'
>>>

And that is the correct answer.

C:\Users\Jesse Maurais>set VS
Environment variable VS not defined

Maybe this would also have been more obvious had I not been running the dev console as admin, since it lands you in C:\Windows\System32 by default, whereas with a default user it lands in you the VS folder under Program Files (x86) for some reason. Also I had probably been using the vanilla console when I ran some of your tests that gave the correct answer and the dev console when I installed the packages. The fault there was mine.

My work around for now is to install using vanilla cmd.exe and the dev console for my work. However, I suspect that the use of VSCMD_ARG_TGT_ARCH for this purpose is incorrect and that more people are not running into this issue only because they are not using the dev console.

@pfmoore
Copy link
Member

pfmoore commented Jul 31, 2020

Nice bit of debugging there, and thank you particularly for taking the time to report back here on what you found!

So in conclusion:

  1. This doesn't seem to be a bug in pip.
  2. It is a bug in distutils, but core distutils is unlikely to fix it.

Glad you found a workaround, but I agree this should be fixed.

Setuptools is in the process of incorporating/merging distutils (pypa/setuptools#2143), and traditionally has been the place where distutils gets "developed" anyway (new features and fixes), so this is probably worth raising there. /cc @pypa/setuptools-developers - what's the best way to report this now? Basically a copy of https://bugs.python.org/issue38989

@JesseMaurais
Copy link
Author

You're right, it isn't a pip bug. But I think pip might avoid it by using get_host_platform() rather than get_platform() to get around the environment variable. At least it could be no worse since get_platform() defaults to get_host_platform() when the variable is undefined anyway.

I mean in ...\Lib\site-packages\pip_vendor\packaging\tags.py(678):

def _generic_platforms():
    # type: () -> Iterator[str]
    yield _normalize_string(distutils.util.get_platform())

And again in ...\Lib\distutils\util.py(97):

def get_platform():
    if os.name == 'nt':
        TARGET_TO_PLAT = {
            'x86' : 'win32',
            'x64' : 'win-amd64',
            'arm' : 'win-arm32',
        }
        return TARGET_TO_PLAT.get(os.environ.get('VSCMD_ARG_TGT_ARCH')) or get_host_platform()
    else:
        return get_host_platform()

As long as get_host_platform() is the target of python.exe rather than the machine, it should always work. And it appears that the host platform one is based on sys.version (https://docs.python.org/3/library/sys.html)

A string containing the version number of the Python interpreter plus additional information on the build number and compiler used. This string is displayed when the interactive interpreter is started. Do not extract version information out of it, rather, use version_info and the functions provided by the platform module.

@pfmoore
Copy link
Member

pfmoore commented Jul 31, 2020

Indeed, that seems reasonable - it would be a change to the packaging library, which we vendor.

It's not obvious what the difference between get_platform and get_host_platform is intended to be, but it looks like get_platform is intended as the "target" and get_host_platform as the "host" - but given that distutils has never (to my knowledge) properly supported cross-compilation, that seems like a pointless distinction. It does however suggest that it would be correct for packaging to use get_host_platform, though.

I've opened pypa/packaging#327 for this.

One thing that I'm still slightly confused by. When you attempted the installs you were using the VS developer prompt. When you did the debug checks we asked you to try, I assume you were using a "normal" command prompt, as otherwise we would have seen a platform of "win32". Is that right? I assume it is, but I'm just tying up the loose ends here 🙂

@JesseMaurais
Copy link
Author

Yes, that my bad.

@pfmoore
Copy link
Member

pfmoore commented Jul 31, 2020

Yes, that my bad.

No worries, we were all baffled, no reason to think that would be relevant. (Famous last words, I know 🙂)

@jaraco
Copy link
Member

jaraco commented Aug 2, 2020

Setuptools is in the process of incorporating/merging distutils (pypa/setuptools#2143), and traditionally has been the place where distutils gets "developed" anyway (new features and fixes), so this is probably worth raising there. /cc @pypa/setuptools-developers - what's the best way to report this now? Basically a copy of https://bugs.python.org/issue38989

For now, please report and submit patches to pypa/distutils. Anything patched there will get readily merged into Setuptools and is fairly straightforward to port to CPython if appropriate.

@pradyunsg
Copy link
Member

Nice debugging @JesseMaurais! ^>^

Is anyone clear on what the next steps on this issue are?

@pradyunsg pradyunsg added the C: wheel The wheel format and 'pip wheel' command label Aug 12, 2020
@pradyunsg pradyunsg added OS: windows Windows specific type: bug A confirmed bug or unintended behavior labels Aug 12, 2020
@triage-new-issues triage-new-issues bot removed S: needs triage Issues/PRs that need to be triaged labels Aug 12, 2020
@pfmoore
Copy link
Member

pfmoore commented Aug 12, 2020

Someone needs to raise issues (or better, PRs) against pypa/distutils for the root cause, and pypa/packaging for the possible workaround discussed above. I don't know if @JesseMaurais intends to do this. I don't, personally.

I don't believe there's a pip bug here, so this particular issue could probably be closed.

@uranusjr
Copy link
Member

Reading the BPO issue, it seems like the behaviour change to get_platform() is intentional, and callers should use get_host_platform() instead if its their intention. So I don’t think there’s anything to do in pypa/distutils, and pypa/packaging should change the call—or better, re-implement the function in packaging.tags since both get_platform() and get_host_platform() are both private functions.

I’ll take the liberty to close this and redirect further discussion to pypa/packaging#327.

@uranusjr uranusjr added resolution: wrong project Should be reported elsewhere and removed C: wheel The wheel format and 'pip wheel' command OS: windows Windows specific type: bug A confirmed bug or unintended behavior labels Aug 23, 2020
@puetzk
Copy link
Contributor

puetzk commented Apr 26, 2021

pypa/packaging#327 (comment) is fixed by pypa/packaging#396, but it needs a release and an update to the vendored pin before pip works again in VsDevCmd prompts.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: wrong project Should be reported elsewhere
Projects
None yet
Development

No branches or pull requests

6 participants