2024-02-14T00:15:39,936 Created temporary directory: /tmp/pip-build-tracker-uplj9q6v 2024-02-14T00:15:39,937 Initialized build tracking at /tmp/pip-build-tracker-uplj9q6v 2024-02-14T00:15:39,937 Created build tracker: /tmp/pip-build-tracker-uplj9q6v 2024-02-14T00:15:39,938 Entered build tracker: /tmp/pip-build-tracker-uplj9q6v 2024-02-14T00:15:39,938 Created temporary directory: /tmp/pip-wheel-y8jxvn0x 2024-02-14T00:15:39,942 Created temporary directory: /tmp/pip-ephem-wheel-cache-nrlkup8e 2024-02-14T00:15:39,964 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-02-14T00:15:39,967 2 location(s) to search for versions of screwmpc-experiments: 2024-02-14T00:15:39,967 * https://pypi.org/simple/screwmpc-experiments/ 2024-02-14T00:15:39,967 * https://www.piwheels.org/simple/screwmpc-experiments/ 2024-02-14T00:15:39,968 Fetching project page and analyzing links: https://pypi.org/simple/screwmpc-experiments/ 2024-02-14T00:15:39,969 Getting page https://pypi.org/simple/screwmpc-experiments/ 2024-02-14T00:15:39,970 Found index url https://pypi.org/simple/ 2024-02-14T00:15:40,185 Fetched page https://pypi.org/simple/screwmpc-experiments/ as application/vnd.pypi.simple.v1+json 2024-02-14T00:15:40,186 Skipping link: No binaries permitted for screwmpc-experiments: https://files.pythonhosted.org/packages/a1/a4/32884d5e1aeb5fe187af05297ffa5c26b7f6bd4da3b9543b40353a0d96d7/screwmpc_experiments-0.1.0-py3-none-any.whl (from https://pypi.org/simple/screwmpc-experiments/) (requires-python:<3.11,>=3.8) 2024-02-14T00:15:40,187 Link requires a different Python (3.11.2 not in: '<3.11,>=3.8'): https://files.pythonhosted.org/packages/bf/4d/89a5306aebb77fd4e1d87db531e1b0fa381166e71088e783855a13020e34/screwmpc_experiments-0.1.0.tar.gz (from https://pypi.org/simple/screwmpc-experiments/) (requires-python:<3.11,>=3.8) 2024-02-14T00:15:40,188 Skipping link: 0.1.0 Requires-Python <3.11,>=3.8: https://files.pythonhosted.org/packages/bf/4d/89a5306aebb77fd4e1d87db531e1b0fa381166e71088e783855a13020e34/screwmpc_experiments-0.1.0.tar.gz (from https://pypi.org/simple/screwmpc-experiments/) (requires-python:<3.11,>=3.8) 2024-02-14T00:15:40,188 Fetching project page and analyzing links: https://www.piwheels.org/simple/screwmpc-experiments/ 2024-02-14T00:15:40,189 Getting page https://www.piwheels.org/simple/screwmpc-experiments/ 2024-02-14T00:15:40,190 Found index url https://www.piwheels.org/simple/ 2024-02-14T00:15:40,345 Fetched page https://www.piwheels.org/simple/screwmpc-experiments/ as text/html 2024-02-14T00:15:40,346 Skipping link: not a file: https://www.piwheels.org/simple/screwmpc-experiments/ 2024-02-14T00:15:40,346 Skipping link: not a file: https://pypi.org/simple/screwmpc-experiments/ 2024-02-14T00:15:40,364 Given no hashes to check 0 links for project 'screwmpc-experiments': discarding no candidates 2024-02-14T00:15:40,365 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python <3.11,>=3.8 2024-02-14T00:15:40,367 ERROR: Could not find a version that satisfies the requirement screwmpc-experiments==0.1.0 (from versions: none) 2024-02-14T00:15:40,369 ERROR: No matching distribution found for screwmpc-experiments==0.1.0 2024-02-14T00:15:40,370 Exception information: 2024-02-14T00:15:40,370 Traceback (most recent call last): 2024-02-14T00:15:40,370 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-02-14T00:15:40,370 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-02-14T00:15:40,370 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-02-14T00:15:40,370 raise RequirementsConflicted(criterion) 2024-02-14T00:15:40,370 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('screwmpc-experiments==0.1.0') 2024-02-14T00:15:40,370 2024-02-14T00:15:40,370 During handling of the above exception, another exception occurred: 2024-02-14T00:15:40,370 2024-02-14T00:15:40,370 Traceback (most recent call last): 2024-02-14T00:15:40,370 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-02-14T00:15:40,370 result = self._result = resolver.resolve( 2024-02-14T00:15:40,370 ^^^^^^^^^^^^^^^^^ 2024-02-14T00:15:40,370 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-02-14T00:15:40,370 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-02-14T00:15:40,370 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-02-14T00:15:40,370 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-02-14T00:15:40,370 raise ResolutionImpossible(e.criterion.information) 2024-02-14T00:15:40,370 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('screwmpc-experiments==0.1.0'), parent=None)] 2024-02-14T00:15:40,370 2024-02-14T00:15:40,370 The above exception was the direct cause of the following exception: 2024-02-14T00:15:40,370 2024-02-14T00:15:40,370 Traceback (most recent call last): 2024-02-14T00:15:40,370 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-02-14T00:15:40,370 status = run_func(*args) 2024-02-14T00:15:40,370 ^^^^^^^^^^^^^^^ 2024-02-14T00:15:40,370 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-02-14T00:15:40,370 return func(self, options, args) 2024-02-14T00:15:40,370 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-02-14T00:15:40,370 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-02-14T00:15:40,370 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-02-14T00:15:40,370 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-02-14T00:15:40,370 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-02-14T00:15:40,370 raise error from e 2024-02-14T00:15:40,370 pip._internal.exceptions.DistributionNotFound: No matching distribution found for screwmpc-experiments==0.1.0 2024-02-14T00:15:40,376 Removed build tracker: '/tmp/pip-build-tracker-uplj9q6v'