2021-07-14T06:41:54,980 Created temporary directory: /tmp/pip-ephem-wheel-cache-_57gjlwl 2021-07-14T06:41:54,984 Created temporary directory: /tmp/pip-req-tracker-ww47cwhl 2021-07-14T06:41:54,984 Initialized build tracking at /tmp/pip-req-tracker-ww47cwhl 2021-07-14T06:41:54,984 Created build tracker: /tmp/pip-req-tracker-ww47cwhl 2021-07-14T06:41:54,985 Entered build tracker: /tmp/pip-req-tracker-ww47cwhl 2021-07-14T06:41:54,985 Created temporary directory: /tmp/pip-wheel-x59yt2pq 2021-07-14T06:41:55,016 1 location(s) to search for versions of cpyc: 2021-07-14T06:41:55,016 * https://pypi.org/simple/cpyc/ 2021-07-14T06:41:55,016 Fetching project page and analyzing links: https://pypi.org/simple/cpyc/ 2021-07-14T06:41:55,017 Getting page https://pypi.org/simple/cpyc/ 2021-07-14T06:41:55,018 Found index url https://pypi.org/simple 2021-07-14T06:41:55,108 Found link https://files.pythonhosted.org/packages/37/cd/07f0fcba15e3bbb18652c3682a73881e0f0d0407ba170ff848993b4ad22d/cpyc-0.0.1.tar.gz#sha256=4654f00b10f26bfc2219fafd0314cc15baf633af21ad34921ffcc5e283646603 (from https://pypi.org/simple/cpyc/), version: 0.0.1 2021-07-14T06:41:55,109 Skipping link: not a file: https://pypi.org/simple/cpyc/ 2021-07-14T06:41:55,128 Given no hashes to check 1 links for project 'cpyc': discarding no candidates 2021-07-14T06:41:55,149 Collecting cpyc==0.0.1 2021-07-14T06:41:55,151 Created temporary directory: /tmp/pip-unpack-1k26mgmm 2021-07-14T06:41:55,328 Downloading cpyc-0.0.1.tar.gz (828 bytes) 2021-07-14T06:41:55,354 Added cpyc==0.0.1 from https://files.pythonhosted.org/packages/37/cd/07f0fcba15e3bbb18652c3682a73881e0f0d0407ba170ff848993b4ad22d/cpyc-0.0.1.tar.gz#sha256=4654f00b10f26bfc2219fafd0314cc15baf633af21ad34921ffcc5e283646603 to build tracker '/tmp/pip-req-tracker-ww47cwhl' 2021-07-14T06:41:55,355 Running setup.py (path:/tmp/pip-wheel-x59yt2pq/cpyc_c0c92b1091f546d6babb6ecf9556efa8/setup.py) egg_info for package cpyc 2021-07-14T06:41:55,356 Created temporary directory: /tmp/pip-pip-egg-info-eznyb8ur 2021-07-14T06:41:55,357 Running command python setup.py egg_info 2021-07-14T06:41:56,351 Traceback (most recent call last): 2021-07-14T06:41:56,352 File "", line 1, in 2021-07-14T06:41:56,352 File "/tmp/pip-wheel-x59yt2pq/cpyc_c0c92b1091f546d6babb6ecf9556efa8/setup.py", line 2, in 2021-07-14T06:41:56,353 import argz 2021-07-14T06:41:56,353 ModuleNotFoundError: No module named 'argz' 2021-07-14T06:41:56,410 WARNING: Discarding https://files.pythonhosted.org/packages/37/cd/07f0fcba15e3bbb18652c3682a73881e0f0d0407ba170ff848993b4ad22d/cpyc-0.0.1.tar.gz#sha256=4654f00b10f26bfc2219fafd0314cc15baf633af21ad34921ffcc5e283646603 (from https://pypi.org/simple/cpyc/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-14T06:41:56,411 ERROR: Could not find a version that satisfies the requirement cpyc==0.0.1 (from versions: 0.0.1) 2021-07-14T06:41:56,412 ERROR: No matching distribution found for cpyc==0.0.1 2021-07-14T06:41:56,412 Exception information: 2021-07-14T06:41:56,412 Traceback (most recent call last): 2021-07-14T06:41:56,412 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-14T06:41:56,412 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-14T06:41:56,412 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-14T06:41:56,412 raise RequirementsConflicted(criterion) 2021-07-14T06:41:56,412 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cpyc==0.0.1') 2021-07-14T06:41:56,412 2021-07-14T06:41:56,412 During handling of the above exception, another exception occurred: 2021-07-14T06:41:56,412 2021-07-14T06:41:56,412 Traceback (most recent call last): 2021-07-14T06:41:56,412 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-14T06:41:56,412 result = self._result = resolver.resolve( 2021-07-14T06:41:56,412 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-14T06:41:56,412 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-14T06:41:56,412 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-14T06:41:56,412 raise ResolutionImpossible(e.criterion.information) 2021-07-14T06:41:56,412 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cpyc==0.0.1'), parent=None)] 2021-07-14T06:41:56,412 2021-07-14T06:41:56,412 The above exception was the direct cause of the following exception: 2021-07-14T06:41:56,412 2021-07-14T06:41:56,412 Traceback (most recent call last): 2021-07-14T06:41:56,412 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-14T06:41:56,412 status = self.run(options, args) 2021-07-14T06:41:56,412 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-14T06:41:56,412 return func(self, options, args) 2021-07-14T06:41:56,412 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-14T06:41:56,412 requirement_set = resolver.resolve( 2021-07-14T06:41:56,412 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-14T06:41:56,412 raise error from e 2021-07-14T06:41:56,412 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cpyc==0.0.1 2021-07-14T06:41:56,417 Removed cpyc==0.0.1 from https://files.pythonhosted.org/packages/37/cd/07f0fcba15e3bbb18652c3682a73881e0f0d0407ba170ff848993b4ad22d/cpyc-0.0.1.tar.gz#sha256=4654f00b10f26bfc2219fafd0314cc15baf633af21ad34921ffcc5e283646603 from build tracker '/tmp/pip-req-tracker-ww47cwhl' 2021-07-14T06:41:56,417 Removed build tracker: '/tmp/pip-req-tracker-ww47cwhl'