2020-10-31T12:23:47,014 Created temporary directory: /tmp/pip-ephem-wheel-cache-lirqxqri 2020-10-31T12:23:47,017 Created temporary directory: /tmp/pip-req-tracker-e0v37iww 2020-10-31T12:23:47,017 Initialized build tracking at /tmp/pip-req-tracker-e0v37iww 2020-10-31T12:23:47,017 Created build tracker: /tmp/pip-req-tracker-e0v37iww 2020-10-31T12:23:47,017 Entered build tracker: /tmp/pip-req-tracker-e0v37iww 2020-10-31T12:23:47,018 Created temporary directory: /tmp/pip-wheel-3sqn76ps 2020-10-31T12:23:47,028 1 location(s) to search for versions of pydub-stubs: 2020-10-31T12:23:47,028 * https://pypi.org/simple/pydub-stubs/ 2020-10-31T12:23:47,028 Fetching project page and analyzing links: https://pypi.org/simple/pydub-stubs/ 2020-10-31T12:23:47,029 Getting page https://pypi.org/simple/pydub-stubs/ 2020-10-31T12:23:47,030 Found index url https://pypi.org/simple 2020-10-31T12:23:47,119 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/49/b4/8c3b0c2d624e665bd9e58cc4b30a2ce7e641b9715c4726d87a9ae07c4262/pydub-stubs-0.24.1.0.tar.gz#sha256=2eb613188725fcc30666790006228c52104ca242011d62830b2e0649beebf70f (from https://pypi.org/simple/pydub-stubs/) (requires-python:>=3.8,<4.0) 2020-10-31T12:23:47,123 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/1b/40/7779c692fb7a9c56df0d4e2de298d3480e8f93aeeaaa6c1ebc9709968a20/pydub_stubs-0.24.1.0-py3-none-any.whl#sha256=98e06efed4b1ac4e56daa217e78c1e219ad09e9ad30541695b3635236bdecf85 (from https://pypi.org/simple/pydub-stubs/) (requires-python:>=3.8,<4.0) 2020-10-31T12:23:47,124 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/2d/b7/8e39d08111f5570137f2339983ebe89993631ef7c71fdba164e6071a9339/pydub-stubs-0.24.1.1.tar.gz#sha256=3b5c0217fe3022358079831e1b3915b0d5efee272ca52ccea48e602200f6828e (from https://pypi.org/simple/pydub-stubs/) (requires-python:>=3.8,<4.0) 2020-10-31T12:23:47,125 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/48/0d/f6aea283bc3d55e212b5ce41cd3a1af74399fbcb97d14a2f80040676e6f1/pydub_stubs-0.24.1.1-py3-none-any.whl#sha256=0746d3ca00010183da72f4bf727158a80ad7fb051d2b3269e065746cd37cc23c (from https://pypi.org/simple/pydub-stubs/) (requires-python:>=3.8,<4.0) 2020-10-31T12:23:47,125 Given no hashes to check 0 links for project 'pydub-stubs': discarding no candidates 2020-10-31T12:23:47,125 ERROR: Could not find a version that satisfies the requirement pydub-stubs==0.24.1.1 (from versions: none) 2020-10-31T12:23:47,126 ERROR: No matching distribution found for pydub-stubs==0.24.1.1 2020-10-31T12:23:47,126 Exception information: 2020-10-31T12:23:47,126 Traceback (most recent call last): 2020-10-31T12:23:47,126 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-10-31T12:23:47,126 status = self.run(options, args) 2020-10-31T12:23:47,126 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-10-31T12:23:47,126 return func(self, options, args) 2020-10-31T12:23:47,126 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-10-31T12:23:47,126 reqs, check_supported_wheels=True 2020-10-31T12:23:47,126 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-10-31T12:23:47,126 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-10-31T12:23:47,126 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-10-31T12:23:47,126 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-10-31T12:23:47,126 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 339, in _get_abstract_dist_for 2020-10-31T12:23:47,126 self._populate_link(req) 2020-10-31T12:23:47,126 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 305, in _populate_link 2020-10-31T12:23:47,126 req.link = self._find_requirement_link(req) 2020-10-31T12:23:47,126 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 270, in _find_requirement_link 2020-10-31T12:23:47,126 best_candidate = self.finder.find_requirement(req, upgrade) 2020-10-31T12:23:47,126 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/index/package_finder.py", line 928, in find_requirement 2020-10-31T12:23:47,126 req) 2020-10-31T12:23:47,126 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pydub-stubs==0.24.1.1 2020-10-31T12:23:47,130 Removed build tracker: '/tmp/pip-req-tracker-e0v37iww'