2021-07-12T11:20:52,874 Created temporary directory: /tmp/pip-ephem-wheel-cache-a7xgx1wt 2021-07-12T11:20:52,876 Created temporary directory: /tmp/pip-req-tracker-tc2d8bc4 2021-07-12T11:20:52,877 Initialized build tracking at /tmp/pip-req-tracker-tc2d8bc4 2021-07-12T11:20:52,877 Created build tracker: /tmp/pip-req-tracker-tc2d8bc4 2021-07-12T11:20:52,877 Entered build tracker: /tmp/pip-req-tracker-tc2d8bc4 2021-07-12T11:20:52,878 Created temporary directory: /tmp/pip-wheel-te6mp7zh 2021-07-12T11:20:52,908 1 location(s) to search for versions of pk: 2021-07-12T11:20:52,908 * https://pypi.org/simple/pk/ 2021-07-12T11:20:52,908 Fetching project page and analyzing links: https://pypi.org/simple/pk/ 2021-07-12T11:20:52,909 Getting page https://pypi.org/simple/pk/ 2021-07-12T11:20:52,910 Found index url https://pypi.org/simple 2021-07-12T11:20:53,090 Found link https://files.pythonhosted.org/packages/4b/2a/d75c1a3b92373adff7081a16549859f9f0f14b72fab3e005bbcd6b89f4b3/pk-0.0.0.tar.gz#sha256=bedd2a088e1003ba4281e2fc746f50d4bf4dcaa810e31f7b4f8344779d78dff8 (from https://pypi.org/simple/pk/), version: 0.0.0 2021-07-12T11:20:53,091 Skipping link: not a file: https://pypi.org/simple/pk/ 2021-07-12T11:20:53,108 Given no hashes to check 1 links for project 'pk': discarding no candidates 2021-07-12T11:20:53,127 Collecting pk==0.0.0 2021-07-12T11:20:53,129 Created temporary directory: /tmp/pip-unpack-p6re0vzv 2021-07-12T11:20:53,300 Downloading pk-0.0.0.tar.gz (713 bytes) 2021-07-12T11:20:53,329 Added pk==0.0.0 from https://files.pythonhosted.org/packages/4b/2a/d75c1a3b92373adff7081a16549859f9f0f14b72fab3e005bbcd6b89f4b3/pk-0.0.0.tar.gz#sha256=bedd2a088e1003ba4281e2fc746f50d4bf4dcaa810e31f7b4f8344779d78dff8 to build tracker '/tmp/pip-req-tracker-tc2d8bc4' 2021-07-12T11:20:53,330 Running setup.py (path:/tmp/pip-wheel-te6mp7zh/pk_ce202340d9b84c679d34052e684e904d/setup.py) egg_info for package pk 2021-07-12T11:20:53,331 Created temporary directory: /tmp/pip-pip-egg-info-vcv5dj0h 2021-07-12T11:20:53,331 Running command python setup.py egg_info 2021-07-12T11:20:54,238 Traceback (most recent call last): 2021-07-12T11:20:54,238 File "", line 1, in 2021-07-12T11:20:54,239 File "/tmp/pip-wheel-te6mp7zh/pk_ce202340d9b84c679d34052e684e904d/setup.py", line 15, in 2021-07-12T11:20:54,239 long_description=open('README.md').read(), 2021-07-12T11:20:54,239 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2021-07-12T11:20:54,288 WARNING: Discarding https://files.pythonhosted.org/packages/4b/2a/d75c1a3b92373adff7081a16549859f9f0f14b72fab3e005bbcd6b89f4b3/pk-0.0.0.tar.gz#sha256=bedd2a088e1003ba4281e2fc746f50d4bf4dcaa810e31f7b4f8344779d78dff8 (from https://pypi.org/simple/pk/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T11:20:54,289 ERROR: Could not find a version that satisfies the requirement pk==0.0.0 (from versions: 0.0.0) 2021-07-12T11:20:54,289 ERROR: No matching distribution found for pk==0.0.0 2021-07-12T11:20:54,290 Exception information: 2021-07-12T11:20:54,290 Traceback (most recent call last): 2021-07-12T11:20:54,290 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T11:20:54,290 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T11:20:54,290 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T11:20:54,290 raise RequirementsConflicted(criterion) 2021-07-12T11:20:54,290 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pk==0.0.0') 2021-07-12T11:20:54,290 2021-07-12T11:20:54,290 During handling of the above exception, another exception occurred: 2021-07-12T11:20:54,290 2021-07-12T11:20:54,290 Traceback (most recent call last): 2021-07-12T11:20:54,290 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T11:20:54,290 result = self._result = resolver.resolve( 2021-07-12T11:20:54,290 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T11:20:54,290 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T11:20:54,290 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T11:20:54,290 raise ResolutionImpossible(e.criterion.information) 2021-07-12T11:20:54,290 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pk==0.0.0'), parent=None)] 2021-07-12T11:20:54,290 2021-07-12T11:20:54,290 The above exception was the direct cause of the following exception: 2021-07-12T11:20:54,290 2021-07-12T11:20:54,290 Traceback (most recent call last): 2021-07-12T11:20:54,290 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T11:20:54,290 status = self.run(options, args) 2021-07-12T11:20:54,290 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T11:20:54,290 return func(self, options, args) 2021-07-12T11:20:54,290 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T11:20:54,290 requirement_set = resolver.resolve( 2021-07-12T11:20:54,290 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T11:20:54,290 raise error from e 2021-07-12T11:20:54,290 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pk==0.0.0 2021-07-12T11:20:54,295 Removed pk==0.0.0 from https://files.pythonhosted.org/packages/4b/2a/d75c1a3b92373adff7081a16549859f9f0f14b72fab3e005bbcd6b89f4b3/pk-0.0.0.tar.gz#sha256=bedd2a088e1003ba4281e2fc746f50d4bf4dcaa810e31f7b4f8344779d78dff8 from build tracker '/tmp/pip-req-tracker-tc2d8bc4' 2021-07-12T11:20:54,295 Removed build tracker: '/tmp/pip-req-tracker-tc2d8bc4'