2023-09-03T17:45:42,205 Created temporary directory: /tmp/pip-build-tracker-bewu38mj 2023-09-03T17:45:42,208 Initialized build tracking at /tmp/pip-build-tracker-bewu38mj 2023-09-03T17:45:42,209 Created build tracker: /tmp/pip-build-tracker-bewu38mj 2023-09-03T17:45:42,209 Entered build tracker: /tmp/pip-build-tracker-bewu38mj 2023-09-03T17:45:42,211 Created temporary directory: /tmp/pip-wheel-w0qjzbih 2023-09-03T17:45:42,219 Created temporary directory: /tmp/pip-ephem-wheel-cache-nopdohlk 2023-09-03T17:45:42,275 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-03T17:45:42,283 2 location(s) to search for versions of ucolor: 2023-09-03T17:45:42,283 * https://pypi.org/simple/ucolor/ 2023-09-03T17:45:42,283 * https://www.piwheels.org/simple/ucolor/ 2023-09-03T17:45:42,284 Fetching project page and analyzing links: https://pypi.org/simple/ucolor/ 2023-09-03T17:45:42,286 Getting page https://pypi.org/simple/ucolor/ 2023-09-03T17:45:42,289 Found index url https://pypi.org/simple/ 2023-09-03T17:45:42,475 Fetched page https://pypi.org/simple/ucolor/ as application/vnd.pypi.simple.v1+json 2023-09-03T17:45:42,478 Skipping link: No binaries permitted for ucolor: https://files.pythonhosted.org/packages/51/b9/3d81b51971f786980fea8a74f9a05381e8c1bbb6649cfce2911f28fdc123/ucolor-0.1.0-py3-none-any.whl (from https://pypi.org/simple/ucolor/) (requires-python:>=3.8) 2023-09-03T17:45:42,480 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/aa/c5/b5c456abae64f278fa96fade755f5e0320775c6d1743214088f43e19f80b/ucolor-0.1.0.tar.gz (from https://pypi.org/simple/ucolor/) (requires-python:>=3.8) 2023-09-03T17:45:42,480 Skipping link: 0.1.0 Requires-Python >=3.8: https://files.pythonhosted.org/packages/aa/c5/b5c456abae64f278fa96fade755f5e0320775c6d1743214088f43e19f80b/ucolor-0.1.0.tar.gz (from https://pypi.org/simple/ucolor/) (requires-python:>=3.8) 2023-09-03T17:45:42,481 Skipping link: No binaries permitted for ucolor: https://files.pythonhosted.org/packages/33/ac/edbffdde259fc7a3f87bea4610a01d1833e540b7dd1183a4c8eaa70fc649/ucolor-0.2.0-py3-none-any.whl (from https://pypi.org/simple/ucolor/) (requires-python:>=3.8) 2023-09-03T17:45:42,482 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/0e/f0/dfb69eda39b90caabf1bf0e29e73198ad9a72fa0f18f30c38227c0ec4ced/ucolor-0.2.0.tar.gz (from https://pypi.org/simple/ucolor/) (requires-python:>=3.8) 2023-09-03T17:45:42,482 Skipping link: 0.2.0 Requires-Python >=3.8: https://files.pythonhosted.org/packages/0e/f0/dfb69eda39b90caabf1bf0e29e73198ad9a72fa0f18f30c38227c0ec4ced/ucolor-0.2.0.tar.gz (from https://pypi.org/simple/ucolor/) (requires-python:>=3.8) 2023-09-03T17:45:42,483 Fetching project page and analyzing links: https://www.piwheels.org/simple/ucolor/ 2023-09-03T17:45:42,484 Getting page https://www.piwheels.org/simple/ucolor/ 2023-09-03T17:45:42,486 Found index url https://www.piwheels.org/simple/ 2023-09-03T17:45:42,770 Fetched page https://www.piwheels.org/simple/ucolor/ as text/html 2023-09-03T17:45:42,773 Skipping link: No binaries permitted for ucolor: https://www.piwheels.org/simple/ucolor/ucolor-0.1.0-py3-none-any.whl#sha256=e6615244dd7a354d0971647f90fe74098da1157dea4b65331ac589f225e05800 (from https://www.piwheels.org/simple/ucolor/) (requires-python:>=3.8) 2023-09-03T17:45:42,774 Skipping link: not a file: https://www.piwheels.org/simple/ucolor/ 2023-09-03T17:45:42,774 Skipping link: not a file: https://pypi.org/simple/ucolor/ 2023-09-03T17:45:42,805 Given no hashes to check 0 links for project 'ucolor': discarding no candidates 2023-09-03T17:45:42,806 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.8; 0.2.0 Requires-Python >=3.8 2023-09-03T17:45:42,809 ERROR: Could not find a version that satisfies the requirement ucolor==0.2.0 (from versions: none) 2023-09-03T17:45:42,812 ERROR: No matching distribution found for ucolor==0.2.0 2023-09-03T17:45:42,814 Exception information: 2023-09-03T17:45:42,814 Traceback (most recent call last): 2023-09-03T17:45:42,814 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-03T17:45:42,814 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-03T17:45:42,814 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-03T17:45:42,814 raise RequirementsConflicted(criterion) 2023-09-03T17:45:42,814 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ucolor==0.2.0') 2023-09-03T17:45:42,814 2023-09-03T17:45:42,814 During handling of the above exception, another exception occurred: 2023-09-03T17:45:42,814 2023-09-03T17:45:42,814 Traceback (most recent call last): 2023-09-03T17:45:42,814 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-09-03T17:45:42,814 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-09-03T17:45:42,814 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-03T17:45:42,814 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-03T17:45:42,814 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-03T17:45:42,814 raise ResolutionImpossible(e.criterion.information) 2023-09-03T17:45:42,814 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ucolor==0.2.0'), parent=None)] 2023-09-03T17:45:42,814 2023-09-03T17:45:42,814 The above exception was the direct cause of the following exception: 2023-09-03T17:45:42,814 2023-09-03T17:45:42,814 Traceback (most recent call last): 2023-09-03T17:45:42,814 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-09-03T17:45:42,814 status = run_func(*args) 2023-09-03T17:45:42,814 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-03T17:45:42,814 return func(self, options, args) 2023-09-03T17:45:42,814 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-03T17:45:42,814 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-03T17:45:42,814 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-03T17:45:42,814 raise error from e 2023-09-03T17:45:42,814 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ucolor==0.2.0 2023-09-03T17:45:42,822 Removed build tracker: '/tmp/pip-build-tracker-bewu38mj'