2024-01-06T05:03:10,684 Created temporary directory: /tmp/pip-build-tracker-68j_kd04 2024-01-06T05:03:10,687 Initialized build tracking at /tmp/pip-build-tracker-68j_kd04 2024-01-06T05:03:10,688 Created build tracker: /tmp/pip-build-tracker-68j_kd04 2024-01-06T05:03:10,688 Entered build tracker: /tmp/pip-build-tracker-68j_kd04 2024-01-06T05:03:10,689 Created temporary directory: /tmp/pip-wheel-lru7tmmd 2024-01-06T05:03:10,699 Created temporary directory: /tmp/pip-ephem-wheel-cache-75dp721p 2024-01-06T05:03:10,755 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-01-06T05:03:10,769 2 location(s) to search for versions of microsoftsqlhelper: 2024-01-06T05:03:10,769 * https://pypi.org/simple/microsoftsqlhelper/ 2024-01-06T05:03:10,769 * https://www.piwheels.org/simple/microsoftsqlhelper/ 2024-01-06T05:03:10,770 Fetching project page and analyzing links: https://pypi.org/simple/microsoftsqlhelper/ 2024-01-06T05:03:10,771 Getting page https://pypi.org/simple/microsoftsqlhelper/ 2024-01-06T05:03:10,775 Found index url https://pypi.org/simple/ 2024-01-06T05:03:10,993 Fetched page https://pypi.org/simple/microsoftsqlhelper/ as application/vnd.pypi.simple.v1+json 2024-01-06T05:03:10,995 Skipping link: No binaries permitted for microsoftsqlhelper: https://files.pythonhosted.org/packages/a2/e2/0495b13066a2a0039bd24fc41bcc94221771d7dc3a8116a68a7b1c603447/microsoftsqlhelper-0.1.1-py3-none-any.whl (from https://pypi.org/simple/microsoftsqlhelper/) (requires-python:>=3.9,<4.0) 2024-01-06T05:03:10,997 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/e2/64/76465a4b0160138a622d18b93b3a480b6bd8d0572c7e2999e101c17a336c/microsoftsqlhelper-0.1.1.tar.gz (from https://pypi.org/simple/microsoftsqlhelper/) (requires-python:>=3.9,<4.0) 2024-01-06T05:03:10,998 Skipping link: 0.1.1 Requires-Python >=3.9,<4.0: https://files.pythonhosted.org/packages/e2/64/76465a4b0160138a622d18b93b3a480b6bd8d0572c7e2999e101c17a336c/microsoftsqlhelper-0.1.1.tar.gz (from https://pypi.org/simple/microsoftsqlhelper/) (requires-python:>=3.9,<4.0) 2024-01-06T05:03:10,999 Fetching project page and analyzing links: https://www.piwheels.org/simple/microsoftsqlhelper/ 2024-01-06T05:03:10,999 Getting page https://www.piwheels.org/simple/microsoftsqlhelper/ 2024-01-06T05:03:11,002 Found index url https://www.piwheels.org/simple/ 2024-01-06T05:03:11,135 Fetched page https://www.piwheels.org/simple/microsoftsqlhelper/ as text/html 2024-01-06T05:03:11,137 Skipping link: not a file: https://www.piwheels.org/simple/microsoftsqlhelper/ 2024-01-06T05:03:11,138 Skipping link: not a file: https://pypi.org/simple/microsoftsqlhelper/ 2024-01-06T05:03:11,170 Given no hashes to check 0 links for project 'microsoftsqlhelper': discarding no candidates 2024-01-06T05:03:11,171 ERROR: Ignored the following versions that require a different python version: 0.1.1 Requires-Python >=3.9,<4.0 2024-01-06T05:03:11,174 ERROR: Could not find a version that satisfies the requirement microsoftsqlhelper==0.1.1 (from versions: none) 2024-01-06T05:03:11,176 ERROR: No matching distribution found for microsoftsqlhelper==0.1.1 2024-01-06T05:03:11,179 Exception information: 2024-01-06T05:03:11,179 Traceback (most recent call last): 2024-01-06T05:03:11,179 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-01-06T05:03:11,179 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-01-06T05:03:11,179 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-01-06T05:03:11,179 raise RequirementsConflicted(criterion) 2024-01-06T05:03:11,179 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('microsoftsqlhelper==0.1.1') 2024-01-06T05:03:11,179 2024-01-06T05:03:11,179 During handling of the above exception, another exception occurred: 2024-01-06T05:03:11,179 2024-01-06T05:03:11,179 Traceback (most recent call last): 2024-01-06T05:03:11,179 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2024-01-06T05:03:11,179 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2024-01-06T05:03:11,179 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-01-06T05:03:11,179 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-01-06T05:03:11,179 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-01-06T05:03:11,179 raise ResolutionImpossible(e.criterion.information) 2024-01-06T05:03:11,179 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('microsoftsqlhelper==0.1.1'), parent=None)] 2024-01-06T05:03:11,179 2024-01-06T05:03:11,179 The above exception was the direct cause of the following exception: 2024-01-06T05:03:11,179 2024-01-06T05:03:11,179 Traceback (most recent call last): 2024-01-06T05:03:11,179 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-01-06T05:03:11,179 status = run_func(*args) 2024-01-06T05:03:11,179 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-01-06T05:03:11,179 return func(self, options, args) 2024-01-06T05:03:11,179 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-01-06T05:03:11,179 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-01-06T05:03:11,179 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-01-06T05:03:11,179 raise error from e 2024-01-06T05:03:11,179 pip._internal.exceptions.DistributionNotFound: No matching distribution found for microsoftsqlhelper==0.1.1 2024-01-06T05:03:11,187 Removed build tracker: '/tmp/pip-build-tracker-68j_kd04'