2021-07-11T20:41:58,839 Created temporary directory: /tmp/pip-ephem-wheel-cache-z9w84lax 2021-07-11T20:41:58,843 Created temporary directory: /tmp/pip-req-tracker-4zypwnmf 2021-07-11T20:41:58,843 Initialized build tracking at /tmp/pip-req-tracker-4zypwnmf 2021-07-11T20:41:58,843 Created build tracker: /tmp/pip-req-tracker-4zypwnmf 2021-07-11T20:41:58,843 Entered build tracker: /tmp/pip-req-tracker-4zypwnmf 2021-07-11T20:41:58,844 Created temporary directory: /tmp/pip-wheel-ayhoi1s5 2021-07-11T20:41:58,873 1 location(s) to search for versions of pyguifiapi: 2021-07-11T20:41:58,873 * https://pypi.org/simple/pyguifiapi/ 2021-07-11T20:41:58,873 Fetching project page and analyzing links: https://pypi.org/simple/pyguifiapi/ 2021-07-11T20:41:58,874 Getting page https://pypi.org/simple/pyguifiapi/ 2021-07-11T20:41:58,875 Found index url https://pypi.org/simple 2021-07-11T20:41:59,056 Found link https://files.pythonhosted.org/packages/b0/dd/0d5c6b0591fbec10799183555cc0184d7e7e6b6b29230e2335f1af641ee0/pyGuifiAPI-0.7.tar.gz#sha256=3467c40033df3fe5a21f53ab8632d5c0a444b75e034ecd579977ea376e12badf (from https://pypi.org/simple/pyguifiapi/), version: 0.7 2021-07-11T20:41:59,074 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/6b/28/06a3e5991c82593f3f6f9f2c165a8b3e2dcbc681042868193f72639eefdd/pyGuifiAPI-0.8-py2-none-any.whl#sha256=7ef4afb0a521f01b3bf4be1ca32cc07eafa575bc606861d9394a4767a1d8b311 (from https://pypi.org/simple/pyguifiapi/) 2021-07-11T20:41:59,075 Found link https://files.pythonhosted.org/packages/b0/35/c0ab28d579ab0776f3948d6f53a8d38fbc46689466ed59946f0b9786ff1d/pyGuifiAPI-0.8.tar.gz#sha256=7a72ef464f213545edb9a1577511f0964cf551d23b42ab052ddf33cf5271e5b0 (from https://pypi.org/simple/pyguifiapi/), version: 0.8 2021-07-11T20:41:59,075 Skipping link: not a file: https://pypi.org/simple/pyguifiapi/ 2021-07-11T20:41:59,076 Given no hashes to check 1 links for project 'pyguifiapi': discarding no candidates 2021-07-11T20:41:59,095 Collecting pyguifiapi==0.8 2021-07-11T20:41:59,096 Created temporary directory: /tmp/pip-unpack-c2x8_wak 2021-07-11T20:41:59,267 Downloading pyGuifiAPI-0.8.tar.gz (7.7 kB) 2021-07-11T20:41:59,309 Added pyguifiapi==0.8 from https://files.pythonhosted.org/packages/b0/35/c0ab28d579ab0776f3948d6f53a8d38fbc46689466ed59946f0b9786ff1d/pyGuifiAPI-0.8.tar.gz#sha256=7a72ef464f213545edb9a1577511f0964cf551d23b42ab052ddf33cf5271e5b0 to build tracker '/tmp/pip-req-tracker-4zypwnmf' 2021-07-11T20:41:59,310 Running setup.py (path:/tmp/pip-wheel-ayhoi1s5/pyguifiapi_c31d84c4a45e4276a08053dc437b7326/setup.py) egg_info for package pyguifiapi 2021-07-11T20:41:59,311 Created temporary directory: /tmp/pip-pip-egg-info-nwd2au0d 2021-07-11T20:41:59,311 Running command python setup.py egg_info 2021-07-11T20:42:00,145 Traceback (most recent call last): 2021-07-11T20:42:00,146 File "", line 1, in 2021-07-11T20:42:00,146 File "/tmp/pip-wheel-ayhoi1s5/pyguifiapi_c31d84c4a45e4276a08053dc437b7326/setup.py", line 7, in 2021-07-11T20:42:00,146 from pyGuifiAPI import __version__ as VERSION 2021-07-11T20:42:00,147 File "/tmp/pip-wheel-ayhoi1s5/pyguifiapi_c31d84c4a45e4276a08053dc437b7326/pyGuifiAPI/__init__.py", line 23, in 2021-07-11T20:42:00,147 from api import GuifiAPI 2021-07-11T20:42:00,147 ModuleNotFoundError: No module named 'api' 2021-07-11T20:42:00,196 WARNING: Discarding https://files.pythonhosted.org/packages/b0/35/c0ab28d579ab0776f3948d6f53a8d38fbc46689466ed59946f0b9786ff1d/pyGuifiAPI-0.8.tar.gz#sha256=7a72ef464f213545edb9a1577511f0964cf551d23b42ab052ddf33cf5271e5b0 (from https://pypi.org/simple/pyguifiapi/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-11T20:42:00,198 ERROR: Could not find a version that satisfies the requirement pyguifiapi==0.8 (from versions: 0.7, 0.8) 2021-07-11T20:42:00,198 ERROR: No matching distribution found for pyguifiapi==0.8 2021-07-11T20:42:00,198 Exception information: 2021-07-11T20:42:00,198 Traceback (most recent call last): 2021-07-11T20:42:00,198 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-11T20:42:00,198 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-11T20:42:00,198 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-11T20:42:00,198 raise RequirementsConflicted(criterion) 2021-07-11T20:42:00,198 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pyguifiapi==0.8') 2021-07-11T20:42:00,198 2021-07-11T20:42:00,198 During handling of the above exception, another exception occurred: 2021-07-11T20:42:00,198 2021-07-11T20:42:00,198 Traceback (most recent call last): 2021-07-11T20:42:00,198 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-11T20:42:00,198 result = self._result = resolver.resolve( 2021-07-11T20:42:00,198 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-11T20:42:00,198 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-11T20:42:00,198 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-11T20:42:00,198 raise ResolutionImpossible(e.criterion.information) 2021-07-11T20:42:00,198 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pyguifiapi==0.8'), parent=None)] 2021-07-11T20:42:00,198 2021-07-11T20:42:00,198 The above exception was the direct cause of the following exception: 2021-07-11T20:42:00,198 2021-07-11T20:42:00,198 Traceback (most recent call last): 2021-07-11T20:42:00,198 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-11T20:42:00,198 status = self.run(options, args) 2021-07-11T20:42:00,198 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-11T20:42:00,198 return func(self, options, args) 2021-07-11T20:42:00,198 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-11T20:42:00,198 requirement_set = resolver.resolve( 2021-07-11T20:42:00,198 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-11T20:42:00,198 raise error from e 2021-07-11T20:42:00,198 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pyguifiapi==0.8 2021-07-11T20:42:00,203 Removed pyguifiapi==0.8 from https://files.pythonhosted.org/packages/b0/35/c0ab28d579ab0776f3948d6f53a8d38fbc46689466ed59946f0b9786ff1d/pyGuifiAPI-0.8.tar.gz#sha256=7a72ef464f213545edb9a1577511f0964cf551d23b42ab052ddf33cf5271e5b0 from build tracker '/tmp/pip-req-tracker-4zypwnmf' 2021-07-11T20:42:00,203 Removed build tracker: '/tmp/pip-req-tracker-4zypwnmf'