2021-07-11T23:05:19,351 Created temporary directory: /tmp/pip-ephem-wheel-cache-2kbu6od5 2021-07-11T23:05:19,355 Created temporary directory: /tmp/pip-req-tracker-9lv2zxpl 2021-07-11T23:05:19,355 Initialized build tracking at /tmp/pip-req-tracker-9lv2zxpl 2021-07-11T23:05:19,355 Created build tracker: /tmp/pip-req-tracker-9lv2zxpl 2021-07-11T23:05:19,355 Entered build tracker: /tmp/pip-req-tracker-9lv2zxpl 2021-07-11T23:05:19,356 Created temporary directory: /tmp/pip-wheel-i1zl62ch 2021-07-11T23:05:19,384 1 location(s) to search for versions of py-jsonrpc-lite: 2021-07-11T23:05:19,384 * https://pypi.org/simple/py-jsonrpc-lite/ 2021-07-11T23:05:19,385 Fetching project page and analyzing links: https://pypi.org/simple/py-jsonrpc-lite/ 2021-07-11T23:05:19,385 Getting page https://pypi.org/simple/py-jsonrpc-lite/ 2021-07-11T23:05:19,387 Found index url https://pypi.org/simple 2021-07-11T23:05:19,570 Found link https://files.pythonhosted.org/packages/02/91/7bee46b4e1be09a82aab5c99187a1c755fecda4203d52419707844bb6f17/py-jsonrpc-lite-0.1.tar.gz#sha256=e9d2d33b862b3392281a2e3e2adf2932b7e80e97500fe9c39fbae3abfa54c0d0 (from https://pypi.org/simple/py-jsonrpc-lite/), version: 0.1 2021-07-11T23:05:19,587 Skipping link: none of the wheel's tags (py2-none-any) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/5b/98/2a9832a16bd1ebf3978251ca98df0047b51c6053dc2f2876c0215b01d684/py_jsonrpc_lite-0.1-py2-none-any.whl#sha256=5cca9f1115e7e88be0e97deb51bdb5d78e0593f1cb8054fa62ea654c31a5228b (from https://pypi.org/simple/py-jsonrpc-lite/) 2021-07-11T23:05:19,588 Skipping link: not a file: https://pypi.org/simple/py-jsonrpc-lite/ 2021-07-11T23:05:19,589 Given no hashes to check 1 links for project 'py-jsonrpc-lite': discarding no candidates 2021-07-11T23:05:19,607 Collecting py-jsonrpc-lite==0.1 2021-07-11T23:05:19,609 Created temporary directory: /tmp/pip-unpack-x2a_piu7 2021-07-11T23:05:19,793 Downloading py-jsonrpc-lite-0.1.tar.gz (4.4 kB) 2021-07-11T23:05:19,830 Added py-jsonrpc-lite==0.1 from https://files.pythonhosted.org/packages/02/91/7bee46b4e1be09a82aab5c99187a1c755fecda4203d52419707844bb6f17/py-jsonrpc-lite-0.1.tar.gz#sha256=e9d2d33b862b3392281a2e3e2adf2932b7e80e97500fe9c39fbae3abfa54c0d0 to build tracker '/tmp/pip-req-tracker-9lv2zxpl' 2021-07-11T23:05:19,831 Running setup.py (path:/tmp/pip-wheel-i1zl62ch/py-jsonrpc-lite_7e0862eb9fc04b1b943d6e403abb3727/setup.py) egg_info for package py-jsonrpc-lite 2021-07-11T23:05:19,832 Created temporary directory: /tmp/pip-pip-egg-info-tz6u7_si 2021-07-11T23:05:19,832 Running command python setup.py egg_info 2021-07-11T23:05:20,737 Traceback (most recent call last): 2021-07-11T23:05:20,737 File "", line 1, in 2021-07-11T23:05:20,737 File "/tmp/pip-wheel-i1zl62ch/py-jsonrpc-lite_7e0862eb9fc04b1b943d6e403abb3727/setup.py", line 4, in 2021-07-11T23:05:20,738 from pyjsonrpclite import version 2021-07-11T23:05:20,738 File "/tmp/pip-wheel-i1zl62ch/py-jsonrpc-lite_7e0862eb9fc04b1b943d6e403abb3727/pyjsonrpclite/__init__.py", line 1, in 2021-07-11T23:05:20,738 from jsonrpc import * 2021-07-11T23:05:20,738 ModuleNotFoundError: No module named 'jsonrpc' 2021-07-11T23:05:20,787 WARNING: Discarding https://files.pythonhosted.org/packages/02/91/7bee46b4e1be09a82aab5c99187a1c755fecda4203d52419707844bb6f17/py-jsonrpc-lite-0.1.tar.gz#sha256=e9d2d33b862b3392281a2e3e2adf2932b7e80e97500fe9c39fbae3abfa54c0d0 (from https://pypi.org/simple/py-jsonrpc-lite/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-11T23:05:20,789 ERROR: Could not find a version that satisfies the requirement py-jsonrpc-lite==0.1 (from versions: 0.1) 2021-07-11T23:05:20,789 ERROR: No matching distribution found for py-jsonrpc-lite==0.1 2021-07-11T23:05:20,789 Exception information: 2021-07-11T23:05:20,789 Traceback (most recent call last): 2021-07-11T23:05:20,789 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-11T23:05:20,789 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-11T23:05:20,789 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-11T23:05:20,789 raise RequirementsConflicted(criterion) 2021-07-11T23:05:20,789 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('py-jsonrpc-lite==0.1') 2021-07-11T23:05:20,789 2021-07-11T23:05:20,789 During handling of the above exception, another exception occurred: 2021-07-11T23:05:20,789 2021-07-11T23:05:20,789 Traceback (most recent call last): 2021-07-11T23:05:20,789 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-11T23:05:20,789 result = self._result = resolver.resolve( 2021-07-11T23:05:20,789 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-11T23:05:20,789 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-11T23:05:20,789 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-11T23:05:20,789 raise ResolutionImpossible(e.criterion.information) 2021-07-11T23:05:20,789 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('py-jsonrpc-lite==0.1'), parent=None)] 2021-07-11T23:05:20,789 2021-07-11T23:05:20,789 The above exception was the direct cause of the following exception: 2021-07-11T23:05:20,789 2021-07-11T23:05:20,789 Traceback (most recent call last): 2021-07-11T23:05:20,789 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-11T23:05:20,789 status = self.run(options, args) 2021-07-11T23:05:20,789 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-11T23:05:20,789 return func(self, options, args) 2021-07-11T23:05:20,789 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-11T23:05:20,789 requirement_set = resolver.resolve( 2021-07-11T23:05:20,789 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-11T23:05:20,789 raise error from e 2021-07-11T23:05:20,789 pip._internal.exceptions.DistributionNotFound: No matching distribution found for py-jsonrpc-lite==0.1 2021-07-11T23:05:20,794 Removed py-jsonrpc-lite==0.1 from https://files.pythonhosted.org/packages/02/91/7bee46b4e1be09a82aab5c99187a1c755fecda4203d52419707844bb6f17/py-jsonrpc-lite-0.1.tar.gz#sha256=e9d2d33b862b3392281a2e3e2adf2932b7e80e97500fe9c39fbae3abfa54c0d0 from build tracker '/tmp/pip-req-tracker-9lv2zxpl' 2021-07-11T23:05:20,795 Removed build tracker: '/tmp/pip-req-tracker-9lv2zxpl'