2021-07-11T22:59:06,679 Created temporary directory: /tmp/pip-ephem-wheel-cache-oov2imt5 2021-07-11T22:59:06,682 Created temporary directory: /tmp/pip-req-tracker-z8ov9p4t 2021-07-11T22:59:06,683 Initialized build tracking at /tmp/pip-req-tracker-z8ov9p4t 2021-07-11T22:59:06,683 Created build tracker: /tmp/pip-req-tracker-z8ov9p4t 2021-07-11T22:59:06,683 Entered build tracker: /tmp/pip-req-tracker-z8ov9p4t 2021-07-11T22:59:06,684 Created temporary directory: /tmp/pip-wheel-p7i8c8sn 2021-07-11T22:59:06,714 1 location(s) to search for versions of tingbot-gui: 2021-07-11T22:59:06,714 * https://pypi.org/simple/tingbot-gui/ 2021-07-11T22:59:06,714 Fetching project page and analyzing links: https://pypi.org/simple/tingbot-gui/ 2021-07-11T22:59:06,715 Getting page https://pypi.org/simple/tingbot-gui/ 2021-07-11T22:59:06,716 Found index url https://pypi.org/simple 2021-07-11T22:59:06,898 Found link https://files.pythonhosted.org/packages/6f/db/774068345895dc55b8c6668dd84797c131210ada175d1c7e558a2881935e/tingbot-gui-0.9.1.linux-x86_64.tar.gz#sha256=cecb61b2351e141d6fa98df38e0751bd0c7c16aa9981a543438dd8cba3f3f101 (from https://pypi.org/simple/tingbot-gui/), version: 0.9.1.linux-x86_64 2021-07-11T22:59:06,916 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/65/a2/cf11ab14ee84d235c0656d65f049bbc1bf57456c65cb215fb36c80cffab8/tingbot_gui-0.9.1-py2-none-any.whl#sha256=650499352be8613ec4e6f342492176292fe909751eba751e0316fc9c6bc7de67 (from https://pypi.org/simple/tingbot-gui/) 2021-07-11T22:59:06,916 Found link https://files.pythonhosted.org/packages/74/4f/a9b96ed1cc09caa198a8a57ed6330bee75c93b969dbfcf1f60d422d78a29/tingbot-gui-0.9.2.tar.gz#sha256=d65de1302a6c2760fe77393ae51892fdd0fe8431d2c715ee75c5d0547a279b99 (from https://pypi.org/simple/tingbot-gui/), version: 0.9.2 2021-07-11T22:59:06,917 Found link https://files.pythonhosted.org/packages/cf/8b/4d106b9f784658f20ddb296b3aa94169ce0b215443906991da390c3c83fb/tingbot-gui-0.9.3.tar.gz#sha256=708a5b2aa8c84c39f454b5a645a23f4967f6e50f9dcea49f88287eec3db74d3f (from https://pypi.org/simple/tingbot-gui/), version: 0.9.3 2021-07-11T22:59:06,917 Skipping link: not a file: https://pypi.org/simple/tingbot-gui/ 2021-07-11T22:59:06,918 Given no hashes to check 0 links for project 'tingbot-gui': discarding no candidates 2021-07-11T22:59:06,918 ERROR: Could not find a version that satisfies the requirement tingbot-gui==0.9.1 (from versions: 0.9.1.linux-x86_64, 0.9.2, 0.9.3) 2021-07-11T22:59:06,919 ERROR: No matching distribution found for tingbot-gui==0.9.1 2021-07-11T22:59:06,919 Exception information: 2021-07-11T22:59:06,919 Traceback (most recent call last): 2021-07-11T22:59:06,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-11T22:59:06,919 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-11T22:59:06,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-11T22:59:06,919 raise RequirementsConflicted(criterion) 2021-07-11T22:59:06,919 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('tingbot-gui==0.9.1') 2021-07-11T22:59:06,919 2021-07-11T22:59:06,919 During handling of the above exception, another exception occurred: 2021-07-11T22:59:06,919 2021-07-11T22:59:06,919 Traceback (most recent call last): 2021-07-11T22:59:06,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-11T22:59:06,919 result = self._result = resolver.resolve( 2021-07-11T22:59:06,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-11T22:59:06,919 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-11T22:59:06,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-11T22:59:06,919 raise ResolutionImpossible(e.criterion.information) 2021-07-11T22:59:06,919 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('tingbot-gui==0.9.1'), parent=None)] 2021-07-11T22:59:06,919 2021-07-11T22:59:06,919 The above exception was the direct cause of the following exception: 2021-07-11T22:59:06,919 2021-07-11T22:59:06,919 Traceback (most recent call last): 2021-07-11T22:59:06,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-11T22:59:06,919 status = self.run(options, args) 2021-07-11T22:59:06,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-11T22:59:06,919 return func(self, options, args) 2021-07-11T22:59:06,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-11T22:59:06,919 requirement_set = resolver.resolve( 2021-07-11T22:59:06,919 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-11T22:59:06,919 raise error from e 2021-07-11T22:59:06,919 pip._internal.exceptions.DistributionNotFound: No matching distribution found for tingbot-gui==0.9.1 2021-07-11T22:59:06,923 Removed build tracker: '/tmp/pip-req-tracker-z8ov9p4t'