2021-07-13T23:36:47,956 Created temporary directory: /tmp/pip-ephem-wheel-cache-e0oq05ol 2021-07-13T23:36:47,959 Created temporary directory: /tmp/pip-req-tracker-_r0uk2pj 2021-07-13T23:36:47,959 Initialized build tracking at /tmp/pip-req-tracker-_r0uk2pj 2021-07-13T23:36:47,960 Created build tracker: /tmp/pip-req-tracker-_r0uk2pj 2021-07-13T23:36:47,960 Entered build tracker: /tmp/pip-req-tracker-_r0uk2pj 2021-07-13T23:36:47,960 Created temporary directory: /tmp/pip-wheel-af6ld383 2021-07-13T23:36:47,990 1 location(s) to search for versions of utopia-cli: 2021-07-13T23:36:47,990 * https://pypi.org/simple/utopia-cli/ 2021-07-13T23:36:47,991 Fetching project page and analyzing links: https://pypi.org/simple/utopia-cli/ 2021-07-13T23:36:47,991 Getting page https://pypi.org/simple/utopia-cli/ 2021-07-13T23:36:47,993 Found index url https://pypi.org/simple 2021-07-13T23:36:48,222 Found link https://files.pythonhosted.org/packages/13/5c/ae74e3cb17feb9c0ac0e6048ce4085c7235efcc73abf9a1e0031cc80905f/utopia_cli-1.0.0.linux-x86_64.tar.gz#sha256=d0f43bba2f96e1d21c0f19d763d7565d7c75c5fe4cc44770f4e390ef3cc18d9a (from https://pypi.org/simple/utopia-cli/), version: 1.0.0.linux-x86_64 2021-07-13T23:36:48,223 Found link https://files.pythonhosted.org/packages/4c/28/6fb77d3e6cee4d1991c09f68b9da1df156ae0c7b620e08b16c23ba4e1949/utopia_cli-1.0.1.tar.gz#sha256=c9e81945d8fe879f5851b8226354d0a3c46e9a6b75dc3aea588ecf1e34969c57 (from https://pypi.org/simple/utopia-cli/), version: 1.0.1 2021-07-13T23:36:48,223 Found link https://files.pythonhosted.org/packages/80/b8/1dcdc2e7b1c1019f749d5ddc6ca7ee72a6660cac3099dfacd5b44ee45c90/utopia_cli-1.0.2.tar.gz#sha256=bc534c74f738fe36c14e9597cb89e3608a32557177cc52dd9e0c056f59918450 (from https://pypi.org/simple/utopia-cli/), version: 1.0.2 2021-07-13T23:36:48,223 Found link https://files.pythonhosted.org/packages/12/f2/60f9ed62bd13d8042b1e144df45c4d9f51ff8e87a8f4bda8ffc80d5c77d0/utopia_cli-1.1.0.tar.gz#sha256=719c5e710ae81e8f63be30893754b682d90180a352804a27e9a3237fac4248f4 (from https://pypi.org/simple/utopia-cli/), version: 1.1.0 2021-07-13T23:36:48,224 Found link https://files.pythonhosted.org/packages/81/8f/e6c82596b588ae801fc4fd32ba0eb74c8c2306b90b397b77791343ca10d5/utopia_cli-1.1.1.tar.gz#sha256=ff8abfde6d94b21a3d2921a6980625331b88af9740d64556ecbac369d141a5e8 (from https://pypi.org/simple/utopia-cli/), version: 1.1.1 2021-07-13T23:36:48,224 Skipping link: not a file: https://pypi.org/simple/utopia-cli/ 2021-07-13T23:36:48,242 Given no hashes to check 0 links for project 'utopia-cli': discarding no candidates 2021-07-13T23:36:48,242 ERROR: Could not find a version that satisfies the requirement utopia-cli==1.0.0 (from versions: 1.0.0.linux-x86_64, 1.0.1, 1.0.2, 1.1.0, 1.1.1) 2021-07-13T23:36:48,243 ERROR: No matching distribution found for utopia-cli==1.0.0 2021-07-13T23:36:48,243 Exception information: 2021-07-13T23:36:48,243 Traceback (most recent call last): 2021-07-13T23:36:48,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-13T23:36:48,243 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-13T23:36:48,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-13T23:36:48,243 raise RequirementsConflicted(criterion) 2021-07-13T23:36:48,243 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('utopia-cli==1.0.0') 2021-07-13T23:36:48,243 2021-07-13T23:36:48,243 During handling of the above exception, another exception occurred: 2021-07-13T23:36:48,243 2021-07-13T23:36:48,243 Traceback (most recent call last): 2021-07-13T23:36:48,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-13T23:36:48,243 result = self._result = resolver.resolve( 2021-07-13T23:36:48,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-13T23:36:48,243 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-13T23:36:48,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-13T23:36:48,243 raise ResolutionImpossible(e.criterion.information) 2021-07-13T23:36:48,243 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('utopia-cli==1.0.0'), parent=None)] 2021-07-13T23:36:48,243 2021-07-13T23:36:48,243 The above exception was the direct cause of the following exception: 2021-07-13T23:36:48,243 2021-07-13T23:36:48,243 Traceback (most recent call last): 2021-07-13T23:36:48,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-13T23:36:48,243 status = self.run(options, args) 2021-07-13T23:36:48,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-13T23:36:48,243 return func(self, options, args) 2021-07-13T23:36:48,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-13T23:36:48,243 requirement_set = resolver.resolve( 2021-07-13T23:36:48,243 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-13T23:36:48,243 raise error from e 2021-07-13T23:36:48,243 pip._internal.exceptions.DistributionNotFound: No matching distribution found for utopia-cli==1.0.0 2021-07-13T23:36:48,247 Removed build tracker: '/tmp/pip-req-tracker-_r0uk2pj'