2022-07-30T17:40:05,943 Created temporary directory: /tmp/pip-ephem-wheel-cache-fjispi1d 2022-07-30T17:40:05,949 Created temporary directory: /tmp/pip-build-tracker-f3a32cn0 2022-07-30T17:40:05,949 Initialized build tracking at /tmp/pip-build-tracker-f3a32cn0 2022-07-30T17:40:05,950 Created build tracker: /tmp/pip-build-tracker-f3a32cn0 2022-07-30T17:40:05,950 Entered build tracker: /tmp/pip-build-tracker-f3a32cn0 2022-07-30T17:40:05,951 Created temporary directory: /tmp/pip-wheel-4mrqj_u3 2022-07-30T17:40:06,021 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-07-30T17:40:06,030 2 location(s) to search for versions of encrypthis: 2022-07-30T17:40:06,030 * https://pypi.org/simple/encrypthis/ 2022-07-30T17:40:06,030 * https://www.piwheels.org/simple/encrypthis/ 2022-07-30T17:40:06,031 Fetching project page and analyzing links: https://pypi.org/simple/encrypthis/ 2022-07-30T17:40:06,032 Getting page https://pypi.org/simple/encrypthis/ 2022-07-30T17:40:06,035 Found index url https://pypi.org/simple 2022-07-30T17:40:06,220 Skipping link: No binaries permitted for encrypthis: https://files.pythonhosted.org/packages/58/dc/bafe446d3bcea5536734bd6415847654e81b190e31f02c00a80f7f2b1325/encrypthis-0.1.0-py3-none-any.whl#sha256=c476b4da4fd8b4e73a0d7149ff7f21d6aca6c8e9cee8c173914aeb35ced18e48 (from https://pypi.org/simple/encrypthis/) (requires-python:>=3.8,<4.0) 2022-07-30T17:40:06,222 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/42/45/f7fc60f1473ee50ee90b7c4abd7afb797e22bfbc1abfd48b90ab83e9efbe/encrypthis-0.1.0.tar.gz#sha256=6a68ad1c9a6fdf8d56686c60ae2e187d6c9a6697b972526c723616fe9cb06408 (from https://pypi.org/simple/encrypthis/) (requires-python:>=3.8,<4.0) 2022-07-30T17:40:06,223 Skipping link: 0.1.0 Requires-Python >=3.8,<4.0: https://files.pythonhosted.org/packages/42/45/f7fc60f1473ee50ee90b7c4abd7afb797e22bfbc1abfd48b90ab83e9efbe/encrypthis-0.1.0.tar.gz#sha256=6a68ad1c9a6fdf8d56686c60ae2e187d6c9a6697b972526c723616fe9cb06408 (from https://pypi.org/simple/encrypthis/) (requires-python:>=3.8,<4.0) 2022-07-30T17:40:06,223 Fetching project page and analyzing links: https://www.piwheels.org/simple/encrypthis/ 2022-07-30T17:40:06,224 Getting page https://www.piwheels.org/simple/encrypthis/ 2022-07-30T17:40:06,226 Found index url https://www.piwheels.org/simple 2022-07-30T17:40:06,431 Skipping link: not a file: https://www.piwheels.org/simple/encrypthis/ 2022-07-30T17:40:06,432 Skipping link: not a file: https://pypi.org/simple/encrypthis/ 2022-07-30T17:40:06,464 Given no hashes to check 0 links for project 'encrypthis': discarding no candidates 2022-07-30T17:40:06,465 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.8,<4.0 2022-07-30T17:40:06,468 ERROR: Could not find a version that satisfies the requirement encrypthis==0.1.0 (from versions: none) 2022-07-30T17:40:06,470 ERROR: No matching distribution found for encrypthis==0.1.0 2022-07-30T17:40:06,472 Exception information: 2022-07-30T17:40:06,472 Traceback (most recent call last): 2022-07-30T17:40:06,472 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-07-30T17:40:06,472 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-07-30T17:40:06,472 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-07-30T17:40:06,472 raise RequirementsConflicted(criterion) 2022-07-30T17:40:06,472 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('encrypthis==0.1.0') 2022-07-30T17:40:06,472 2022-07-30T17:40:06,472 During handling of the above exception, another exception occurred: 2022-07-30T17:40:06,472 2022-07-30T17:40:06,472 Traceback (most recent call last): 2022-07-30T17:40:06,472 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-07-30T17:40:06,472 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-07-30T17:40:06,472 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-07-30T17:40:06,472 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-07-30T17:40:06,472 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-07-30T17:40:06,472 raise ResolutionImpossible(e.criterion.information) 2022-07-30T17:40:06,472 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('encrypthis==0.1.0'), parent=None)] 2022-07-30T17:40:06,472 2022-07-30T17:40:06,472 The above exception was the direct cause of the following exception: 2022-07-30T17:40:06,472 2022-07-30T17:40:06,472 Traceback (most recent call last): 2022-07-30T17:40:06,472 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-07-30T17:40:06,472 status = run_func(*args) 2022-07-30T17:40:06,472 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-07-30T17:40:06,472 return func(self, options, args) 2022-07-30T17:40:06,472 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-07-30T17:40:06,472 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-07-30T17:40:06,472 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-07-30T17:40:06,472 raise error from e 2022-07-30T17:40:06,472 pip._internal.exceptions.DistributionNotFound: No matching distribution found for encrypthis==0.1.0 2022-07-30T17:40:06,481 Removed build tracker: '/tmp/pip-build-tracker-f3a32cn0'