2021-07-14T08:53:21,935 Created temporary directory: /tmp/pip-ephem-wheel-cache-3mlxl1g6 2021-07-14T08:53:21,938 Created temporary directory: /tmp/pip-req-tracker-44tfqzou 2021-07-14T08:53:21,939 Initialized build tracking at /tmp/pip-req-tracker-44tfqzou 2021-07-14T08:53:21,939 Created build tracker: /tmp/pip-req-tracker-44tfqzou 2021-07-14T08:53:21,939 Entered build tracker: /tmp/pip-req-tracker-44tfqzou 2021-07-14T08:53:21,940 Created temporary directory: /tmp/pip-wheel-dan0vzna 2021-07-14T08:53:21,970 1 location(s) to search for versions of kaya: 2021-07-14T08:53:21,970 * https://pypi.org/simple/kaya/ 2021-07-14T08:53:21,970 Fetching project page and analyzing links: https://pypi.org/simple/kaya/ 2021-07-14T08:53:21,971 Getting page https://pypi.org/simple/kaya/ 2021-07-14T08:53:21,972 Found index url https://pypi.org/simple 2021-07-14T08:53:22,153 Found link https://files.pythonhosted.org/packages/80/28/6f85d9adfa6567e69fceba35f8c882526376f7cb7799d691b68e7fd52d7e/kaya-0.0.1.dev1.tar.gz#sha256=1319239ddb24d3886283964d0609b1d0ada678ae20f63ada2cbe107aba84cf55 (from https://pypi.org/simple/kaya/), version: 0.0.1.dev1 2021-07-14T08:53:22,153 Skipping link: not a file: https://pypi.org/simple/kaya/ 2021-07-14T08:53:22,171 Given no hashes to check 1 links for project 'kaya': discarding no candidates 2021-07-14T08:53:22,189 Collecting kaya==0.0.1.dev1 2021-07-14T08:53:22,191 Created temporary directory: /tmp/pip-unpack-95efofou 2021-07-14T08:53:22,363 Downloading kaya-0.0.1.dev1.tar.gz (978 bytes) 2021-07-14T08:53:22,394 Added kaya==0.0.1.dev1 from https://files.pythonhosted.org/packages/80/28/6f85d9adfa6567e69fceba35f8c882526376f7cb7799d691b68e7fd52d7e/kaya-0.0.1.dev1.tar.gz#sha256=1319239ddb24d3886283964d0609b1d0ada678ae20f63ada2cbe107aba84cf55 to build tracker '/tmp/pip-req-tracker-44tfqzou' 2021-07-14T08:53:22,395 Running setup.py (path:/tmp/pip-wheel-dan0vzna/kaya_84503108999d4a2381ee84de0618f276/setup.py) egg_info for package kaya 2021-07-14T08:53:22,396 Created temporary directory: /tmp/pip-pip-egg-info-8stryxf2 2021-07-14T08:53:22,396 Running command python setup.py egg_info 2021-07-14T08:53:23,228 Traceback (most recent call last): 2021-07-14T08:53:23,228 File "", line 1, in 2021-07-14T08:53:23,228 File "/tmp/pip-wheel-dan0vzna/kaya_84503108999d4a2381ee84de0618f276/setup.py", line 5, in 2021-07-14T08:53:23,229 with open('kaya/__init__.py', encoding='utf-8') as f: 2021-07-14T08:53:23,229 File "/usr/lib/python3.9/codecs.py", line 905, in open 2021-07-14T08:53:23,229 file = builtins.open(filename, mode, buffering) 2021-07-14T08:53:23,229 FileNotFoundError: [Errno 2] No such file or directory: 'kaya/__init__.py' 2021-07-14T08:53:23,278 WARNING: Discarding https://files.pythonhosted.org/packages/80/28/6f85d9adfa6567e69fceba35f8c882526376f7cb7799d691b68e7fd52d7e/kaya-0.0.1.dev1.tar.gz#sha256=1319239ddb24d3886283964d0609b1d0ada678ae20f63ada2cbe107aba84cf55 (from https://pypi.org/simple/kaya/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-14T08:53:23,280 ERROR: Could not find a version that satisfies the requirement kaya==0.0.1.dev1 (from versions: 0.0.1.dev1) 2021-07-14T08:53:23,280 ERROR: No matching distribution found for kaya==0.0.1.dev1 2021-07-14T08:53:23,280 Exception information: 2021-07-14T08:53:23,280 Traceback (most recent call last): 2021-07-14T08:53:23,280 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-14T08:53:23,280 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-14T08:53:23,280 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-14T08:53:23,280 raise RequirementsConflicted(criterion) 2021-07-14T08:53:23,280 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('kaya==0.0.1.dev1') 2021-07-14T08:53:23,280 2021-07-14T08:53:23,280 During handling of the above exception, another exception occurred: 2021-07-14T08:53:23,280 2021-07-14T08:53:23,280 Traceback (most recent call last): 2021-07-14T08:53:23,280 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-14T08:53:23,280 result = self._result = resolver.resolve( 2021-07-14T08:53:23,280 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-14T08:53:23,280 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-14T08:53:23,280 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-14T08:53:23,280 raise ResolutionImpossible(e.criterion.information) 2021-07-14T08:53:23,280 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('kaya==0.0.1.dev1'), parent=None)] 2021-07-14T08:53:23,280 2021-07-14T08:53:23,280 The above exception was the direct cause of the following exception: 2021-07-14T08:53:23,280 2021-07-14T08:53:23,280 Traceback (most recent call last): 2021-07-14T08:53:23,280 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-14T08:53:23,280 status = self.run(options, args) 2021-07-14T08:53:23,280 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-14T08:53:23,280 return func(self, options, args) 2021-07-14T08:53:23,280 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-14T08:53:23,280 requirement_set = resolver.resolve( 2021-07-14T08:53:23,280 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-14T08:53:23,280 raise error from e 2021-07-14T08:53:23,280 pip._internal.exceptions.DistributionNotFound: No matching distribution found for kaya==0.0.1.dev1 2021-07-14T08:53:23,285 Removed kaya==0.0.1.dev1 from https://files.pythonhosted.org/packages/80/28/6f85d9adfa6567e69fceba35f8c882526376f7cb7799d691b68e7fd52d7e/kaya-0.0.1.dev1.tar.gz#sha256=1319239ddb24d3886283964d0609b1d0ada678ae20f63ada2cbe107aba84cf55 from build tracker '/tmp/pip-req-tracker-44tfqzou' 2021-07-14T08:53:23,285 Removed build tracker: '/tmp/pip-req-tracker-44tfqzou'