ntxy / oscmidi

8 stars 1 forks source link

Problem installing: #1

Open lepidopteralady1781 opened 4 years ago

lepidopteralady1781 commented 4 years ago

Terminal Output:

DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: python-osc==1.4.2 in /home/lepidopteralady/.local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.2)
Collecting python-rtmidi==0.5b1
  Using cached python-rtmidi-0.5b1.tar.bz2 (152 kB)
Building wheels for collected packages: python-rtmidi
  Building wheel for python-rtmidi (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-kxUu2K/python-rtmidi/setup.py'"'"'; __file__='"'"'/tmp/pip-install-kxUu2K/python-rtmidi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-JXTCMs
       cwd: /tmp/pip-install-kxUu2K/python-rtmidi/
  Complete output (28 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-2.7
  creating build/lib.linux-x86_64-2.7/rtmidi
  copying rtmidi/midiconstants.py -> build/lib.linux-x86_64-2.7/rtmidi
  copying rtmidi/release.py -> build/lib.linux-x86_64-2.7/rtmidi
  copying rtmidi/__init__.py -> build/lib.linux-x86_64-2.7/rtmidi
  copying rtmidi/midiutil.py -> build/lib.linux-x86_64-2.7/rtmidi
  creating build/lib.linux-x86_64-2.7/osc2midi
  copying examples/osc2midi/midievents.py -> build/lib.linux-x86_64-2.7/osc2midi
  copying examples/osc2midi/main.py -> build/lib.linux-x86_64-2.7/osc2midi
  copying examples/osc2midi/midiio.py -> build/lib.linux-x86_64-2.7/osc2midi
  copying examples/osc2midi/oscdispatcher.py -> build/lib.linux-x86_64-2.7/osc2midi
  copying examples/osc2midi/device.py -> build/lib.linux-x86_64-2.7/osc2midi
  copying examples/osc2midi/lru_cache.py -> build/lib.linux-x86_64-2.7/osc2midi
  copying examples/osc2midi/__init__.py -> build/lib.linux-x86_64-2.7/osc2midi
  running build_ext
  building 'rtmidi._rtmidi' extension
  creating build/temp.linux-x86_64-2.7
  creating build/temp.linux-x86_64-2.7/src
  x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-1x6jhf/python2.7-2.7.18~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -D__PYX_FORCE_INIT_THREADS -D__LINUX_ALSA__ -D__UNIX_JACK__ -Isrc -I/usr/include/python2.7 -c src/_rtmidi.cpp -o build/temp.linux-x86_64-2.7/src/_rtmidi.o
  src/_rtmidi.cpp:4:10: fatal error: Python.h: No such file or directory
      4 | #include "Python.h"
        |          ^~~~~~~~~~
  compilation terminated.
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for python-rtmidi
  Running setup.py clean for python-rtmidi
Failed to build python-rtmidi
Installing collected packages: python-rtmidi
    Running setup.py install for python-rtmidi ... error
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-kxUu2K/python-rtmidi/setup.py'"'"'; __file__='"'"'/tmp/pip-install-kxUu2K/python-rtmidi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-Xb3wHv/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/lepidopteralady/.local/include/python2.7/python-rtmidi
         cwd: /tmp/pip-install-kxUu2K/python-rtmidi/
    Complete output (28 lines):
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-2.7
    creating build/lib.linux-x86_64-2.7/rtmidi
    copying rtmidi/midiconstants.py -> build/lib.linux-x86_64-2.7/rtmidi
    copying rtmidi/release.py -> build/lib.linux-x86_64-2.7/rtmidi
    copying rtmidi/__init__.py -> build/lib.linux-x86_64-2.7/rtmidi
    copying rtmidi/midiutil.py -> build/lib.linux-x86_64-2.7/rtmidi
    creating build/lib.linux-x86_64-2.7/osc2midi
    copying examples/osc2midi/midievents.py -> build/lib.linux-x86_64-2.7/osc2midi
    copying examples/osc2midi/main.py -> build/lib.linux-x86_64-2.7/osc2midi
    copying examples/osc2midi/midiio.py -> build/lib.linux-x86_64-2.7/osc2midi
    copying examples/osc2midi/oscdispatcher.py -> build/lib.linux-x86_64-2.7/osc2midi
    copying examples/osc2midi/device.py -> build/lib.linux-x86_64-2.7/osc2midi
    copying examples/osc2midi/lru_cache.py -> build/lib.linux-x86_64-2.7/osc2midi
    copying examples/osc2midi/__init__.py -> build/lib.linux-x86_64-2.7/osc2midi
    running build_ext
    building 'rtmidi._rtmidi' extension
    creating build/temp.linux-x86_64-2.7
    creating build/temp.linux-x86_64-2.7/src
    x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-1x6jhf/python2.7-2.7.18~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -D__PYX_FORCE_INIT_THREADS -D__LINUX_ALSA__ -D__UNIX_JACK__ -Isrc -I/usr/include/python2.7 -c src/_rtmidi.cpp -o build/temp.linux-x86_64-2.7/src/_rtmidi.o
    src/_rtmidi.cpp:4:10: fatal error: Python.h: No such file or directory
        4 | #include "Python.h"
          |          ^~~~~~~~~~
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
    ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-kxUu2K/python-rtmidi/setup.py'"'"'; __file__='"'"'/tmp/pip-install-kxUu2K/python-rtmidi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-Xb3wHv/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/lepidopteralady/.local/include/python2.7/python-rtmidi Check the logs for full command output.

inxi -F:

System:    Host: zen-butterfly Kernel: 5.4.0-7626-generic x86_64 bits: 64 
           Desktop: Gnome 3.36.1 Distro: Pop!_OS 20.04 LTS 
Machine:   Type: Laptop System: LENOVO product: 81FB v: Lenovo ideapad 330S-15ARR 
           serial: <superuser/root required> 
           Mobo: LENOVO model: LNVNB161216 v: SDK0J40700WIN 
           serial: <superuser/root required> UEFI: LENOVO v: 7WCN30WW date: 11/08/2018 
Battery:   ID-1: BAT1 charge: 28.5 Wh condition: 29.9/30.0 Wh (100%) 
CPU:       Topology: Quad Core model: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx 
           bits: 64 type: MT MCP L2 cache: 2048 KiB 
           Speed: 1373 MHz min/max: 1600/2000 MHz Core speeds (MHz): 1: 1426 2: 1418 
           3: 1474 4: 1509 5: 1482 6: 1453 7: 1387 8: 1385 
Graphics:  Device-1: AMD Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series] 
           driver: amdgpu v: kernel 
           Display: x11 server: X.Org 1.20.8 driver: amdgpu resolution: 1920x1080~60Hz 
           OpenGL: renderer: AMD RAVEN (DRM 3.35.0 5.4.0-7626-generic LLVM 9.0.1) 
           v: 4.6 Mesa 20.0.4 
Audio:     Device-1: AMD Raven/Raven2/Fenghuang HDMI/DP Audio driver: snd_hda_intel 
           Device-2: AMD Raven/Raven2/FireFlight/Renoir Audio Processor driver: N/A 
           Device-3: AMD Family 17h HD Audio driver: snd_hda_intel 
           Sound Server: ALSA v: k5.4.0-7626-generic 
Network:   Device-1: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter 
           driver: ath10k_pci 
           IF: wlp1s0 state: up mac: 10:63:c8:53:1b:dd 
           Device-2: Qualcomm Atheros type: USB driver: btusb 
Drives:    Local Storage: total: 238.47 GiB used: 65.70 GiB (27.6%) 
           ID-1: /dev/nvme0n1 vendor: SK Hynix model: HFS256GD9TNG-62A0A size: 238.47 GiB 
Partition: ID-1: / size: 225.38 GiB used: 63.25 GiB (28.1%) fs: ext4 dev: /dev/nvme0n1p3 
           ID-2: swap-1 size: 4.00 GiB used: 112.9 MiB (2.8%) fs: swap dev: /dev/dm-0 
Sensors:   System Temperatures: cpu: 49.6 C mobo: N/A gpu: amdgpu temp: 49 C 
           Fan Speeds (RPM): N/A 
Info:      Processes: 331 Uptime: 1d 3h 03m Memory: 6.75 GiB used: 3.47 GiB (51.3%) 
           Shell: zsh inxi: 3.0.38 

How do I fix this?

lepidopteralady1781 commented 4 years ago

log.txt 2020-05-09T15:17:16,792 Non-user install because site-packages writeable 2020-05-09T15:17:16,916 Created temporary directory: /tmp/pip-ephem-wheel-cache-vk6hlabl 2020-05-09T15:17:16,916 Created temporary directory: /tmp/pip-req-tracker-eeygtluh 2020-05-09T15:17:16,916 Initialized build tracking at /tmp/pip-req-tracker-eeygtluh 2020-05-09T15:17:16,917 Created build tracker: /tmp/pip-req-tracker-eeygtluh 2020-05-09T15:17:16,917 Entered build tracker: /tmp/pip-req-tracker-eeygtluh 2020-05-09T15:17:16,917 Created temporary directory: /tmp/pip-install-96d2bph6 2020-05-09T15:17:16,920 Requirement already satisfied: python-osc==1.4.2 in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 1)) (1.4.2) 2020-05-09T15:17:16,952 1 location(s) to search for versions of python-rtmidi: 2020-05-09T15:17:16,952 * https://pypi.org/simple/python-rtmidi/ 2020-05-09T15:17:16,952 Fetching project page and analyzing links: https://pypi.org/simple/python-rtmidi/ 2020-05-09T15:17:16,953 Getting page https://pypi.org/simple/python-rtmidi/ 2020-05-09T15:17:16,953 Found index url https://pypi.org/simple 2020-05-09T15:17:16,954 Getting credentials from keyring for https://pypi.org/simple 2020-05-09T15:17:16,957 Getting credentials from keyring for pypi.org 2020-05-09T15:17:16,962 Looking up "https://pypi.org/simple/python-rtmidi/" in the cache 2020-05-09T15:17:16,962 Request header has "max_age" as 0, cache bypassed 2020-05-09T15:17:16,965 Starting new HTTPS connection (1): pypi.org:443 2020-05-09T15:17:17,037 https://pypi.org:443 "GET /simple/python-rtmidi/ HTTP/1.1" 304 0 2020-05-09T15:17:17,094 Found link https://files.pythonhosted.org/packages/a9/a7/a5b2a1335203b483b42151b1630784cda8cdc7e0e9ea987b7b130245ad2b/python-rtmidi-0.1a.tar.bz2#sha256=cd514d1cafc0ac664dc33da1ac44ff0416b434b50241492d6c39ffd6d341adc6 (from https://pypi.org/simple/python-rtmidi/), version: 0.1a 2020-05-09T15:17:17,094 Found link https://files.pythonhosted.org/packages/a9/20/018fa27e16827f89ea0087ff3ebdd4da2b2d8367b29b1aecff366f06f205/python-rtmidi-0.1a.zip#sha256=f6bf60ec5b4a59d67c8293939f3ecd80331fa41b7b9ae577369e82a4b6a87caf (from https://pypi.org/simple/python-rtmidi/), version: 0.1a 2020-05-09T15:17:17,095 Found link https://files.pythonhosted.org/packages/72/55/3faa865ec20a196be1181225ed2a5e42b6d0094b5f504ddf5d69a7a78d31/python-rtmidi-0.2a.tar.bz2#sha256=0b3336eb6cfdc8316bced7d43622cebb5f8f590d6f09b53cb85dd45bde609692 (from https://pypi.org/simple/python-rtmidi/), version: 0.2a 2020-05-09T15:17:17,095 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/da/2f/d59d5e05398686d75a76812fbab7fbffcd8c0f608a4f3853df579c0790a8/python-rtmidi-0.2a.win32-py2.7.exe#sha256=72fd73725753b2ea18b5c13df7dd9d3885b25efa0dbe8df100ce891814993e7d (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,095 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/21/95/75ad9eb83a097ceed2dc3fdb3d19ff54d7d5f366dd7786a6b3a48a4c4e6b/python-rtmidi-0.2a.win32-py3.2.exe#sha256=9e93e75622f0821400554c0c99fdda216b6da8aabdb31176ce1f6244bd11845a (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,095 Found link https://files.pythonhosted.org/packages/89/dd/e788c1ae959b20312e398716d6eeb37f114ab8daced80c97c934d08320c5/python-rtmidi-0.2a.zip#sha256=2339cc147887c9f8e1a6dad4d08342fb2c00f14e5a92a1984659d9b6db9a2dfb (from https://pypi.org/simple/python-rtmidi/), version: 0.2a 2020-05-09T15:17:17,095 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/bb/fa/e7b5b042e3556122cd871bd304e40e43a8d42243cac25dd38b5357036c1d/python_rtmidi-0.2a-py2.6-macosx-10.6-universal.egg#sha256=996461075df8d5cd3720cb4706cc4d503299226ccf9ea7a79486a1b89fdac84e (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,095 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/18/05/fa597902c71fc1cab3663140559b8d9d6e2230b334a5f6596fcc15a82a3b/python_rtmidi-0.2a-py2.7-macosx-10.6-i386.egg#sha256=7cc144af1795dff0b9fd3f33da328b5420ddd1bd4da409675c1ab4050d073e49 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,095 Found link https://files.pythonhosted.org/packages/3e/27/31daa92f6235a9a144f7105f7141e6090240cff41b72c418d8e74dcd75c6/python-rtmidi-0.3a.tar.bz2#sha256=73c45a33d287aa3f361366a94e613e59a6bbbc15ca64fca1211bb62f50b247a0 (from https://pypi.org/simple/python-rtmidi/), version: 0.3a 2020-05-09T15:17:17,095 Found link https://files.pythonhosted.org/packages/d0/ba/8c031916796f84c58c39b6c7129045e8ae7de7eb656e2346209c042c57c5/python-rtmidi-0.3a.tar.gz#sha256=f9dc22a199b9c9062447f114936a8b7b83cf6038a4574e5b9892593061499736 (from https://pypi.org/simple/python-rtmidi/), version: 0.3a 2020-05-09T15:17:17,095 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/12/9d/8701e657ad1f2e8319c79e716e2d268df4677d8b79a6c366fb43d31580da/python-rtmidi-0.3a.win32-py2.7.exe#sha256=651eeb70eba38cd1f8ed981db826fae21770c7cc0d435e1c7094c36e462da034 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,096 Found link https://files.pythonhosted.org/packages/89/a8/092ae96a4d124a29cd48ce9e1b41fba9186f0d89576c3c44f13ae443ab56/python-rtmidi-0.3a.zip#sha256=872bae8db2ed3238698a447103bc6a6829cd4d01ed1095c182f7c5904eee52ba (from https://pypi.org/simple/python-rtmidi/), version: 0.3a 2020-05-09T15:17:17,096 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/c1/23/c15755d6eb844eac574d47bff597a9468401e2dd42d9108bd1e5f669f262/python_rtmidi-0.3a-py2.7-macosx-10.6-intel.egg#sha256=0087827cb5725e59aa31e856576765591e2e50738cc082c92969e03c07744bb3 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,096 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/6a/99/9d6ce75b3e5398f1b58f83353366bec12a35676370ed0b8db78a775a6b22/python_rtmidi-0.3a-py3.3-macosx-10.6-intel.egg#sha256=91eb2e2fb153a2b42f06814661ffa3caad7528f3105713df54f46212dabc628b (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,096 Found link https://files.pythonhosted.org/packages/22/cb/6c4b7daa2d7c7251eb8c3c50e3978d732a280431b5a6da0c5ed244bb9ae4/python-rtmidi-0.3.1a.tar.bz2#sha256=a23040a869cb5b3c0e2e76e643704e7baede85ac8b5c102dd22c5741d94ad0da (from https://pypi.org/simple/python-rtmidi/), version: 0.3.1a 2020-05-09T15:17:17,096 Found link https://files.pythonhosted.org/packages/2f/6f/b3aab882d8f8d177c7189f3be704952e45375ef66afb1ee912da2633e77a/python-rtmidi-0.3.1a.tar.gz#sha256=5f86e4676a8ce748df92a5cfbbaabee76755b540f778cdfa6f04e4c60932d857 (from https://pypi.org/simple/python-rtmidi/), version: 0.3.1a 2020-05-09T15:17:17,096 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/c6/40/39670b28a719cbbe1586494f00638d4307aa3abddd1d0d8cd78ec8facc78/python-rtmidi-0.3.1a.win32-py2.7.exe#sha256=77cd6a1d9e25d27aa03a167166a5873fc7461ab5c5a1a16e39f1b783f740acf2 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,096 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/dd/fe/1353f6d58d5f939d6d7831057ceed5fa5625e837edc32ce9ccfde86560b9/python-rtmidi-0.3.1a.win32-py3.2.exe#sha256=03aae7ee21ef18d38498e50ca9ca98d6078995b2f3a9f262cad7c43d52b1ef56 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,096 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/3b/b5/604a5e5167e73737ecf25cf11537d178bc4f73714cdf8695ee32483ac6f9/python-rtmidi-0.3.1a.win32-py3.3.exe#sha256=8a57ab7427729c695cd6bc5c779a274e8cbe50b13ad76f855ce330d171df545e (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,096 Found link https://files.pythonhosted.org/packages/7d/e4/429bb49a81d2536b9af215add687b49bae44d856b477d5facd336aff6bce/python-rtmidi-0.3.1a.zip#sha256=a514a5fcb3379d005e9215c9c6cd0c5b8c793c49475d4d52b4fbeb5b297493a0 (from https://pypi.org/simple/python-rtmidi/), version: 0.3.1a 2020-05-09T15:17:17,096 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/e4/26/98d45704d9c0243a2f1aef5c63127dfe99f382acefff158ea51de9130e44/python_rtmidi-0.3.1a-py2.7-macosx-10.6-intel.egg#sha256=7bc73155dd3362138f2167bf85d4008928b975a863f296cf4d2f1d000dbd3962 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,096 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/45/7b/4cfca608b0f5b3c00c1d7d1d13b5741043a62d28b967c02f66a3025ebaf7/python_rtmidi-0.3.1a-py3.3-macosx-10.6-intel.egg#sha256=acb1d9849b59ef4f09c3a714d088e46af05dc8e257d69e435b0d9a307d69e45a (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,096 Found link https://files.pythonhosted.org/packages/e7/0c/c4f71027e299276d5399868b0fb596d58c1f6906be1adfcf91e06e75c4bb/python-rtmidi-0.4b.tar.bz2#sha256=27b016286daaa3f6b2dda976556b5cb667226368c3ad522a8fb8ba4b20be1f4a (from https://pypi.org/simple/python-rtmidi/), version: 0.4b 2020-05-09T15:17:17,097 Found link https://files.pythonhosted.org/packages/f3/bd/7d60e9750e46d7c61bfce19d3598c46dd386ef39c82c612a193a4b1740f5/python-rtmidi-0.4b.tar.gz#sha256=f9b634d93cc5c1118e372e3aaeacc1fee63882596b98b0e5ebbfee5b32e56e63 (from https://pypi.org/simple/python-rtmidi/), version: 0.4b 2020-05-09T15:17:17,097 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/b0/9f/694d9a5b82eeda78516245178ed6ad6bfb6c87821766f059dbe9fc34a669/python-rtmidi-0.4b.win32-py2.7.exe#sha256=e5802b57132a73d4f7de478294b638eccbaf588e0922013ec209d6343437cdc8 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,097 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/ed/c3/3a97d9eddac554995b4b4b23e4f7d2a4efa327c17f516d0ac3bfcae42747/python-rtmidi-0.4b.win32-py3.3.exe#sha256=3fe1ce81f3ea74feb3060d290acc02b63858ba1338c35b9dae9af8bff3746baf (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,097 Found link https://files.pythonhosted.org/packages/b7/8a/f3321cf84bfecd2821010ad5c43b16fdcedcae917f1d75946998c6077570/python-rtmidi-0.4b.zip#sha256=14e1f621d295ca600534bb87b2f040f042c84556da0f8ef2b5d367cb1e4f40b5 (from https://pypi.org/simple/python-rtmidi/), version: 0.4b 2020-05-09T15:17:17,097 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/46/74/1f63a04a55e4a48d509bcdb4e9152f2e0e6271f3cfda7ccfc28e13ac40ea/python_rtmidi-0.4b-py2.7-macosx-10.6-intel.egg#sha256=293d242f1c8ebb0281e8769ce35adf2516cc9b0a9095232b8216d91f2f38cf98 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,097 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/ef/84/1e77791f700954b9f487bae9e7a2eda46dce33748af25b92e11f1f069a39/python_rtmidi-0.4b-py3.3-macosx-10.6-intel.egg#sha256=50881fd33c2270f6163f3441f9a827133498602b9b1806afea539b419cc7a1b5 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,097 Found link https://files.pythonhosted.org/packages/c9/46/9827f62b17b4ccd2847707fe3c4723dd91cc64faaa6ecf51acb21401b07f/python-rtmidi-0.4.1b.tar.bz2#sha256=db812d2982d91a417997138eaf106952e9deea41134351fd95a894343a2177df (from https://pypi.org/simple/python-rtmidi/), version: 0.4.1b 2020-05-09T15:17:17,097 Found link https://files.pythonhosted.org/packages/26/53/9bc7e71e10fb5580417d420dacd631678ac418619fa84afa7ca21554f1c7/python-rtmidi-0.4.1b.tar.gz#sha256=bfc315a58b56389a56ce59b5b1e3fa736ce9eb1dde9a4d1ccd68c5ad69abcf7d (from https://pypi.org/simple/python-rtmidi/), version: 0.4.1b 2020-05-09T15:17:17,097 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/fd/72/34aa6fd5524e4a874f4141cac0b6770ad23d5492c981d1c1e7fde92c1b36/python-rtmidi-0.4.1b.win32-py2.7.exe#sha256=1a324011ea0ddba29369cc18d24c8cfca77910b522e3bd4bdbf9b96da9441d73 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,097 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/ea/34/898cee5addd73f4eb1c46ba6b19f7781ed09eeda164c089a600e07c0d0fc/python-rtmidi-0.4.1b.win32-py3.3.exe#sha256=2ba99661e91bc5e323cded49e9a52187db3f3b25b815a6ea34f53a9f41e01f2c (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,097 Found link https://files.pythonhosted.org/packages/a9/10/83c0c75216fb13917973c99e51e24b3c4c4ef4d435a140d6928f70a9e17d/python-rtmidi-0.4.1b.zip#sha256=9dcbb7c151164edb4de8994b7f761881b3631d2546fc47939fdefaefd6a06ba5 (from https://pypi.org/simple/python-rtmidi/), version: 0.4.1b 2020-05-09T15:17:17,098 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/9a/2a/56dc66a3f046c0a8de17a6a3f1174176720836142085790da5c5b89e46f1/python_rtmidi-0.4.1b-py2.7-macosx-10.6-intel.egg#sha256=d101c0bc81848cb5619597066b984952fa9c22bea4aa895c2df698ca52da9700 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,098 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/f5/de/8753323f2a0d945704c977b3938b1273cba9e6b985dec7552c8f82c80b9f/python_rtmidi-0.4.1b-py3.3-macosx-10.6-intel.egg#sha256=264ca6d5aba27994aae8e6b518c5153313040369c5dae6ffea2bbb6605ebfc2b (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,098 Found link https://files.pythonhosted.org/packages/45/e0/220da778c6f6ac6e540d8ea40f51a15b2313c8e73e1f5a23b72deaec6faf/python-rtmidi-0.4.2b.tar.bz2#sha256=676f79426801d09ac0eded4fded67626500745e21b972793d8da730994273e7f (from https://pypi.org/simple/python-rtmidi/), version: 0.4.2b 2020-05-09T15:17:17,098 Found link https://files.pythonhosted.org/packages/b4/e4/a7faf78b5d6bc431603d13aae5e7aa9d3853c5556d120618d1fb94c461bf/python-rtmidi-0.4.2b.tar.gz#sha256=a7226cc6d621ac6b20c89463dbcc25f2b42a830981c667fa3de229ef6c6a5743 (from https://pypi.org/simple/python-rtmidi/), version: 0.4.2b 2020-05-09T15:17:17,098 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/cf/fd/6558b70af705a78a1955b9b2310cb18c9a49a165dd6adddd2303178c3823/python-rtmidi-0.4.2b.win32-py2.7.exe#sha256=60889510d46543620122c383e58c7adee7e677e5605a9bbe741ad0b9a909d467 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,098 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/04/b4/025ee4b4afa192b1c5bbca6ceb82272437bd3204f47ba96d24a968f3d9b1/python-rtmidi-0.4.2b.win32-py3.3.exe#sha256=449657497ad3c35b76d0cd8e9a841d99f5cc0bc7aa85b7756d73b2493c753b56 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,098 Found link https://files.pythonhosted.org/packages/ac/75/97ddef2d6298c2d89b038a7aa22715df4fd41ee39e1cd00f0889ed5e4e65/python-rtmidi-0.4.2b.zip#sha256=679b2e45b4c2d86086c7650d82d4bc1eb935205443bcab2ecd35c88a21cc343d (from https://pypi.org/simple/python-rtmidi/), version: 0.4.2b 2020-05-09T15:17:17,098 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/a1/69/a2363b038edb8902dd8128f9820ca457d162b118990d4c98cbb7093c7cb5/python_rtmidi-0.4.2b-py2.7-macosx-10.6-intel.egg#sha256=a71fbfa71e1f35eba3e1dcd1045829098930ae354cbb1a7d34ba34e31cc64152 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,098 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/05/8f/d82016e4737f220c2c6589825866ed9727ae6bb692d19b76c0c801310549/python_rtmidi-0.4.2b-py3.3-macosx-10.6-intel.egg#sha256=3ae4e3d2b4b7f9268b6db8024774c558f45e700b168a016499e656ce8965d632 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,098 Found link https://files.pythonhosted.org/packages/c1/f1/67b0975b85f0614c5834033dd9f8b7b8fd6e34059218e63d7b560af5d347/python-rtmidi-0.4.3b1.tar.bz2#sha256=4daae838b62fc5edb52f904251d946f611114929138c2316b663881df652bbb7 (from https://pypi.org/simple/python-rtmidi/), version: 0.4.3b1 2020-05-09T15:17:17,098 Found link https://files.pythonhosted.org/packages/72/37/ab5cf5803441702b5fc40c9f15f5081d9709bf6db53b3e79e588830abf0c/python-rtmidi-0.4.3b1.tar.gz#sha256=170b527fa5477f5d2da20d19d6a161cb9b3eecbd39dfbd60ba6355bcb6303d41 (from https://pypi.org/simple/python-rtmidi/), version: 0.4.3b1 2020-05-09T15:17:17,099 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/c0/15/cb79f64af5f0e0fdc531a7fb8494c1a1e3a014d2e1db9ad747774ded2126/python-rtmidi-0.4.3b1.win32-py2.7.exe#sha256=87a849e6dee87488a7bfe097b384d381c3024eb8dcfe5a603f58cc73aeda1b85 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,099 Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/04/18/665403f709ab7665224cf98a7b59dded38fec73101db31ee2d3d33dc0203/python-rtmidi-0.4.3b1.win32-py3.3.exe#sha256=07ae3ca1952524ab02066b550c179b557b47eae4146e739e72cae1833676c826 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,099 Found link https://files.pythonhosted.org/packages/26/ce/65ade064fa70814ed23e7482ff1d35b881159b824a6024444bb9f97f370b/python-rtmidi-0.4.3b1.zip#sha256=bfe410e715d681078df0a8529eed99c90797b167465a20d27c9167ace05bb6d4 (from https://pypi.org/simple/python-rtmidi/), version: 0.4.3b1 2020-05-09T15:17:17,099 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/77/65/3b148eea9a99dc5afec656173491a5e31ba368b96de48fe2c17c68cb3870/python_rtmidi-0.4.3b1-py2.7-macosx-10.6-intel.egg#sha256=454b1ea82daa7d481cb259f13fe6b26aad8642037c0f1b13a3e6855c4d1334ef (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,099 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/f7/f1/1fee78a93ab4a53df46366311009a574ba6e31831c2a673f9d78e372706c/python_rtmidi-0.4.3b1-py3.3-macosx-10.6-intel.egg#sha256=909692527957257ba7ac49c4802d5304fa9f17e10c61e1884035c9d3121292de (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,099 Found link https://files.pythonhosted.org/packages/8b/ea/791c3c72b21c87ca84c5ba65e33db27edfbdebc2ed8df59ef2561be2ab47/python-rtmidi-0.5b1.tar.bz2#sha256=4075dea2a6da3087199a20817712cc6fc859a8947042b34d44302a5afc152272 (from https://pypi.org/simple/python-rtmidi/), version: 0.5b1 2020-05-09T15:17:17,099 Found link https://files.pythonhosted.org/packages/b1/2a/cef627dd6b5e7d4e25b41689eb6873787826ddcf60daac0bc66fa043c29e/python-rtmidi-0.5b1.tar.gz#sha256=293f1086229bd07c9d59a53cc5b0f54491513322c30e25311c441187e2f397c8 (from https://pypi.org/simple/python-rtmidi/), version: 0.5b1 2020-05-09T15:17:17,099 Found link https://files.pythonhosted.org/packages/6f/39/f7f52c432d4dd95d27703608af11818d99db0b2163cec88958efcf7c10cf/python-rtmidi-0.5b1.zip#sha256=2b6f6fdd4647da83e6b3476c630254d93d16de0c383940ed90b6724918c57ca3 (from https://pypi.org/simple/python-rtmidi/), version: 0.5b1 2020-05-09T15:17:17,099 Found link https://files.pythonhosted.org/packages/d9/21/2e8d36dd0369440a446fffc41a57bfb847bec26e75b0adbd99f397c11191/python-rtmidi-1.0.0rc1.tar.bz2#sha256=f1169242ce9b1da8a139684ddb65afe846b7931eaea11ab3fc6d91dfc90a4492 (from https://pypi.org/simple/python-rtmidi/), version: 1.0.0rc1 2020-05-09T15:17:17,099 Found link https://files.pythonhosted.org/packages/6b/e4/67ed7214b8b2d4388c9f1029942192175774681ad1dce2cff745fb6803ec/python-rtmidi-1.0.0rc1.tar.gz#sha256=b832a309be453896e13fccc505ec83c67c40659d94e8791ea66322ca8d6cd561 (from https://pypi.org/simple/python-rtmidi/), version: 1.0.0rc1 2020-05-09T15:17:17,099 Found link https://files.pythonhosted.org/packages/70/00/4245aedfa5d352cdb086b3a7f329e0446bd13995d2ef69fe3c2a46ca6cee/python-rtmidi-1.0.0rc1.zip#sha256=a044036e82198fb31a277148ededc4e67dcc89ea9161d65d50f8ed7404b787f4 (from https://pypi.org/simple/python-rtmidi/), version: 1.0.0rc1 2020-05-09T15:17:17,101 Skipping link: none of the wheel's tags match: cp27-cp27m-win32: https://files.pythonhosted.org/packages/77/42/52f31903115e7e01e4fd9719291cabc5af1f5ad7140053595840154b04f1/python_rtmidi-1.0.0rc1-cp27-cp27m-win32.whl#sha256=d918a84103a0336d66cb927e542894de9a68b1e9c699b4dbe099719a0b896ff9 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,101 Skipping link: none of the wheel's tags match: cp34-cp34m-win32: https://files.pythonhosted.org/packages/56/4f/e96cbfe0291fb3cf0564ca0d7d7ee009acc31756c7f3a51afd7d1a7833d1/python_rtmidi-1.0.0rc1-cp34-cp34m-win32.whl#sha256=74442755d7516ed4c560d738465fe2f4fe955ae709d40a7d9b29a7ab36f34b59 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,101 Skipping link: none of the wheel's tags match: cp34-cp34m-win_amd64: https://files.pythonhosted.org/packages/0b/40/b8fa925c874b1e5be780001ffadfe492e93126536fba25d6f32954344384/python_rtmidi-1.0.0rc1-cp34-cp34m-win_amd64.whl#sha256=008306f2fe282c95b60990ef2c8b79da495978cc8d8161a407abf5e9ed2818e2 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,101 Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/db/97/56681a497c9dff4afbe2274084ba93291187b24ceba3ba3cc52efd3457d5/python_rtmidi-1.0.0rc1-cp35-cp35m-win32.whl#sha256=3cbc825824b65817b367432ef90206dd278ebe5f8c58c7067b82b39962dc09aa (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,101 Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/1f/41/33950be78dcea90be067b6ffa0d805748aed1eb0710c08c9cacb6c7b01ee/python_rtmidi-1.0.0rc1-cp35-cp35m-win_amd64.whl#sha256=bf8f6897a03a9c25a7ff7eebc4e0c4eb325c0fa9ae0075722593d68f121da176 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,101 Found link https://files.pythonhosted.org/packages/32/4d/8321a72874916acd77ef93f22cceae78b5c7534711b9c12cd870d7c7666c/python-rtmidi-1.0.0.tar.bz2#sha256=a00b7204587823f7e0d9faa2e139f63c3902a1645d1f2213b60e1d3befbb2e42 (from https://pypi.org/simple/python-rtmidi/), version: 1.0.0 2020-05-09T15:17:17,102 Found link https://files.pythonhosted.org/packages/a2/3c/5d744630c58a6ff776163e17742149eff598821f9ab58f8aba598b173af8/python-rtmidi-1.0.0.tar.gz#sha256=e9abfb0e675f96cd2e0950f28065f580970b55df1a40259e2bbdd1689cef127c (from https://pypi.org/simple/python-rtmidi/), version: 1.0.0 2020-05-09T15:17:17,102 Found link https://files.pythonhosted.org/packages/ac/cd/10a9258c493dbdfff09aa33be7c3d0cf7da6368e5f1341f86c65040618e3/python-rtmidi-1.0.0.zip#sha256=727d99d02e8bdec5256785608e100666ea0d9244779067120697b3b2187ec446 (from https://pypi.org/simple/python-rtmidi/), version: 1.0.0 2020-05-09T15:17:17,102 Skipping link: none of the wheel's tags match: cp27-cp27m-win32: https://files.pythonhosted.org/packages/bd/73/5b2342cbd26fb40c492b55bcb79332cb761d31b2c5d291d46fdd9ff8f3e6/python_rtmidi-1.0.0-cp27-cp27m-win32.whl#sha256=6d48b3d75aafc48195f580f5de6d462e0927e5dc287ca79b495eda941da1fc03 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,102 Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/14/46/1fc4a4bb32695a80c370a65b48411a0bd4f632cc538de26f3552e42fcd24/python_rtmidi-1.0.0-cp27-cp27m-win_amd64.whl#sha256=5a342b38030e319726624789ff0f52b6c5441a1fc2dba5208af59fb96f6da089 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,102 Skipping link: none of the wheel's tags match: cp34-cp34m-win32: https://files.pythonhosted.org/packages/0a/86/f84f0c9f77dec6ce49dc1fdcd81fd35e43ea144ab485994267e68882c879/python_rtmidi-1.0.0-cp34-cp34m-win32.whl#sha256=46eb0cba9680d92aa32bfe4c725489fa0db1f18d6d64d22254a47a4fa38b0197 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,102 Skipping link: none of the wheel's tags match: cp34-cp34m-win_amd64: https://files.pythonhosted.org/packages/eb/25/f37ea9c21c84781b77a50df8547ce5998e50730c3d8e1b9e1108c41e521c/python_rtmidi-1.0.0-cp34-cp34m-win_amd64.whl#sha256=6e9d16589d0e5d654fc53337eb6585ff0b7bdbb87c2ffcf64bdce15cfd597424 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,102 Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/e1/f9/9607a63c94eb8d73c1c983bb197d486109b626f59c054936f48e578756f9/python_rtmidi-1.0.0-cp35-cp35m-win32.whl#sha256=fc57140e029ea44dcd64de6ba8bd3b0a8494082b9f1dfe5ed27222fe54213124 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,102 Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/d3/b3/1651a29220f19b53d6369fb82a1b168efbd23355a11396ac764f9cfa9e9a/python_rtmidi-1.0.0-cp35-cp35m-win_amd64.whl#sha256=2ba9823e16df73314ebf1a0571c13e7231bc7befc686965e3e6478401adb7849 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,103 Found link https://files.pythonhosted.org/packages/49/25/1a8b1290b51fb0d4a499c3285b635c005e30b8ff423fb116db61f3d80ca5/python-rtmidi-1.1.0.zip#sha256=d82eb82e0b270f75375e3d5f9f45cb75950485700e6a3862192d0c121c802b0e (from https://pypi.org/simple/python-rtmidi/), version: 1.1.0 2020-05-09T15:17:17,103 Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_12_x86_64: https://files.pythonhosted.org/packages/fd/ed/632433b26ef4d56b787d055f75dcc871f200893d00af7c0062eb6e22a246/python_rtmidi-1.1.0-cp27-cp27m-macosx_10_12_x86_64.whl#sha256=887fd11551f77b27d566235916723b065c30d1e3959c9d665131a7919c012df2 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,103 Skipping link: none of the wheel's tags match: cp27-cp27m-win32: https://files.pythonhosted.org/packages/b9/6c/c93fba2765368f9679d71bef67a4dd71de3af52d23e511b0863338823fee/python_rtmidi-1.1.0-cp27-cp27m-win32.whl#sha256=dfba865b1e7c7793c7d222b1922ac5f901f5545af71bf70e06d88a77482aa20c (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,103 Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/4f/94/25bcde66813b9c03634327fde6f8999e12a37a5bce3a5f4d35bab675ece3/python_rtmidi-1.1.0-cp27-cp27m-win_amd64.whl#sha256=9d0fddaf38c4408e6f8466d6579ce3cf7b1da9a878f26454bc62fdf66228ea65 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,103 Skipping link: none of the wheel's tags match: cp34-cp34m-win32: https://files.pythonhosted.org/packages/7c/0b/6fb1c8d1a00ae8347800b8a1fdfa06595fa952420b9ee6013fb878e950e5/python_rtmidi-1.1.0-cp34-cp34m-win32.whl#sha256=5e1bb542ceebfd44290ecafa6367ade1a712cc9a73b61e843b2fa802105a2759 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,103 Skipping link: none of the wheel's tags match: cp34-cp34m-win_amd64: https://files.pythonhosted.org/packages/32/e0/530e0836226da568893a4eb2af1140c02a8e26a10f87a280a30441d17d8b/python_rtmidi-1.1.0-cp34-cp34m-win_amd64.whl#sha256=659fb40e69cbc57cc7d970cd7bcd85e97ee2eb18992e147ed7bb690a83a7bd3f (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,103 Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/da/86/26574650e5d2dc46e2ad02f8a1287b6003af23245d592fd5a37c0c413045/python_rtmidi-1.1.0-cp35-cp35m-win32.whl#sha256=c0f54d1e6dd1c04958130611d0fe6a821194175847d9f696824d011dffce2092 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,103 Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/20/63/6b2cfdf22281a0059ec0cf086cfb2f2842521615b1d6852cba9b8d40bfa9/python_rtmidi-1.1.0-cp35-cp35m-win_amd64.whl#sha256=7c82bed1b0cb5e11495bc3a779500c3d5cde6d84f68416f276622b0952174d25 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,103 Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_12_x86_64: https://files.pythonhosted.org/packages/87/65/b4d714676120a2a0df93fa05771747d3408431878ff6701dd0c63ef0a767/python_rtmidi-1.1.0-cp36-cp36m-macosx_10_12_x86_64.whl#sha256=1187b2a3703d4ede2b02c0fccd395648a3a468d3cd57d7932f445ef1bfa9fc5d (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,104 Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/22/a4/f7889a3831be66ec17ce5b180e218d25bfaef794dce942ab7d18012c04eb/python_rtmidi-1.1.0-cp36-cp36m-win32.whl#sha256=80c6d31508ec8435b4dc1d4a979aa6046edb83413a837b790f33f65f176ad018 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,104 Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/02/80/1ebb0f984c4f5bce93807a535826cfd617e40609465e4a2a4cc57f8b2b02/python_rtmidi-1.1.0-cp36-cp36m-win_amd64.whl#sha256=8685ffc012e007f10ddb9ed04a3cf1648d26a8ef95bd261bfeca0b90d11c971f (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,104 Found link https://files.pythonhosted.org/packages/ff/14/04ec15195d5644a899fefab31e5d3210f210c42c9de8c946056be77dfd0f/python-rtmidi-1.1.1.tar.bz2#sha256=a796fc764febb9240a3c3de5ed230ae4d74f505c4e6298fb7e5f811bef845501 (from https://pypi.org/simple/python-rtmidi/), version: 1.1.1 2020-05-09T15:17:17,104 Found link https://files.pythonhosted.org/packages/b8/55/f289af936adc6047a2359f6dc0aa2e586737f9a852776ebf1270746475bb/python-rtmidi-1.1.2rc2.tar.gz#sha256=d1a80b01b4133b183a41cb25db513e1c9ff20634904b71de44cb7008e80bfc22 (from https://pypi.org/simple/python-rtmidi/), version: 1.1.2rc2 2020-05-09T15:17:17,104 Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_6_intel: https://files.pythonhosted.org/packages/77/3b/b245f7284f8f0dd02e1547e8b332d28d022199d0babfbf02923561aefba5/python_rtmidi-1.1.2rc2-cp27-cp27m-macosx_10_6_intel.whl#sha256=d388d2e489af427fd86f3390cc5f31ea00896ea86eb10b4383a1df74feaf835a (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,104 Skipping link: none of the wheel's tags match: cp27-cp27m-win32: https://files.pythonhosted.org/packages/ea/86/62fc5d3781e22aad573bb501ac15c8918bfabb1f8a25e39fba6ada7c2c59/python_rtmidi-1.1.2rc2-cp27-cp27m-win32.whl#sha256=ac22d8e56c1ddcf9d2974ca01b92d7a6fa67404b07d4f268d062fc4eaaa3b53d (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,104 Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/cd/2f/b38c69f5c8316227120a9c375c5ba09e97f5985ef2ba272f42940023b075/python_rtmidi-1.1.2rc2-cp27-cp27m-win_amd64.whl#sha256=7459cdedb0c784bddb472e6da4b8c04102d1fa9270cef1b3b5580bf1f4a03f7b (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,104 Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/8d/68/3e6726adea61806907614db80f6149debf58ba081a24ec854f5f23c141b8/python_rtmidi-1.1.2rc2-cp35-cp35m-win32.whl#sha256=db62709d93519c331ccf5ae51c16525ccd8bd36e7b67bc46aa30d4326bccd2bf (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,104 Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/0e/00/d3f9752f2895ab3d7f2c4480ae1d11c4bf42611fe0f360fe44da5a77a418/python_rtmidi-1.1.2rc2-cp35-cp35m-win_amd64.whl#sha256=152e709f175d0a095d8c77826d120f968947b9fec521a6027abdafe242b14323 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,105 Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/d0/ca/d567b33002176f176995c980ed6b7bc7e5f81750332605d40388e76b14f0/python_rtmidi-1.1.2rc2-cp36-cp36m-macosx_10_6_intel.whl#sha256=54a9e1c74fe086b3d19aa471eefe471dc66e016a74e4ccaa5257981a924bf486 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,105 Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/5e/84/21ba600a9e7fc17199b3a2dad1f6ab5829b68854194a5246f16c71bca5ed/python_rtmidi-1.1.2rc2-cp36-cp36m-win32.whl#sha256=8ce6a4de043cfbc2bfff01fd3bf84aa3a3e936863be2c1f8f8938e3a3d1cf269 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,105 Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/0a/aa/27952a040744076076f512b6dca898c45bb0851e774c0309f399c5a5e437/python_rtmidi-1.1.2rc2-cp36-cp36m-win_amd64.whl#sha256=0f6d286c7be7cd09b0b375be623cd951d0b1cfa9f5c8b6b938736ba5d41806c2 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,105 Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/3d/b1/0e308c513d6325817c32890f54e9e6b2f919212875cde832fe99623992b4/python_rtmidi-1.1.2rc2-cp37-cp37m-macosx_10_6_intel.whl#sha256=0ff2189111b647f9bd89bfdddd5618ded94017f518c2393dc36a3c53434fbafa (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,105 Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/84/51/aa6372f743c2a8adc341129a1914dfeacf31d2d6acff7c965920ad658ade/python_rtmidi-1.1.2rc2-cp37-cp37m-win32.whl#sha256=2f9bda709168376a8db60e8ac9edc5d4b3ae8000440c73f8836160651f1c01b8 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,105 Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/e8/0c/94b9aae6dd2a2d02a202db2405ec8cebe88ff5eb569a58fb7df261e34c73/python_rtmidi-1.1.2rc2-cp37-cp37m-win_amd64.whl#sha256=23cce8b2f2eaead736e7315826f1a124bd1ecc73d70c01fa0fcab80ccb7ae493 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,105 Found link https://files.pythonhosted.org/packages/2c/78/16f6d12abfccb6b1d330b1e1c6228536fa8d8ef6c14d560aba20176f044c/python-rtmidi-1.1.2.tar.gz#sha256=776e0ed1c0c66d3794b380f1e6af8aae9288e6d6ab6b2ef32b88a8f02320c445 (from https://pypi.org/simple/python-rtmidi/), version: 1.1.2 2020-05-09T15:17:17,105 Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_6_intel: https://files.pythonhosted.org/packages/3b/97/960d5df865460327c756a723952e4cb004a50cb2ebc9abedfc3ac0ca150a/python_rtmidi-1.1.2-cp27-cp27m-macosx_10_6_intel.whl#sha256=558f2d05a8aace53c970bb5bad7f0599eaf178dd1d65db0a3d6e19949623ca31 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,105 Skipping link: none of the wheel's tags match: cp27-cp27m-win32: https://files.pythonhosted.org/packages/4e/11/5d8246b01ddca3afc10b23caba4eb89199d55388da0e30d6afef1eddf616/python_rtmidi-1.1.2-cp27-cp27m-win32.whl#sha256=68c3f5f880f0c62c85f7b627539020bd512939e18a234a40c7bba3fc67dd7230 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,106 Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/20/69/885bdaf843920cc911f5c53ee1cae85ba0b61bbe7a77e2cca0e25c48b146/python_rtmidi-1.1.2-cp27-cp27m-win_amd64.whl#sha256=67e149aaf9392d1d3bf9ad9bd7fb2b0a966a215c3f7560d7dcf8c61c8425dc61 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,106 Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/0f/f0/074b16bedc96ed5d1b0bd09690b68b42c667081bd2d5b9b4a1c68f142f07/python_rtmidi-1.1.2-cp35-cp35m-win32.whl#sha256=e5788048b0c73b8b4f76c851aa56c75a649e211906d1a42e9d59ed144388452e (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,106 Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/d8/73/f0afda53d7a53c17b33b3c53c2cfbeb42b9cac5131deb3a4b284e6bff68d/python_rtmidi-1.1.2-cp35-cp35m-win_amd64.whl#sha256=c09dd7a5b24619bc09a89eac2f3c1435cccad75c10eec4b88bfd4be6c09b0e00 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,106 Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/f4/fa/97bdc64b72325f823cadaab6f3a034e8d8d186523eecd7972b11dbac049a/python_rtmidi-1.1.2-cp36-cp36m-macosx_10_6_intel.whl#sha256=1a126193398d88715c1c5b9b2e715399d7b59435c4d21c1541babfd467eb2fa3 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,106 Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/e0/f8/ed0f8d5d0334eebed48712518d10b00cd95db17fddf4e407d212098db53b/python_rtmidi-1.1.2-cp36-cp36m-win32.whl#sha256=82e6fde0d37a25726163245120eebd8873e959ec608c855cb32193c061f192f5 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,106 Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/25/ef/e8ee3f4f194d5e57672dddc27ae947d54edd49fae417157681a0f672eb02/python_rtmidi-1.1.2-cp36-cp36m-win_amd64.whl#sha256=7ea0ec498299d9663e9003476e3ad9caecae6acbd5db1453cce967cd18309d0d (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,106 Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/95/2f/0c90c55a745f02e80c6bf28b27bb06ca9db8821ba22bad51f90640451499/python_rtmidi-1.1.2-cp37-cp37m-macosx_10_6_intel.whl#sha256=cf6b8a742989feda2009260ec6e019d960fe8f9c22831189c8f2d9795faa009e (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,106 Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/2d/d8/2a2af0b56b37fc11e2bd9ce201049c830350b370dacb225d6416d3d9c6dc/python_rtmidi-1.1.2-cp37-cp37m-win32.whl#sha256=0693c98d12bd568f359f8e25816f06bda1e921595d41f13e6af549e68871be0b (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,106 Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/68/4d/f2493da1a6c4645f145f84b9b5a85b90287d953e0a7412bfea43f5c6dc63/python_rtmidi-1.1.2-cp37-cp37m-win_amd64.whl#sha256=eab13d4d7950646234a4a4526c8b655b136e7722dee8e4f1db9fc4e05dd5a477 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,107 Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_6_intel: https://files.pythonhosted.org/packages/50/da/3d35f0ed6ddb89ca0312832c6f39d838e428b73b4e489207253e4ca27d99/python_rtmidi-1.2.0rc1-cp27-cp27m-macosx_10_6_intel.whl#sha256=6fc844a5b09cde8a4804cf699f39dd10db36b04a21e55f9b5ccf1a0da67fe96b (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,107 Skipping link: none of the wheel's tags match: cp27-cp27m-win32: https://files.pythonhosted.org/packages/3e/cb/5f30874624f4b9ff052ab96a87daec20d052b9381ab65fa98410e1867063/python_rtmidi-1.2.0rc1-cp27-cp27m-win32.whl#sha256=dc690c3a7d9899fdc4caaba5a62e41b6378134d81f9c554fd32d0101a3ec5228 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,107 Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/7c/b9/3776fe48ffeedd18cda0437756d8a4bd05f2d186a1136d94c0ef37cfe6ea/python_rtmidi-1.2.0rc1-cp27-cp27m-win_amd64.whl#sha256=4926c1c267eb5f870e2442e129aa45af93bf0a0ed634d08739dacaf94bb2ca95 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,107 Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/4e/13/155920f69e72087d67e55c4447234fe131d3f82fc899f33616ee98bbb2a9/python_rtmidi-1.2.0rc1-cp35-cp35m-win32.whl#sha256=ea2f2625bb95998775490c8ee3c73e3a5f18d85a5e7fc2437cd8cba4f872f967 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,107 Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/42/0e/8b9f7b72a7e8925f2fb4b5793d7ace856a9809c851662e54911824bf6530/python_rtmidi-1.2.0rc1-cp35-cp35m-win_amd64.whl#sha256=7e68dea1a1748577fe963c66bfef75532ebe1efcd5992633455f3d051f47bc9e (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,107 Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/96/dc/539b3391e6520042809c8fb901973eb3d6617719fd08ff538170edb45e9a/python_rtmidi-1.2.0rc1-cp36-cp36m-macosx_10_6_intel.whl#sha256=74e01f197e0b63e36cc8097aaebd94abb7990c1b962bf852abf90828768d549b (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,107 Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/27/6c/504917ee68613877c3e5080634c9ba61e4bac12ec20f42cc31d78f3ad128/python_rtmidi-1.2.0rc1-cp36-cp36m-win32.whl#sha256=52863195500a10d8cc44727da47fd706e26524526b00d477149ac1bd42afd3d5 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,107 Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/2e/0e/d5f127f4c8bb24ffc8f04b07203989a66280cc84c93392f1ba411de689af/python_rtmidi-1.2.0rc1-cp36-cp36m-win_amd64.whl#sha256=191c9c6ac05e27d1cf11b7428f0c078ff773ea1994eee1ddc4b2fc24cffdec1a (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,108 Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/28/54/f5c53e13cb68ee53173b96ebb0f49a5f192c77c23783801dd9477e27e06c/python_rtmidi-1.2.0rc1-cp37-cp37m-macosx_10_6_intel.whl#sha256=3ea5211974dd2ad6980758e320ec408aeaabad458a33264d7f65305d607c375c (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,108 Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/e5/a1/109a5b7edfd55ec671c7953e03546486a9ec09fc1a63865cb0b19f6899bb/python_rtmidi-1.2.0rc1-cp37-cp37m-win32.whl#sha256=bf75496c4c9abe0c8524395532a19068d859f2f3fbe5eb693ebefced84edbd49 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,108 Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/3e/d3/e6d84483899c6a22f4b1c5ba3d29a139de0049418b2990008ca475906595/python_rtmidi-1.2.0rc1-cp37-cp37m-win_amd64.whl#sha256=d4987cceac538b96dd5345f0f648c13458cae1fc405eb12de1d55d7411df6f10 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,108 Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_6_intel: https://files.pythonhosted.org/packages/51/08/c03536fbdaa2c5ea6bb3f02a97b7ffd582d2d3cbc8b8352a3eb2093375ce/python_rtmidi-1.2.0rc2-cp27-cp27m-macosx_10_6_intel.whl#sha256=04f349cb359615a0e265bfb8157dbab3ea64a39baedef2d40adea13331c2eaa9 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,108 Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/75/b7/edfa537c8a9f4ce56120b39aa676627129b693cc0e8a598ed2cdb4f46cb3/python_rtmidi-1.2.0rc2-cp36-cp36m-macosx_10_6_intel.whl#sha256=8b4476eb334fec86664055cf16f062b54a9e33889865051d62020442e77dd3e1 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,108 Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/2a/74/515370364cab8b57011943171ac00fcec8dd6d203a7fe1b75ae56a0ca790/python_rtmidi-1.2.0rc2-cp37-cp37m-macosx_10_6_intel.whl#sha256=3b7cdefbf97d7104a2188e4afc2fce769fee39a6862867be459134c21e7b4de2 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,108 Found link https://files.pythonhosted.org/packages/13/14/007a87de6b097fe0c46535d5f83f960baa16da5d33ea0020d5e9f0b6aa89/python-rtmidi-1.2.0.tar.gz#sha256=8e7a50fff1b0bab16b71e19af17dfc91aad580d46ceb0bf36307555413a44d06 (from https://pypi.org/simple/python-rtmidi/), version: 1.2.0 2020-05-09T15:17:17,108 Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_6_intel: https://files.pythonhosted.org/packages/79/62/4d1914b7d6cb0a7a3c69f3a3d11b481d0d0d379fb870f204f4d70fbcfe16/python_rtmidi-1.2.0-cp27-cp27m-macosx_10_6_intel.whl#sha256=2eb82b9e0c972375ff2395dd1fc0ea9d0f5d80062b662d406a6217c8310d2640 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,108 Skipping link: none of the wheel's tags match: cp27-cp27m-win32: https://files.pythonhosted.org/packages/c0/ce/590cc9b88938b2eb8a3d898f0e22a9fea1fec657518a73d2b1681febf9f8/python_rtmidi-1.2.0-cp27-cp27m-win32.whl#sha256=a859511b91ed9a575a96c6117c2baa2acfb1719a5a911f414c96ed9bd2c602b9 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,109 Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/17/d2/3fd371ccb8fc640c57ddd6a6267da1598aec3750345ddefe2acb0ec85263/python_rtmidi-1.2.0-cp27-cp27m-win_amd64.whl#sha256=15c35ac752fef475ef6870631cdac7155b965b88666c75146cdb48b231999740 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,109 Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/2d/94/574d6fdb0a8d6329dcdcf74c9924ec657f18922689e82047808b64de3644/python_rtmidi-1.2.0-cp35-cp35m-win32.whl#sha256=450b47c3f1230d6db2ac904b2a6ba7201538a9a71ae73a0257597b32fcd00279 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,109 Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/db/d8/c13fc28209b3496a0d634625c26aada879515b017efe33ba77f2efb3e241/python_rtmidi-1.2.0-cp35-cp35m-win_amd64.whl#sha256=8cfb71213eeebc674a076aa457bf7346c3295bb1b73a3b5eb4b6462f4418cab7 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,109 Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/04/59/0f3bbab240e43eabcdf36c1bf74a056d6de4c6ed9115f1c13ab589ff8c98/python_rtmidi-1.2.0-cp36-cp36m-macosx_10_6_intel.whl#sha256=438beaa92edd6afe22f92cc00b10301b53717cebd3ce2e49fd95ece7f68c24c2 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,109 Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/21/d1/80e9d66b3661a4aabc48d2ce84bfda66417e90b2991e30294792f9b7995a/python_rtmidi-1.2.0-cp36-cp36m-win32.whl#sha256=b1f2a4ee3198713e83fb1f173e112daec424779b96ce47565e1bd2f332a13aa7 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,109 Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/3b/b6/fc92ae76ad766d0c2e19fc0dc291d3d4015e61b4468314a996b666c33b13/python_rtmidi-1.2.0-cp36-cp36m-win_amd64.whl#sha256=d7c343325377c73a02ed67a8ad95b56a6527aada76118a58d378722503ee8ccf (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,109 Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/bf/ad/8b49c68a0e3636a0215e374edf92493a72d2b330810b395cd0b6e9eb8e2c/python_rtmidi-1.2.0-cp37-cp37m-macosx_10_6_intel.whl#sha256=37f56d4a7697a043fda23d3429b92484eeed3d347ae9da0fbe72b595bab331e8 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,109 Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/68/9d/ad926fc98cce5857b15fe6443ab8f8e9d794b106a445d258a95c3a06f522/python_rtmidi-1.2.0-cp37-cp37m-win32.whl#sha256=cbdc7dbeae1602e2681306116537373917f73d2fd82034413127d038ec611da2 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,109 Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/06/9e/b81811108c4a1a1b5d1eea1a7b403c4bd91540989e2798534e5036e69f4c/python_rtmidi-1.2.0-cp37-cp37m-win_amd64.whl#sha256=5eb0b5679e94717101641d8e3725d17dd2abd68f1c0d4b061315bf3192260268 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,109 Skipping link: none of the wheel's tags match: cp27-cp27m-win32: https://files.pythonhosted.org/packages/48/f6/05c95b060fd27d54668f64982005c3bdeb57e482c007e8e3979ef63f350b/python_rtmidi-1.2.1rc1-cp27-cp27m-win32.whl#sha256=1e1c2db3bba67ec9c1e89f15e5caec046a6b88ada5b3ff036f116c12047d776b (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,110 Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/46/02/3b6a781083eedf7ea8386ea026139ff697d54b833844a43af7fcb116db54/python_rtmidi-1.2.1rc1-cp27-cp27m-win_amd64.whl#sha256=897c23e4fdd812905e96eee3cfff455dc41e60c33e022b2bad707445ce62f62d (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,110 Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/e9/7e/7e81cf67de65eed6464d260103b2d3af5212617368ac132ca323b6ed3afa/python_rtmidi-1.2.1rc1-cp35-cp35m-win32.whl#sha256=a9716710e80308b2bf66a3936a982542753b47323f0a25be6f633055a7cb5f73 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,110 Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/15/06/9df433ffb473e616957369f82951e94671e51f02280d0580c6c03bfc9043/python_rtmidi-1.2.1rc1-cp35-cp35m-win_amd64.whl#sha256=043b0f7068d05ce708e7d49fd698baf2a91d7717cfdc32686e498fb741c843be (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,110 Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/9a/fe/95fdfe1d337c93f51cf817f5b3bcbee61696658038cbf8f69e9bba554cd1/python_rtmidi-1.2.1rc1-cp36-cp36m-win32.whl#sha256=f20145143bea63b7c8b7571019c10114ecda706b9723168038388c001a1687f2 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,110 Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/0e/08/551bd77cc9705cdb9e952584ab3e177cd2f0510a2e9fda3aed5e548381a3/python_rtmidi-1.2.1rc1-cp36-cp36m-win_amd64.whl#sha256=5b1a0fa7d5ccaab85bf5bf2945cda2d5d1ba1919237403ac2efdd2aa5b14cc91 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,110 Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/f7/b6/bf0a8b9c0a55daf6bf5746bbd41f828512214334d8c5ee0eb70be949e8a7/python_rtmidi-1.2.1rc1-cp37-cp37m-win32.whl#sha256=2e60fb1be3352c5233fd3fe24485667f417410b8c496e6efb6bc56532d2131aa (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,110 Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/b6/60/6610ef83fa31eefdbaac160a6627f1e6b9787eee4d73c576817712243641/python_rtmidi-1.2.1rc1-cp37-cp37m-win_amd64.whl#sha256=a2fad52fe160fac9bf6cb161319cde6072db9e95f044e9714b9b86fba0aa7e10 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,110 Found link https://files.pythonhosted.org/packages/89/85/8065fcfe81b5bd74e8ac13d954fb7cc3f2a4e3173505c02881b8ad53e087/python-rtmidi-1.2.1.tar.gz#sha256=024a7a466c5b97f8fbbbcb2a6c968f10f4344f348a318188c3c0a7ae5f3e1b19 (from https://pypi.org/simple/python-rtmidi/), version: 1.2.1 2020-05-09T15:17:17,110 Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_6_intel: https://files.pythonhosted.org/packages/9e/46/e059583fd58e7d8c8f47b99ce0f12e2b0c1a7f7c44629e05df6fb6958fcf/python_rtmidi-1.2.1-cp27-cp27m-macosx_10_6_intel.whl#sha256=c4137111ce8cca60c959f00e592087d343c1c8a036b687c72f7e4c33ca982a92 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,111 Skipping link: none of the wheel's tags match: cp27-cp27m-win32: https://files.pythonhosted.org/packages/35/33/0e0935850bb559471cff5f64578ead729e01898d3e3b389eab5db20221ef/python_rtmidi-1.2.1-cp27-cp27m-win32.whl#sha256=78ace337b36e94a2a83bcb4e3cc80d1a45f740ace0978b60d689bdd9c870eaf0 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,111 Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/95/c3/53423185dea69ba0a22a658e12aa3ecf1a73e77f78c4117b39564a52a545/python_rtmidi-1.2.1-cp27-cp27m-win_amd64.whl#sha256=b240d10966debe6fcbe6f5bb5d20ccaad128fc1c5732a88ad8ad82094759ee8c (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,111 Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/5c/2e/3ecc0a2e39c8a1adc2b04a9c275d7251b06254a1cf658c46a119b6e39c42/python_rtmidi-1.2.1-cp35-cp35m-win32.whl#sha256=136a6ab2ca38ce97324266411c47cb1004fb0a84c35946d52579c1c66acf4aa6 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,111 Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/5c/12/8068908cc07b8ac634216b41544f2c6b72971588362845a0aba6dbd5c4a1/python_rtmidi-1.2.1-cp35-cp35m-win_amd64.whl#sha256=7e82585912e0f68a6561ea95c981cc6669d00744bc9ac48fb094cfa595411d3a (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,111 Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/f7/9d/1adbf0c56072a12feaf34e67e3ddfece1d5d387efa156a4d12c2c58b1eaf/python_rtmidi-1.2.1-cp36-cp36m-macosx_10_6_intel.whl#sha256=31a4031f75e38d7257476c8abed1c8466ee04f65e9bd4380c581f5e394c85a0f (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,111 Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/5a/7d/cdae6f374258dae02c53b1f01c906485f2e60763613625f9ad4b2677c488/python_rtmidi-1.2.1-cp36-cp36m-win32.whl#sha256=542970637ece4183c5160285661ae71246c80fc37e8d69edaee507c768a65af8 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,111 Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/90/74/3e078379eb80a09f32d3e66d9a3728b3e7a39a99552706e30d54f5d7ae8b/python_rtmidi-1.2.1-cp36-cp36m-win_amd64.whl#sha256=dee4fbe88a5d7b124de3f91831804fb31a92ec13ace6ab192d1ea76143d2a261 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,111 Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/ac/dd/71299d7477c677818515973499ae0bcd0edb54bbecbfc9774dab2a439dec/python_rtmidi-1.2.1-cp37-cp37m-macosx_10_6_intel.whl#sha256=a9b444eb0706eed6de4fb81f2a08df2b7b5b62ee304bcf95d3e65c8cbaf7c789 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,112 Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/5c/b5/4b39c154a727fb3adedebaf0ab07bea94ec927ae39c6997c5cc644ca0ec7/python_rtmidi-1.2.1-cp37-cp37m-win32.whl#sha256=b0dc5b6a8f0bee92200425056dd2d753042ba5386feb316b0c8d7fb9d4ea19f8 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,112 Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/07/bd/09888ee584b67c4b0975842887f1c751608f2c35cfd5e46f0094d0c78750/python_rtmidi-1.2.1-cp37-cp37m-win_amd64.whl#sha256=308fc922fd1e0f110bab6091e899e1d5fccbc8889a423de82bbd0999ea2258d0 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,112 Found link https://files.pythonhosted.org/packages/af/fb/705cbdc6f27bdb428f57f4751034665798ca166fad7acb57a28a148a1549/python-rtmidi-1.3.0.tar.gz#sha256=61e9d1c1f1202a1577f06644948af985427030984ff956970a22b50f080d4c2d (from https://pypi.org/simple/python-rtmidi/), version: 1.3.0 2020-05-09T15:17:17,112 Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_6_intel: https://files.pythonhosted.org/packages/16/92/79fae4b64be79cade505da45e017099aa58483f157852d82058ba65877c4/python_rtmidi-1.3.0-cp27-cp27m-macosx_10_6_intel.whl#sha256=f108d55feebcdf537ab435557e29bc0c77f685daddc7b665223222e4914ef9d1 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,112 Skipping link: none of the wheel's tags match: cp27-cp27m-win32: https://files.pythonhosted.org/packages/73/86/9f15cf8addfff66db1c6e66894fdcf883d4f8e81463c11beae4b6492e3a7/python_rtmidi-1.3.0-cp27-cp27m-win32.whl#sha256=4390763bdfc27e3b6e5cd3ba8a44d3a7b5ff5af37f4e06124939548ad93fe5f1 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,112 Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/72/e2/5bd7e426b0ae1a3adcb4e7ee65dc1f75e9c66b7e82417f912fea3fc2627c/python_rtmidi-1.3.0-cp27-cp27m-win_amd64.whl#sha256=171eaa08fe9b7efefbf1ff9edd9f4ace4c588e6771bf33f75f301d071ba72b20 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,112 Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/fa/c1/12176458dbbf253a23817989b1f6d7913c915f7d86b3f39b1e2dbfaa04e0/python_rtmidi-1.3.0-cp35-cp35m-win32.whl#sha256=cf4fce7eb13bf5e276c7357bd5db31decdee7f5e5746848b3aa56f3f325dfdcc (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,112 Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/a8/ba/6b8a5e22f139ae14beba23206841649500d39aedb1235019d8c8c2464f1b/python_rtmidi-1.3.0-cp35-cp35m-win_amd64.whl#sha256=cbd7f4ca4a950776ee1b9aee66a9d03cbc1f8576135699373d2c5d690970a80f (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,112 Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/a7/e8/60472beaa24469aa7aa9a7bf218eddd9d593b6c8a35640d8de0c6a306841/python_rtmidi-1.3.0-cp36-cp36m-macosx_10_6_intel.whl#sha256=7de81e8c807fbc8c2af3890a970ebe38994c031a15b0b8ef64e622bdec1116a9 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,112 Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/15/09/fffbee5b339aea493b3024314b2b70d7aeaa85961bce26077810310f92d1/python_rtmidi-1.3.0-cp36-cp36m-win32.whl#sha256=a5aaba71160f43223bd2e9ffcc99951b682d6fd50370916ccb55354625a81cd7 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,113 Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/3d/13/68359bb0f6b75a0619a990fafa3f9a35d264d2388277e1be13fab96b9978/python_rtmidi-1.3.0-cp36-cp36m-win_amd64.whl#sha256=db2031d4ec4429fae3dffaadb0d2bf46e764b009581fc27ef1c94224e95a3ed5 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,113 Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/7a/f5/c57219a27adbb9c2abc5c2be8504a77d53d78b622b41e153dc531fa3d1d8/python_rtmidi-1.3.0-cp37-cp37m-macosx_10_6_intel.whl#sha256=de3b919715d3e86ff4fdf3077934a6932611cc28f40bd89ea97e44c387e61dbb (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,113 Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/2f/ae/89f5bc9302be5490ef3b00b088727779b50201d6019f136161b808933802/python_rtmidi-1.3.0-cp37-cp37m-win32.whl#sha256=178fbd5b648c7df2290567090c74eb721d5c547b9261a3509c228bb4be2ada24 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,113 Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/6f/fc/d20877198b0e74da09119e5ca41d20530c6598ca27e198ad2f80168be05f/python_rtmidi-1.3.0-cp37-cp37m-win_amd64.whl#sha256=f32074ae6fefe43ab37c5ab8a52a1b2133ab488a43c6dfe256de1dd693d5bf7c (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,113 Found link https://files.pythonhosted.org/packages/1e/61/47cc917a9e2210e6536732709bff46f967878748ae4f13e3501147f8fae8/python-rtmidi-1.3.1.tar.gz#sha256=f9d2a1b5374b2e6856006537b6d4d5ceed4db4c4ee60caec4af83707a78297e4 (from https://pypi.org/simple/python-rtmidi/), version: 1.3.1 2020-05-09T15:17:17,113 Skipping link: none of the wheel's tags match: cp27-cp27m-macosx_10_6_intel: https://files.pythonhosted.org/packages/9a/09/75d985d8c349d33fa92b081f69af0440cf9c1f3e7300552ee2a5db73b036/python_rtmidi-1.3.1-cp27-cp27m-macosx_10_6_intel.whl#sha256=ffaed4e6654f5b7458e622146f5cd9253b1ca2986a118b9a86546111b1a55731 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,113 Skipping link: none of the wheel's tags match: cp27-cp27m-win32: https://files.pythonhosted.org/packages/62/95/52ada9819608e9484252a38422feb4eb4965a3e4b514270aeef279f3e115/python_rtmidi-1.3.1-cp27-cp27m-win32.whl#sha256=d657e4f4ce4ad5b1c7ee738540889c031344c59159483bdbb65dab6c8459c746 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,113 Skipping link: none of the wheel's tags match: cp27-cp27m-win_amd64: https://files.pythonhosted.org/packages/4f/13/b1a72cad5022da4dc9517d8696127e6bd84f478e49c43ec193a91228241c/python_rtmidi-1.3.1-cp27-cp27m-win_amd64.whl#sha256=521f2ca02876fae4f3efe7b52dfd2ec7cdba809af07905bd3b25b5aee36eaa50 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,113 Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/9a/c1/735720c3bf3214f24e13b138f5b505faf079616f8b8cd81f643249d0f669/python_rtmidi-1.3.1-cp35-cp35m-win32.whl#sha256=e516a7f876381667eba82417254bb8d138c17dc7666fd70212d839813b60ea19 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,114 Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/bc/4e/f69a595300a0e0b7de386a0fced88008f5ff04321b87c5e651ab66b75b49/python_rtmidi-1.3.1-cp35-cp35m-win_amd64.whl#sha256=67405b66ba90f8ef423974904ad12bf92d80fc14e4180d13a69e05d787a72849 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,114 Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/ab/5e/1a9b716465041a7fffdb72c9a8a5cccd946dc2dfcf8a8a79f6bc6d99f405/python_rtmidi-1.3.1-cp36-cp36m-macosx_10_6_intel.whl#sha256=7724252c7a2d407c510f089da321755dedbc05a864c1e97c034c807882c3234c (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,114 Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/3b/ce/df862f93245f4f5e6d0993d894b5cc113c5b17d598b4c08a7b6b44d91058/python_rtmidi-1.3.1-cp36-cp36m-win32.whl#sha256=ad2a5f0c14faf9810cc92d919096be7167eff8d4fd63abc5e2d7c20e5da9326c (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,114 Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/fa/f5/328cea5a679012719e900586670b168d8a0f7df6dd15582cdc6865431a0b/python_rtmidi-1.3.1-cp36-cp36m-win_amd64.whl#sha256=30d9fbb0070df100f58f6e93b8149aac2d435ae3b7d368e1fce9fd691184255c (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,114 Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/a4/53/606e6e3ffbcf5a32693b624dfa99cbcabee315c3191eedc58baa8d548831/python_rtmidi-1.3.1-cp37-cp37m-macosx_10_6_intel.whl#sha256=6a47a5e26675fba87fc90917c63139c8b3aa793bcb429f22fc52fffd87853f00 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,114 Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/6f/7f/49ea894b78b01c647d7e594359b4056adef936bc680a705b67cbd58bb7c2/python_rtmidi-1.3.1-cp37-cp37m-win32.whl#sha256=977d93ad6b45b48efddb92aed7fd69e1a33ff5d7130399971101133ad673be3e (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,114 Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/10/e8/e56d9c45bf07fa7c2e878a860151ec641b90b6e2ea639c84e92b634d779b/python_rtmidi-1.3.1-cp37-cp37m-win_amd64.whl#sha256=bee33b8c06431b0f5cfdf500c68e0562e1ec2bd46b8d883b216707f16d51e9a3 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,114 Found link https://files.pythonhosted.org/packages/31/71/a550e9f30e04ab3f03c1a1c044d828c4fb3d5f72ea04f53e569bc6ac764f/python-rtmidi-1.4.0.tar.gz#sha256=4ed5da58e4b57e84074f15e9c27bb3fc1b535258c502517f3c7e1042ed74ffe4 (from https://pypi.org/simple/python-rtmidi/), version: 1.4.0 2020-05-09T15:17:17,115 Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/39/76/e6cd44f3aa0b455d8981d840ed0f8b55c6dfdddc19ed56fd1c33ca164fc7/python_rtmidi-1.4.0-cp35-cp35m-win32.whl#sha256=da22994bef4aec2fd5adb14be80a8cfc3710fd8964204bbf5f33e257ea79442d (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,115 Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/63/4f/62460bffbd0fb07af906a8288a9e144ba8b49585004392ec3cc21319ee49/python_rtmidi-1.4.0-cp35-cp35m-win_amd64.whl#sha256=3fce8e85c4c09fd480fb976189c576377293ab120a32e330e7d5489e858dd427 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,115 Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/83/4c/cb9151e6cfc24ff7cdb4e2c61b6630aea76fb5006700c4aaa2c2db9ba05a/python_rtmidi-1.4.0-cp36-cp36m-macosx_10_6_intel.whl#sha256=3b5913e6a3126788578566312064e73c90b8819673aee9a39dc985fed17099f7 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,115 Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/6b/61/b3fb03284c4edeecdbd50875bc2da4cc32f3d82ee1b23b2229d85cb06aad/python_rtmidi-1.4.0-cp36-cp36m-win32.whl#sha256=3e97028ae8039fe7d9b802a42105c771268ea8b57533441e5ec46a8dc8229984 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,115 Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/b9/83/a29e134d6bc9d11361e347b6c875be7619842a39e13736d60e827530943d/python_rtmidi-1.4.0-cp36-cp36m-win_amd64.whl#sha256=fe763f863471b24c24b8d103dd52e4a0d1e55339a2cfde5e06d635a909c08719 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,115 Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/50/9e/1f4fc28f2432a5a1206628722700ffe3e9d381b09fdb017c95c39f16e1b6/python_rtmidi-1.4.0-cp37-cp37m-macosx_10_6_intel.whl#sha256=3fd151b801128bdedcffa3be4899a68958a0ad5a102d100a3f2bce7e01d42ced (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,115 Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/af/dc/747f8b34c16c58189cc4226e0d3fa8fdfb8c5d824d4d533edb94bc1c55c7/python_rtmidi-1.4.0-cp37-cp37m-win32.whl#sha256=e74fd4e7fc4c783f41724ecd2b0a17cbd7792795145a654421c46c3bdb292f02 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,115 Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/16/28/559c3f7377cd4ba7c10f2605a429e1493aac44f52c80b1b9cb9b457f9fee/python_rtmidi-1.4.0-cp37-cp37m-win_amd64.whl#sha256=7cf3559bc9264d1ae3d85d636271df2a7beea0d6e2582a860513c8b272cfc46a (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,115 Skipping link: none of the wheel's tags match: cp38-cp38-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/71/bd/455f91e0df09c455c1a13a4c19d058410d262fc65e53c34598e0926c06b6/python_rtmidi-1.4.0-cp38-cp38-macosx_10_9_x86_64.whl#sha256=e86fe9951340e10db66c21c5ae9e63d3249e70148e74cbeb37d16257e2f39f53 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,116 Skipping link: none of the wheel's tags match: cp38-cp38-win32: https://files.pythonhosted.org/packages/d3/3d/df7f16375e4e8f3f084b96b0e5ada6f9da087a972531583c31e1bf21e11d/python_rtmidi-1.4.0-cp38-cp38-win32.whl#sha256=07ef73412820c08d0e5ed15927eb41f986efd5ccb23ad1065e7128d4275fe8b9 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,116 Skipping link: none of the wheel's tags match: cp38-cp38-win_amd64: https://files.pythonhosted.org/packages/5a/94/4fdb53a7f82545a0c60f6c1f33afc7636405efc0641796c038c6d919418f/python_rtmidi-1.4.0-cp38-cp38-win_amd64.whl#sha256=1791458d0dc4d3dd408b381d0b3613a09a99b1cf38fbe7b0fcb470616423a4b2 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,116 Found link https://files.pythonhosted.org/packages/e1/e8/b40f0bfc49618a95a61d16d67528ab35d0303acd761412c4e39e8a3325a9/python-rtmidi-1.4.1.tar.gz#sha256=07bfecdbd6f1abe11f57f4448cf1da29dc199daee16ee7e5a8db092a2d1c1e2c (from https://pypi.org/simple/python-rtmidi/), version: 1.4.1 2020-05-09T15:17:17,116 Skipping link: none of the wheel's tags match: cp35-cp35m-win32: https://files.pythonhosted.org/packages/c8/4f/c525dea7b006b5e81fb3764b84a57845fd0dcffc671b86ea1e5ae89c09c4/python_rtmidi-1.4.1-cp35-cp35m-win32.whl#sha256=f9b17b293ef98dad3f0e8fc8cc63796b41a21513bbe532ac4f1188bb4b9998b9 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,116 Skipping link: none of the wheel's tags match: cp35-cp35m-win_amd64: https://files.pythonhosted.org/packages/e9/77/06b30a1a15306795932185fde77bd27a6461d1420919b65b33c21ab10ebc/python_rtmidi-1.4.1-cp35-cp35m-win_amd64.whl#sha256=5cd46bfbe81913c48ec353130ac355fd83653a7e6c52a288e6c37627e480d42f (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,116 Skipping link: none of the wheel's tags match: cp36-cp36m-macosx_10_6_intel: https://files.pythonhosted.org/packages/1d/ae/26cf83c908387fbccbc6b2795f67387cb4aeaf657583ea2029b63fe96ef1/python_rtmidi-1.4.1-cp36-cp36m-macosx_10_6_intel.whl#sha256=ffa11547cac8b49e4c55a1222b5c49cc62304f8cda816d9638395e18541e870e (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,116 Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/17/95/a0f1de5129a2ccc19cf918c70ccc31577cd687caf36e9ca2a86464c3c24d/python_rtmidi-1.4.1-cp36-cp36m-win32.whl#sha256=b8acac2c25a2b5c52f47f5abb7fe30ed169ba34e4186026fbed29768d07ef253 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,116 Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/f3/2c/d00776b5d14a5f756463e6f0f4e33273e3c3cd0482098abd659df7a24efb/python_rtmidi-1.4.1-cp36-cp36m-win_amd64.whl#sha256=16f6396b8000011bc812ca58f15d87689027c06f30e10a7d53015d0c689e94d4 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,116 Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_6_intel: https://files.pythonhosted.org/packages/b7/fd/cc0697bba50f8f93e28b0f0c32f6825c348bef63e74e7efbc46240f457e9/python_rtmidi-1.4.1-cp37-cp37m-macosx_10_6_intel.whl#sha256=25d9ca48062fdce6a9cc23584af0330eadb348c5e3234413ff223fd23b12f110 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,116 Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/37/61/70f65f9d88d4fa0b4333d411208ae1e8f1e7b409886d8e703755c7bbf7b9/python_rtmidi-1.4.1-cp37-cp37m-win32.whl#sha256=92846ee22529407ffdc68c613bcc45310dedfb307ee325150ba9748634704e0c (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,117 Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/31/2d/8b2bb60082e88ff55cac3dce392c9c2d3ff057399621e518ba630cef5ab2/python_rtmidi-1.4.1-cp37-cp37m-win_amd64.whl#sha256=fdd5d257ce720f47e9d06b15120b1dea8772042c216771194203b5f5278db58a (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,117 Skipping link: none of the wheel's tags match: cp38-cp38-macosx_10_9_x86_64: https://files.pythonhosted.org/packages/06/f7/58f7fe643d1f784fb940b13b07c4a35ec6ce91f8d79723cf93dd6a51d9e4/python_rtmidi-1.4.1-cp38-cp38-macosx_10_9_x86_64.whl#sha256=c9df96f9761990a6c19d957438b8a06d8714c46d0232cbb96b697581b9401b57 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,117 Skipping link: none of the wheel's tags match: cp38-cp38-win32: https://files.pythonhosted.org/packages/85/9b/93a9cfaabad4d7995b2373bc43ddffe18abea9d3e392d99e2e3d0b9de9b3/python_rtmidi-1.4.1-cp38-cp38-win32.whl#sha256=a171803d47772a9dc2410a09d84eb39500c759f31c98580b0eb4a3e0e198198a (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,117 Skipping link: none of the wheel's tags match: cp38-cp38-win_amd64: https://files.pythonhosted.org/packages/c0/c9/6baefadcd3340d7ac8e02705a73f15d28a0804dfca0b8debf7e900385cd0/python_rtmidi-1.4.1-cp38-cp38-win_amd64.whl#sha256=31a6e852486937d2eb474b1a624ecb3961279603472641832573b320adf98bf7 (from https://pypi.org/simple/python-rtmidi/) 2020-05-09T15:17:17,119 Given no hashes to check 3 links for project 'python-rtmidi': discarding no candidates 2020-05-09T15:17:17,119 Using version 0.5b1 (newest of versions: 0.5b1) 2020-05-09T15:17:17,121 Collecting python-rtmidi==0.5b1 2020-05-09T15:17:17,121 Created temporary directory: /tmp/pip-unpack-awuecjmb 2020-05-09T15:17:17,122 Getting credentials from keyring for files.pythonhosted.org 2020-05-09T15:17:17,127 Looking up "https://files.pythonhosted.org/packages/8b/ea/791c3c72b21c87ca84c5ba65e33db27edfbdebc2ed8df59ef2561be2ab47/python-rtmidi-0.5b1.tar.bz2" in the cache 2020-05-09T15:17:17,130 Current age based on date: 99829 2020-05-09T15:17:17,130 Ignoring unknown cache-control directive: immutable 2020-05-09T15:17:17,130 Freshness lifetime from max-age: 365000000 2020-05-09T15:17:17,130 The response is "fresh", returning cached response 2020-05-09T15:17:17,130 365000000 > 99829 2020-05-09T15:17:17,130 Using cached python-rtmidi-0.5b1.tar.bz2 (152 kB) 2020-05-09T15:17:17,230 Added python-rtmidi==0.5b1 from https://files.pythonhosted.org/packages/8b/ea/791c3c72b21c87ca84c5ba65e33db27edfbdebc2ed8df59ef2561be2ab47/python-rtmidi-0.5b1.tar.bz2#sha256=4075dea2a6da3087199a20817712cc6fc859a8947042b34d44302a5afc152272 (from -r requirements.txt (line 2)) to build tracker '/tmp/pip-req-tracker-eeygtluh' 2020-05-09T15:17:17,230 Running setup.py (path:/tmp/pip-install-96d2bph6/python-rtmidi/setup.py) egg_info for package python-rtmidi 2020-05-09T15:17:17,230 Running command python setup.py egg_info 2020-05-09T15:17:17,444 running egg_info 2020-05-09T15:17:17,444 creating /tmp/pip-install-96d2bph6/python-rtmidi/pip-egg-info/python_rtmidi.egg-info 2020-05-09T15:17:17,445 writing /tmp/pip-install-96d2bph6/python-rtmidi/pip-egg-info/python_rtmidi.egg-info/PKG-INFO 2020-05-09T15:17:17,445 writing dependency_links to /tmp/pip-install-96d2bph6/python-rtmidi/pip-egg-info/python_rtmidi.egg-info/dependency_links.txt 2020-05-09T15:17:17,445 writing entry points to /tmp/pip-install-96d2bph6/python-rtmidi/pip-egg-info/python_rtmidi.egg-info/entry_points.txt 2020-05-09T15:17:17,446 writing requirements to /tmp/pip-install-96d2bph6/python-rtmidi/pip-egg-info/python_rtmidi.egg-info/requires.txt 2020-05-09T15:17:17,446 writing top-level names to /tmp/pip-install-96d2bph6/python-rtmidi/pip-egg-info/python_rtmidi.egg-info/top_level.txt 2020-05-09T15:17:17,446 writing manifest file '/tmp/pip-install-96d2bph6/python-rtmidi/pip-egg-info/python_rtmidi.egg-info/SOURCES.txt' 2020-05-09T15:17:17,483 reading manifest file '/tmp/pip-install-96d2bph6/python-rtmidi/pip-egg-info/python_rtmidi.egg-info/SOURCES.txt' 2020-05-09T15:17:17,486 reading manifest template 'MANIFEST.in' 2020-05-09T15:17:17,486 warning: no previously-included files found matching '.rst.in' 2020-05-09T15:17:17,486 warning: no previously-included files found matching 'deploy.sh' 2020-05-09T15:17:17,487 warning: no previously-included files matching '.pyc' found under directory 'examples' 2020-05-09T15:17:17,487 warning: no previously-included files matching '.pyc' found under directory 'tests' 2020-05-09T15:17:17,487 no previously-included directories found matching 'include' 2020-05-09T15:17:17,488 writing manifest file '/tmp/pip-install-96d2bph6/python-rtmidi/pip-egg-info/python_rtmidi.egg-info/SOURCES.txt' 2020-05-09T15:17:17,517 Source in /tmp/pip-install-96d2bph6/python-rtmidi has version 0.5b1, which satisfies requirement python-rtmidi==0.5b1 from https://files.pythonhosted.org/packages/8b/ea/791c3c72b21c87ca84c5ba65e33db27edfbdebc2ed8df59ef2561be2ab47/python-rtmidi-0.5b1.tar.bz2#sha256=4075dea2a6da3087199a20817712cc6fc859a8947042b34d44302a5afc152272 (from -r requirements.txt (line 2)) 2020-05-09T15:17:17,518 Removed python-rtmidi==0.5b1 from https://files.pythonhosted.org/packages/8b/ea/791c3c72b21c87ca84c5ba65e33db27edfbdebc2ed8df59ef2561be2ab47/python-rtmidi-0.5b1.tar.bz2#sha256=4075dea2a6da3087199a20817712cc6fc859a8947042b34d44302a5afc152272 (from -r requirements.txt (line 2)) from build tracker '/tmp/pip-req-tracker-eeygtluh' 2020-05-09T15:17:17,566 Building wheels for collected packages: python-rtmidi 2020-05-09T15:17:17,567 Created temporary directory: /tmp/pip-wheel-3omehcif 2020-05-09T15:17:17,568 Destination directory: /tmp/pip-wheel-3omehcif 2020-05-09T15:17:17,568 Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-96d2bph6/python-rtmidi/setup.py'"'"'; file='"'"'/tmp/pip-install-96d2bph6/python-rtmidi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-3omehcif 2020-05-09T15:17:17,821 running bdist_wheel 2020-05-09T15:17:17,823 running build 2020-05-09T15:17:17,824 running build_py 2020-05-09T15:17:17,861 creating build 2020-05-09T15:17:17,862 creating build/lib.linux-x86_64-3.8 2020-05-09T15:17:17,862 creating build/lib.linux-x86_64-3.8/rtmidi 2020-05-09T15:17:17,862 copying rtmidi/midiconstants.py -> build/lib.linux-x86_64-3.8/rtmidi 2020-05-09T15:17:17,862 copying rtmidi/release.py -> build/lib.linux-x86_64-3.8/rtmidi 2020-05-09T15:17:17,862 copying rtmidi/init.py -> build/lib.linux-x86_64-3.8/rtmidi 2020-05-09T15:17:17,862 copying rtmidi/midiutil.py -> build/lib.linux-x86_64-3.8/rtmidi 2020-05-09T15:17:17,862 creating build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:17,862 copying examples/osc2midi/midievents.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:17,862 copying examples/osc2midi/main.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:17,862 copying examples/osc2midi/midiio.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:17,862 copying examples/osc2midi/oscdispatcher.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:17,863 copying examples/osc2midi/device.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:17,863 copying examples/osc2midi/lru_cache.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:17,863 copying examples/osc2midi/init.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:17,863 running build_ext 2020-05-09T15:17:17,864 building 'rtmidi._rtmidi' extension 2020-05-09T15:17:17,865 creating build/temp.linux-x86_64-3.8 2020-05-09T15:17:17,865 creating build/temp.linux-x86_64-3.8/src 2020-05-09T15:17:17,865 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPYX_FORCE_INIT_THREADS -D__LINUX_ALSA -D__UNIX_JACK -Isrc -I/usr/include/python3.8 -c src/_rtmidi.cpp -o build/temp.linux-x86_64-3.8/src/_rtmidi.o 2020-05-09T15:17:18,360 src/_rtmidi.cpp: In function ‘int Pyx_GetException(PyObject, PyObject, PyObject)’: 2020-05-09T15:17:18,360 src/_rtmidi.cpp:6076:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 2020-05-09T15:17:18,361 6076 | tmp_type = tstate->exc_type; 2020-05-09T15:17:18,361 | ^~~~ 2020-05-09T15:17:18,361 | curexc_type 2020-05-09T15:17:18,361 src/_rtmidi.cpp:6077:25: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 2020-05-09T15:17:18,361 6077 | tmp_value = tstate->exc_value; 2020-05-09T15:17:18,361 | ^~~~~ 2020-05-09T15:17:18,361 | curexc_value 2020-05-09T15:17:18,361 src/_rtmidi.cpp:6078:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 2020-05-09T15:17:18,361 6078 | tmp_tb = tstate->exc_traceback; 2020-05-09T15:17:18,361 | ^~~~~ 2020-05-09T15:17:18,362 | curexc_traceback 2020-05-09T15:17:18,362 src/_rtmidi.cpp:6079:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 2020-05-09T15:17:18,362 6079 | tstate->exc_type = local_type; 2020-05-09T15:17:18,362 | ^~~~ 2020-05-09T15:17:18,362 | curexc_type 2020-05-09T15:17:18,362 src/_rtmidi.cpp:6080:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 2020-05-09T15:17:18,362 6080 | tstate->exc_value = local_value; 2020-05-09T15:17:18,362 | ^~~~~ 2020-05-09T15:17:18,362 | curexc_value 2020-05-09T15:17:18,362 src/_rtmidi.cpp:6081:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 2020-05-09T15:17:18,362 6081 | tstate->exc_traceback = local_tb; 2020-05-09T15:17:18,363 | ^~~~~ 2020-05-09T15:17:18,363 | curexc_traceback 2020-05-09T15:17:18,363 src/_rtmidi.cpp: In function ‘void __Pyx_ExceptionSave(PyObject, PyObject, PyObject)’: 2020-05-09T15:17:18,364 src/_rtmidi.cpp:6412:21: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 2020-05-09T15:17:18,364 6412 | type = tstate->exc_type; 2020-05-09T15:17:18,364 | ^~~~ 2020-05-09T15:17:18,364 | curexc_type 2020-05-09T15:17:18,364 src/_rtmidi.cpp:6413:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 2020-05-09T15:17:18,364 6413 | value = tstate->exc_value; 2020-05-09T15:17:18,365 | ^~~~~ 2020-05-09T15:17:18,365 | curexc_value 2020-05-09T15:17:18,365 src/_rtmidi.cpp:6414:19: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 2020-05-09T15:17:18,365 6414 | tb = tstate->exc_traceback; 2020-05-09T15:17:18,365 | ^~~~~ 2020-05-09T15:17:18,365 | curexc_traceback 2020-05-09T15:17:18,365 src/_rtmidi.cpp: In function ‘void Pyx_ExceptionReset(PyObject, PyObject, PyObject*)’: 2020-05-09T15:17:18,365 src/_rtmidi.cpp:6426:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 2020-05-09T15:17:18,366 6426 | tmp_type = tstate->exc_type; 2020-05-09T15:17:18,366 | ^~~~ 2020-05-09T15:17:18,366 | curexc_type 2020-05-09T15:17:18,366 src/_rtmidi.cpp:6427:25: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 2020-05-09T15:17:18,366 6427 | tmp_value = tstate->exc_value; 2020-05-09T15:17:18,366 | ^~~~~ 2020-05-09T15:17:18,366 | curexc_value 2020-05-09T15:17:18,366 src/_rtmidi.cpp:6428:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 2020-05-09T15:17:18,367 6428 | tmp_tb = tstate->exc_traceback; 2020-05-09T15:17:18,367 | ^~~~~ 2020-05-09T15:17:18,367 | curexc_traceback 2020-05-09T15:17:18,367 src/_rtmidi.cpp:6429:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 2020-05-09T15:17:18,367 6429 | tstate->exc_type = type; 2020-05-09T15:17:18,367 | ^~~~ 2020-05-09T15:17:18,367 | curexc_type 2020-05-09T15:17:18,367 src/_rtmidi.cpp:6430:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 2020-05-09T15:17:18,368 6430 | tstate->exc_value = value; 2020-05-09T15:17:18,368 | ^~~~~ 2020-05-09T15:17:18,368 | curexc_value 2020-05-09T15:17:18,368 src/_rtmidi.cpp:6431:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 2020-05-09T15:17:18,368 6431 | tstate->exc_traceback = tb; 2020-05-09T15:17:18,368 | ^~~~~ 2020-05-09T15:17:18,368 | curexc_traceback 2020-05-09T15:17:18,460 error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 2020-05-09T15:17:18,498 ERROR: Failed building wheel for python-rtmidi 2020-05-09T15:17:18,499 Running setup.py clean for python-rtmidi 2020-05-09T15:17:18,499 Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-96d2bph6/python-rtmidi/setup.py'"'"'; file='"'"'/tmp/pip-install-96d2bph6/python-rtmidi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' clean --all 2020-05-09T15:17:18,735 running clean 2020-05-09T15:17:18,735 removing 'build/temp.linux-x86_64-3.8' (and everything under it) 2020-05-09T15:17:18,735 removing 'build/lib.linux-x86_64-3.8' (and everything under it) 2020-05-09T15:17:18,736 'build/bdist.linux-x86_64' does not exist -- can't clean it 2020-05-09T15:17:18,736 'build/scripts-3.8' does not exist -- can't clean it 2020-05-09T15:17:18,736 removing 'build' 2020-05-09T15:17:18,757 Failed to build python-rtmidi 2020-05-09T15:17:18,892 Installing collected packages: python-rtmidi 2020-05-09T15:17:18,893 Created temporary directory: /tmp/pip-record-_ivfx7zn 2020-05-09T15:17:18,893 Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-96d2bph6/python-rtmidi/setup.py'"'"'; file='"'"'/tmp/pip-install-96d2bph6/python-rtmidi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-_ivfx7zn/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.8/python-rtmidi 2020-05-09T15:17:19,123 running install 2020-05-09T15:17:19,124 running build 2020-05-09T15:17:19,124 running build_py 2020-05-09T15:17:19,165 creating build 2020-05-09T15:17:19,165 creating build/lib.linux-x86_64-3.8 2020-05-09T15:17:19,165 creating build/lib.linux-x86_64-3.8/rtmidi 2020-05-09T15:17:19,165 copying rtmidi/midiconstants.py -> build/lib.linux-x86_64-3.8/rtmidi 2020-05-09T15:17:19,165 copying rtmidi/release.py -> build/lib.linux-x86_64-3.8/rtmidi 2020-05-09T15:17:19,165 copying rtmidi/init.py -> build/lib.linux-x86_64-3.8/rtmidi 2020-05-09T15:17:19,166 copying rtmidi/midiutil.py -> build/lib.linux-x86_64-3.8/rtmidi 2020-05-09T15:17:19,166 creating build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:19,166 copying examples/osc2midi/midievents.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:19,166 copying examples/osc2midi/main.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:19,166 copying examples/osc2midi/midiio.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:19,166 copying examples/osc2midi/oscdispatcher.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:19,166 copying examples/osc2midi/device.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:19,166 copying examples/osc2midi/lru_cache.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:19,167 copying examples/osc2midi/init.py -> build/lib.linux-x86_64-3.8/osc2midi 2020-05-09T15:17:19,167 running build_ext 2020-05-09T15:17:19,171 building 'rtmidi._rtmidi' extension 2020-05-09T15:17:19,172 creating build/temp.linux-x86_64-3.8 2020-05-09T15:17:19,172 creating build/temp.linux-x86_64-3.8/src 2020-05-09T15:17:19,172 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D__PYX_FORCE_INIT_THREADS -DLINUX_ALSA -DUNIX_JACK -Isrc -I/usr/include/python3.8 -c src/_rtmidi.cpp -o build/temp.linux-x86_64-3.8/src/_rtmidi.o 2020-05-09T15:17:19,676 src/_rtmidi.cpp: In function ‘int Pyx_GetException(PyObject, PyObject, PyObject)’: 2020-05-09T15:17:19,676 src/_rtmidi.cpp:6076:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 2020-05-09T15:17:19,676 6076 | tmp_type = tstate->exc_type; 2020-05-09T15:17:19,676 | ^~~~ 2020-05-09T15:17:19,676 | curexc_type 2020-05-09T15:17:19,676 src/_rtmidi.cpp:6077:25: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 2020-05-09T15:17:19,676 6077 | tmp_value = tstate->exc_value; 2020-05-09T15:17:19,676 | ^~~~~ 2020-05-09T15:17:19,676 | curexc_value 2020-05-09T15:17:19,677 src/_rtmidi.cpp:6078:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 2020-05-09T15:17:19,677 6078 | tmp_tb = tstate->exc_traceback; 2020-05-09T15:17:19,677 | ^~~~~ 2020-05-09T15:17:19,677 | curexc_traceback 2020-05-09T15:17:19,677 src/_rtmidi.cpp:6079:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 2020-05-09T15:17:19,677 6079 | tstate->exc_type = local_type; 2020-05-09T15:17:19,677 | ^~~~ 2020-05-09T15:17:19,677 | curexc_type 2020-05-09T15:17:19,677 src/_rtmidi.cpp:6080:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 2020-05-09T15:17:19,677 6080 | tstate->exc_value = local_value; 2020-05-09T15:17:19,677 | ^~~~~ 2020-05-09T15:17:19,678 | curexc_value 2020-05-09T15:17:19,678 src/_rtmidi.cpp:6081:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 2020-05-09T15:17:19,678 6081 | tstate->exc_traceback = local_tb; 2020-05-09T15:17:19,678 | ^~~~~ 2020-05-09T15:17:19,678 | curexc_traceback 2020-05-09T15:17:19,679 src/_rtmidi.cpp: In function ‘void __Pyx_ExceptionSave(PyObject, PyObject, PyObject)’: 2020-05-09T15:17:19,679 src/_rtmidi.cpp:6412:21: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 2020-05-09T15:17:19,679 6412 | type = tstate->exc_type; 2020-05-09T15:17:19,680 | ^~~~ 2020-05-09T15:17:19,680 | curexc_type 2020-05-09T15:17:19,680 src/_rtmidi.cpp:6413:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 2020-05-09T15:17:19,680 6413 | value = tstate->exc_value; 2020-05-09T15:17:19,680 | ^~~~~ 2020-05-09T15:17:19,680 | curexc_value 2020-05-09T15:17:19,680 src/_rtmidi.cpp:6414:19: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 2020-05-09T15:17:19,680 6414 | tb = tstate->exc_traceback; 2020-05-09T15:17:19,680 | ^~~~~ 2020-05-09T15:17:19,680 | curexc_traceback 2020-05-09T15:17:19,681 src/_rtmidi.cpp: In function ‘void __Pyx_ExceptionReset(PyObject, PyObject, PyObject)’: 2020-05-09T15:17:19,681 src/_rtmidi.cpp:6426:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 2020-05-09T15:17:19,681 6426 | tmp_type = tstate->exc_type; 2020-05-09T15:17:19,681 | ^~~~ 2020-05-09T15:17:19,681 | curexc_type 2020-05-09T15:17:19,681 src/_rtmidi.cpp:6427:25: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 2020-05-09T15:17:19,681 6427 | tmp_value = tstate->exc_value; 2020-05-09T15:17:19,681 | ^~~~~ 2020-05-09T15:17:19,681 | curexc_value 2020-05-09T15:17:19,681 src/_rtmidi.cpp:6428:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 2020-05-09T15:17:19,682 6428 | tmp_tb = tstate->exc_traceback; 2020-05-09T15:17:19,682 | ^~~~~ 2020-05-09T15:17:19,682 | curexc_traceback 2020-05-09T15:17:19,682 src/_rtmidi.cpp:6429:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 2020-05-09T15:17:19,682 6429 | tstate->exc_type = type; 2020-05-09T15:17:19,682 | ^~~~ 2020-05-09T15:17:19,682 | curexc_type 2020-05-09T15:17:19,682 src/_rtmidi.cpp:6430:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 2020-05-09T15:17:19,682 6430 | tstate->exc_value = value; 2020-05-09T15:17:19,682 | ^~~~~ 2020-05-09T15:17:19,683 | curexc_value 2020-05-09T15:17:19,683 src/_rtmidi.cpp:6431:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 2020-05-09T15:17:19,683 6431 | tstate->exc_traceback = tb; 2020-05-09T15:17:19,683 | ^~~~~ 2020-05-09T15:17:19,683 | curexc_traceback 2020-05-09T15:17:19,799 error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 2020-05-09T15:17:19,832 Cleaning up... 2020-05-09T15:17:19,832 Removing source in /tmp/pip-install-96d2bph6/python-rtmidi 2020-05-09T15:17:19,837 Removed build tracker: '/tmp/pip-req-tracker-eeygtluh' 2020-05-09T15:17:19,837 ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-96d2bph6/python-rtmidi/setup.py'"'"'; file='"'"'/tmp/pip-install-96d2bph6/python-rtmidi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-_ivfx7zn/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.8/python-rtmidi Check the logs for full command output. 2020-05-09T15:17:19,838 Exception information: 2020-05-09T15:17:19,838 Traceback (most recent call last): 2020-05-09T15:17:19,838 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 186, in _main 2020-05-09T15:17:19,838 status = self.run(options, args) 2020-05-09T15:17:19,838 File "/usr/lib/python3/dist-packages/pip/_internal/commands/install.py", line 421, in run 2020-05-09T15:17:19,838 installed = install_given_reqs( 2020-05-09T15:17:19,838 File "/usr/lib/python3/dist-packages/pip/_internal/req/init.py", line 67, in install_given_reqs 2020-05-09T15:17:19,838 requirement.install( 2020-05-09T15:17:19,838 File "/usr/lib/python3/dist-packages/pip/_internal/req/req_install.py", line 820, in install 2020-05-09T15:17:19,838 install_legacy( 2020-05-09T15:17:19,838 File "/usr/lib/python3/dist-packages/pip/_internal/operations/install/legacy.py", line 70, in install 2020-05-09T15:17:19,838 runner( 2020-05-09T15:17:19,838 File "/usr/lib/python3/dist-packages/pip/_internal/utils/subprocess.py", line 271, in runner 2020-05-09T15:17:19,838 call_subprocess( 2020-05-09T15:17:19,838 File "/usr/lib/python3/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-05-09T15:17:19,838 raise InstallationError(exc_msg) 2020-05-09T15:17:19,838 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-96d2bph6/python-rtmidi/setup.py'"'"'; file='"'"'/tmp/pip-install-96d2bph6/python-rtmidi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-_ivfx7zn/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.8/python-rtmidi Check the logs for full command output.

lepidopteralady1781 commented 4 years ago

Closure was accidental.