2023-02-13T06:49:59,543 Created temporary directory: /tmp/pip-ephem-wheel-cache-jul351it 2023-02-13T06:49:59,548 Created temporary directory: /tmp/pip-build-tracker-_zscr2j8 2023-02-13T06:49:59,549 Initialized build tracking at /tmp/pip-build-tracker-_zscr2j8 2023-02-13T06:49:59,549 Created build tracker: /tmp/pip-build-tracker-_zscr2j8 2023-02-13T06:49:59,549 Entered build tracker: /tmp/pip-build-tracker-_zscr2j8 2023-02-13T06:49:59,550 Created temporary directory: /tmp/pip-wheel-zuj7zekl 2023-02-13T06:49:59,558 DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 2023-02-13T06:49:59,564 Created temporary directory: /tmp/pip-ephem-wheel-cache-n464c9c5 2023-02-13T06:49:59,620 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-02-13T06:49:59,627 2 location(s) to search for versions of shellcodetester: 2023-02-13T06:49:59,627 * https://pypi.org/simple/shellcodetester/ 2023-02-13T06:49:59,627 * https://www.piwheels.org/simple/shellcodetester/ 2023-02-13T06:49:59,629 Fetching project page and analyzing links: https://pypi.org/simple/shellcodetester/ 2023-02-13T06:49:59,630 Getting page https://pypi.org/simple/shellcodetester/ 2023-02-13T06:49:59,633 Found index url https://pypi.org/simple 2023-02-13T06:49:59,851 Fetched page https://pypi.org/simple/shellcodetester/ as application/vnd.pypi.simple.v1+json 2023-02-13T06:49:59,855 Link requires a different Python (3.7.3 not in: '>=3.8, <4'): https://files.pythonhosted.org/packages/0c/25/dffcdbad1a8cddde464319ac54f6734f60e7808bd96a3fcc8bcbf987e570/ShellcodeTester-0.2.0.tar.gz (from https://pypi.org/simple/shellcodetester/) (requires-python:>=3.8, <4) 2023-02-13T06:49:59,855 Skipping link: 0.2.0 Requires-Python >=3.8, <4: https://files.pythonhosted.org/packages/0c/25/dffcdbad1a8cddde464319ac54f6734f60e7808bd96a3fcc8bcbf987e570/ShellcodeTester-0.2.0.tar.gz (from https://pypi.org/simple/shellcodetester/) (requires-python:>=3.8, <4) 2023-02-13T06:49:59,857 Link requires a different Python (3.7.3 not in: '>=3.8, <4'): https://files.pythonhosted.org/packages/57/90/a5cbb460400c7f72d5d4d84a1e8b4538c65962250ad279e15686ab1fcfd4/ShellcodeTester-0.2.1.tar.gz (from https://pypi.org/simple/shellcodetester/) (requires-python:>=3.8, <4) 2023-02-13T06:49:59,857 Skipping link: 0.2.1 Requires-Python >=3.8, <4: https://files.pythonhosted.org/packages/57/90/a5cbb460400c7f72d5d4d84a1e8b4538c65962250ad279e15686ab1fcfd4/ShellcodeTester-0.2.1.tar.gz (from https://pypi.org/simple/shellcodetester/) (requires-python:>=3.8, <4) 2023-02-13T06:49:59,858 Fetching project page and analyzing links: https://www.piwheels.org/simple/shellcodetester/ 2023-02-13T06:49:59,859 Getting page https://www.piwheels.org/simple/shellcodetester/ 2023-02-13T06:49:59,861 Found index url https://www.piwheels.org/simple 2023-02-13T06:50:00,085 Fetched page https://www.piwheels.org/simple/shellcodetester/ as text/html 2023-02-13T06:50:00,088 Skipping link: No binaries permitted for shellcodetester: https://www.piwheels.org/simple/shellcodetester/ShellcodeTester-0.2.0-py3-none-any.whl#sha256=71d4e41aa6396475afe6cb2a1333d3caaa851c275851eb8a8bd2bc86416a6842 (from https://www.piwheels.org/simple/shellcodetester/) (requires-python:>=3.8, <4) 2023-02-13T06:50:00,089 Skipping link: not a file: https://www.piwheels.org/simple/shellcodetester/ 2023-02-13T06:50:00,089 Skipping link: not a file: https://pypi.org/simple/shellcodetester/ 2023-02-13T06:50:00,121 Given no hashes to check 0 links for project 'shellcodetester': discarding no candidates 2023-02-13T06:50:00,122 ERROR: Ignored the following versions that require a different python version: 0.2.0 Requires-Python >=3.8, <4; 0.2.1 Requires-Python >=3.8, <4 2023-02-13T06:50:00,125 ERROR: Could not find a version that satisfies the requirement shellcodetester==0.2.1 (from versions: none) 2023-02-13T06:50:00,127 ERROR: No matching distribution found for shellcodetester==0.2.1 2023-02-13T06:50:00,129 Exception information: 2023-02-13T06:50:00,129 Traceback (most recent call last): 2023-02-13T06:50:00,129 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2023-02-13T06:50:00,129 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-02-13T06:50:00,129 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2023-02-13T06:50:00,129 raise RequirementsConflicted(criterion) 2023-02-13T06:50:00,129 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('shellcodetester==0.2.1') 2023-02-13T06:50:00,129 2023-02-13T06:50:00,129 During handling of the above exception, another exception occurred: 2023-02-13T06:50:00,129 2023-02-13T06:50:00,129 Traceback (most recent call last): 2023-02-13T06:50:00,129 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-02-13T06:50:00,129 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2023-02-13T06:50:00,129 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2023-02-13T06:50:00,129 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-02-13T06:50:00,129 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2023-02-13T06:50:00,129 raise ResolutionImpossible(e.criterion.information) 2023-02-13T06:50:00,129 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('shellcodetester==0.2.1'), parent=None)] 2023-02-13T06:50:00,129 2023-02-13T06:50:00,129 The above exception was the direct cause of the following exception: 2023-02-13T06:50:00,129 2023-02-13T06:50:00,129 Traceback (most recent call last): 2023-02-13T06:50:00,129 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2023-02-13T06:50:00,129 status = run_func(*args) 2023-02-13T06:50:00,129 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2023-02-13T06:50:00,129 return func(self, options, args) 2023-02-13T06:50:00,129 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 170, in run 2023-02-13T06:50:00,129 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-02-13T06:50:00,129 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-02-13T06:50:00,129 raise error from e 2023-02-13T06:50:00,129 pip._internal.exceptions.DistributionNotFound: No matching distribution found for shellcodetester==0.2.1 2023-02-13T06:50:00,138 Removed build tracker: '/tmp/pip-build-tracker-_zscr2j8'