2022-04-20T06:41:45,677 Created temporary directory: /tmp/pip-ephem-wheel-cache-17j3vwtx 2022-04-20T06:41:45,683 Created temporary directory: /tmp/pip-req-tracker-m9eprlyu 2022-04-20T06:41:45,684 Initialized build tracking at /tmp/pip-req-tracker-m9eprlyu 2022-04-20T06:41:45,684 Created build tracker: /tmp/pip-req-tracker-m9eprlyu 2022-04-20T06:41:45,684 Entered build tracker: /tmp/pip-req-tracker-m9eprlyu 2022-04-20T06:41:45,685 Created temporary directory: /tmp/pip-wheel-2sazodjg 2022-04-20T06:41:45,756 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-04-20T06:41:45,765 2 location(s) to search for versions of nutil: 2022-04-20T06:41:45,765 * https://pypi.org/simple/nutil/ 2022-04-20T06:41:45,765 * https://www.piwheels.org/simple/nutil/ 2022-04-20T06:41:45,766 Fetching project page and analyzing links: https://pypi.org/simple/nutil/ 2022-04-20T06:41:45,767 Getting page https://pypi.org/simple/nutil/ 2022-04-20T06:41:45,771 Found index url https://pypi.org/simple 2022-04-20T06:41:45,877 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/bb/b2/c1f419097fbbe9162b1f90b4d878fbcf9a8d38012ddca938e154df11dce2/nutil-1.0.0.post129.tar.gz#sha256=b3637c94d5837ea8245fa6b4f6840c55d9f49f1ea57c4ae847b1194934b87644 (from https://pypi.org/simple/nutil/) (requires-python:>=3.8) 2022-04-20T06:41:45,879 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/6a/6a/7c2ef1deb6ae14120c7afd156921f6745864026044d64e4c877466fcad7c/nutil-1.0.0.post130.tar.gz#sha256=759654487e3ebd8dfc9cf7a58c4dbd2dc5625abddf8d072be4b32c28dee1d208 (from https://pypi.org/simple/nutil/) (requires-python:>=3.8) 2022-04-20T06:41:45,880 Fetching project page and analyzing links: https://www.piwheels.org/simple/nutil/ 2022-04-20T06:41:45,880 Getting page https://www.piwheels.org/simple/nutil/ 2022-04-20T06:41:45,882 Found index url https://www.piwheels.org/simple 2022-04-20T06:41:46,099 Skipping link: No binaries permitted for nutil: https://www.piwheels.org/simple/nutil/nutil-1.0.0.post129-py3-none-any.whl#sha256=012865eeab1618703fb4f74a556cb1e7dc0b5dab9a7c92acef016453e9531c54 (from https://www.piwheels.org/simple/nutil/) (requires-python:>=3.8) 2022-04-20T06:41:46,099 Skipping link: not a file: https://www.piwheels.org/simple/nutil/ 2022-04-20T06:41:46,100 Skipping link: not a file: https://pypi.org/simple/nutil/ 2022-04-20T06:41:46,132 Given no hashes to check 0 links for project 'nutil': discarding no candidates 2022-04-20T06:41:46,133 ERROR: Could not find a version that satisfies the requirement nutil==1.0.0.post130 (from versions: none) 2022-04-20T06:41:46,136 ERROR: No matching distribution found for nutil==1.0.0.post130 2022-04-20T06:41:46,138 Exception information: 2022-04-20T06:41:46,138 Traceback (most recent call last): 2022-04-20T06:41:46,138 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-04-20T06:41:46,138 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-04-20T06:41:46,138 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-04-20T06:41:46,138 raise RequirementsConflicted(criterion) 2022-04-20T06:41:46,138 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('nutil==1.0.0.post130') 2022-04-20T06:41:46,138 2022-04-20T06:41:46,138 During handling of the above exception, another exception occurred: 2022-04-20T06:41:46,138 2022-04-20T06:41:46,138 Traceback (most recent call last): 2022-04-20T06:41:46,138 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-04-20T06:41:46,138 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-04-20T06:41:46,138 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-04-20T06:41:46,138 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-04-20T06:41:46,138 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-04-20T06:41:46,138 raise ResolutionImpossible(e.criterion.information) 2022-04-20T06:41:46,138 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('nutil==1.0.0.post130'), parent=None)] 2022-04-20T06:41:46,138 2022-04-20T06:41:46,138 The above exception was the direct cause of the following exception: 2022-04-20T06:41:46,138 2022-04-20T06:41:46,138 Traceback (most recent call last): 2022-04-20T06:41:46,138 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-04-20T06:41:46,138 status = run_func(*args) 2022-04-20T06:41:46,138 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-04-20T06:41:46,138 return func(self, options, args) 2022-04-20T06:41:46,138 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-04-20T06:41:46,138 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-04-20T06:41:46,138 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-04-20T06:41:46,138 raise error from e 2022-04-20T06:41:46,138 pip._internal.exceptions.DistributionNotFound: No matching distribution found for nutil==1.0.0.post130 2022-04-20T06:41:46,147 Removed build tracker: '/tmp/pip-req-tracker-m9eprlyu'