2023-09-11T08:55:32,366 Created temporary directory: /tmp/pip-build-tracker-j0npf7di 2023-09-11T08:55:32,368 Initialized build tracking at /tmp/pip-build-tracker-j0npf7di 2023-09-11T08:55:32,368 Created build tracker: /tmp/pip-build-tracker-j0npf7di 2023-09-11T08:55:32,368 Entered build tracker: /tmp/pip-build-tracker-j0npf7di 2023-09-11T08:55:32,369 Created temporary directory: /tmp/pip-wheel-rdu32gro 2023-09-11T08:55:32,373 Created temporary directory: /tmp/pip-ephem-wheel-cache-tsphr997 2023-09-11T08:55:32,394 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-11T08:55:32,397 2 location(s) to search for versions of telstra-messaging: 2023-09-11T08:55:32,397 * https://pypi.org/simple/telstra-messaging/ 2023-09-11T08:55:32,397 * https://www.piwheels.org/simple/telstra-messaging/ 2023-09-11T08:55:32,398 Fetching project page and analyzing links: https://pypi.org/simple/telstra-messaging/ 2023-09-11T08:55:32,399 Getting page https://pypi.org/simple/telstra-messaging/ 2023-09-11T08:55:32,400 Found index url https://pypi.org/simple/ 2023-09-11T08:55:32,619 Fetched page https://pypi.org/simple/telstra-messaging/ as application/vnd.pypi.simple.v1+json 2023-09-11T08:55:32,622 Found link https://files.pythonhosted.org/packages/f7/b6/51054e127830df6a06791dcc895ee03ca8087a542cadf269c9ed66de64ca/Telstra_Messaging-1.0.6.1.tar.gz (from https://pypi.org/simple/telstra-messaging/), version: 1.0.6.1 2023-09-11T08:55:32,622 Skipping link: No binaries permitted for telstra-messaging: https://files.pythonhosted.org/packages/b2/e2/9c3c3e2498b6683f629d509af80ac5bf5ed89d032e59a8a8363334014707/telstra_messaging-3.0.2-py3-none-any.whl (from https://pypi.org/simple/telstra-messaging/) (requires-python:>=3.10,<4.0) 2023-09-11T08:55:32,623 Found link https://files.pythonhosted.org/packages/20/29/f74868527f7c5fda30ffe8533e3295fd3d79b69b4f56597b673223f8f6df/telstra_messaging-3.0.2.tar.gz (from https://pypi.org/simple/telstra-messaging/) (requires-python:>=3.10,<4.0), version: 3.0.2 2023-09-11T08:55:32,624 Skipping link: No binaries permitted for telstra-messaging: https://files.pythonhosted.org/packages/b8/ff/77b9b4d42898281ae3ff2ef0a467371c7db8223396a10a10f0f7fa7c9f92/telstra_messaging-3.0.3-py3-none-any.whl (from https://pypi.org/simple/telstra-messaging/) (requires-python:>=3.10,<4.0) 2023-09-11T08:55:32,625 Found link https://files.pythonhosted.org/packages/ff/b1/abddbce64411e6d0ff87f1b8dcf211c7f215e117f4a956404b1dd03177b8/telstra_messaging-3.0.3.tar.gz (from https://pypi.org/simple/telstra-messaging/) (requires-python:>=3.10,<4.0), version: 3.0.3 2023-09-11T08:55:32,626 Skipping link: No binaries permitted for telstra-messaging: https://files.pythonhosted.org/packages/36/f0/4f6aedd178a56f84e2a1ebb785cb5dc2d0d68258213ae8dfdf70b3f8f9dc/telstra_messaging-3.1.0-py3-none-any.whl (from https://pypi.org/simple/telstra-messaging/) (requires-python:>=3.10,<4.0) 2023-09-11T08:55:32,627 Found link https://files.pythonhosted.org/packages/88/e2/41fbb94354be20d6067457418f574df8852e46c2ce4351f96d0b0fd90c25/telstra_messaging-3.1.0.tar.gz (from https://pypi.org/simple/telstra-messaging/) (requires-python:>=3.10,<4.0), version: 3.1.0 2023-09-11T08:55:32,627 Fetching project page and analyzing links: https://www.piwheels.org/simple/telstra-messaging/ 2023-09-11T08:55:32,628 Getting page https://www.piwheels.org/simple/telstra-messaging/ 2023-09-11T08:55:32,629 Found index url https://www.piwheels.org/simple/ 2023-09-11T08:55:34,505 Fetched page https://www.piwheels.org/simple/telstra-messaging/ as text/html 2023-09-11T08:55:34,508 Skipping link: not a file: https://www.piwheels.org/simple/telstra-messaging/ 2023-09-11T08:55:34,509 Skipping link: not a file: https://pypi.org/simple/telstra-messaging/ 2023-09-11T08:55:34,553 Given no hashes to check 0 links for project 'telstra-messaging': discarding no candidates 2023-09-11T08:55:34,556 ERROR: Could not find a version that satisfies the requirement telstra-messaging==1.0.6 (from versions: 1.0.6.1, 3.0.2, 3.0.3, 3.1.0) 2023-09-11T08:55:34,559 ERROR: No matching distribution found for telstra-messaging==1.0.6 2023-09-11T08:55:34,562 Exception information: 2023-09-11T08:55:34,562 Traceback (most recent call last): 2023-09-11T08:55:34,562 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-11T08:55:34,562 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-11T08:55:34,562 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-11T08:55:34,562 raise RequirementsConflicted(criterion) 2023-09-11T08:55:34,562 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('telstra-messaging==1.0.6') 2023-09-11T08:55:34,562 2023-09-11T08:55:34,562 During handling of the above exception, another exception occurred: 2023-09-11T08:55:34,562 2023-09-11T08:55:34,562 Traceback (most recent call last): 2023-09-11T08:55:34,562 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-11T08:55:34,562 result = self._result = resolver.resolve( 2023-09-11T08:55:34,562 ^^^^^^^^^^^^^^^^^ 2023-09-11T08:55:34,562 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-11T08:55:34,562 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-11T08:55:34,562 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-11T08:55:34,562 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-11T08:55:34,562 raise ResolutionImpossible(e.criterion.information) 2023-09-11T08:55:34,562 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('telstra-messaging==1.0.6'), parent=None)] 2023-09-11T08:55:34,562 2023-09-11T08:55:34,562 The above exception was the direct cause of the following exception: 2023-09-11T08:55:34,562 2023-09-11T08:55:34,562 Traceback (most recent call last): 2023-09-11T08:55:34,562 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-11T08:55:34,562 status = run_func(*args) 2023-09-11T08:55:34,562 ^^^^^^^^^^^^^^^ 2023-09-11T08:55:34,562 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-11T08:55:34,562 return func(self, options, args) 2023-09-11T08:55:34,562 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-11T08:55:34,562 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-11T08:55:34,562 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-11T08:55:34,562 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-11T08:55:34,562 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-11T08:55:34,562 raise error from e 2023-09-11T08:55:34,562 pip._internal.exceptions.DistributionNotFound: No matching distribution found for telstra-messaging==1.0.6 2023-09-11T08:55:34,576 Removed build tracker: '/tmp/pip-build-tracker-j0npf7di'