2023-09-08T10:54:34,166 Created temporary directory: /tmp/pip-build-tracker-ltlq4z2c 2023-09-08T10:54:34,167 Initialized build tracking at /tmp/pip-build-tracker-ltlq4z2c 2023-09-08T10:54:34,168 Created build tracker: /tmp/pip-build-tracker-ltlq4z2c 2023-09-08T10:54:34,168 Entered build tracker: /tmp/pip-build-tracker-ltlq4z2c 2023-09-08T10:54:34,169 Created temporary directory: /tmp/pip-wheel-kcsaa2t0 2023-09-08T10:54:34,172 Created temporary directory: /tmp/pip-ephem-wheel-cache-sjd4o0mo 2023-09-08T10:54:34,194 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-08T10:54:34,198 2 location(s) to search for versions of automodinit: 2023-09-08T10:54:34,198 * https://pypi.org/simple/automodinit/ 2023-09-08T10:54:34,198 * https://www.piwheels.org/simple/automodinit/ 2023-09-08T10:54:34,198 Fetching project page and analyzing links: https://pypi.org/simple/automodinit/ 2023-09-08T10:54:34,199 Getting page https://pypi.org/simple/automodinit/ 2023-09-08T10:54:34,201 Found index url https://pypi.org/simple/ 2023-09-08T10:54:34,339 Fetched page https://pypi.org/simple/automodinit/ as application/vnd.pypi.simple.v1+json 2023-09-08T10:54:34,341 Found link https://files.pythonhosted.org/packages/7e/c2/cce2afb690003b627a36fb80e56b6ab419a8369825da5175a3ed8e5faa80/automodinit-0.12.zip (from https://pypi.org/simple/automodinit/), version: 0.12 2023-09-08T10:54:34,342 Found link https://files.pythonhosted.org/packages/e6/88/74ed0fd66e3959911b834b4ba3c0c3c84a2d985c0659aa40e0a584764f34/automodinit-0.14.tar.gz (from https://pypi.org/simple/automodinit/), version: 0.14 2023-09-08T10:54:34,342 Found link https://files.pythonhosted.org/packages/e9/e6/b1827d8c4702b7db04e38a81e18904a87fac59b134026b1a09ba93026e96/automodinit-0.15.tar.gz (from https://pypi.org/simple/automodinit/), version: 0.15 2023-09-08T10:54:34,343 Found link https://files.pythonhosted.org/packages/7c/28/214fff05c552d333433ca43f6cabd6d9f5577f878adff9d11e418f28917b/automodinit-0.16.tar.gz (from https://pypi.org/simple/automodinit/), version: 0.16 2023-09-08T10:54:34,344 Fetching project page and analyzing links: https://www.piwheels.org/simple/automodinit/ 2023-09-08T10:54:34,344 Getting page https://www.piwheels.org/simple/automodinit/ 2023-09-08T10:54:34,345 Found index url https://www.piwheels.org/simple/ 2023-09-08T10:54:34,606 Fetched page https://www.piwheels.org/simple/automodinit/ as text/html 2023-09-08T10:54:34,608 Skipping link: No binaries permitted for automodinit: https://www.piwheels.org/simple/automodinit/automodinit-0.16-py3-none-any.whl#sha256=39bb77379cd3681cfd84b6c5aa9993237687412667ed7ce2a7e22ad2b57153c8 (from https://www.piwheels.org/simple/automodinit/) 2023-09-08T10:54:34,609 Skipping link: not a file: https://www.piwheels.org/simple/automodinit/ 2023-09-08T10:54:34,609 Skipping link: not a file: https://pypi.org/simple/automodinit/ 2023-09-08T10:54:34,628 Given no hashes to check 0 links for project 'automodinit': discarding no candidates 2023-09-08T10:54:34,629 ERROR: Could not find a version that satisfies the requirement automodinit==0.13 (from versions: 0.12, 0.14, 0.15, 0.16) 2023-09-08T10:54:34,631 ERROR: No matching distribution found for automodinit==0.13 2023-09-08T10:54:34,632 Exception information: 2023-09-08T10:54:34,632 Traceback (most recent call last): 2023-09-08T10:54:34,632 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-08T10:54:34,632 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-08T10:54:34,632 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-08T10:54:34,632 raise RequirementsConflicted(criterion) 2023-09-08T10:54:34,632 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('automodinit==0.13') 2023-09-08T10:54:34,632 2023-09-08T10:54:34,632 During handling of the above exception, another exception occurred: 2023-09-08T10:54:34,632 2023-09-08T10:54:34,632 Traceback (most recent call last): 2023-09-08T10:54:34,632 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-08T10:54:34,632 result = self._result = resolver.resolve( 2023-09-08T10:54:34,632 ^^^^^^^^^^^^^^^^^ 2023-09-08T10:54:34,632 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-08T10:54:34,632 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-08T10:54:34,632 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T10:54:34,632 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-08T10:54:34,632 raise ResolutionImpossible(e.criterion.information) 2023-09-08T10:54:34,632 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('automodinit==0.13'), parent=None)] 2023-09-08T10:54:34,632 2023-09-08T10:54:34,632 The above exception was the direct cause of the following exception: 2023-09-08T10:54:34,632 2023-09-08T10:54:34,632 Traceback (most recent call last): 2023-09-08T10:54:34,632 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-08T10:54:34,632 status = run_func(*args) 2023-09-08T10:54:34,632 ^^^^^^^^^^^^^^^ 2023-09-08T10:54:34,632 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-08T10:54:34,632 return func(self, options, args) 2023-09-08T10:54:34,632 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T10:54:34,632 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-08T10:54:34,632 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-08T10:54:34,632 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T10:54:34,632 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-08T10:54:34,632 raise error from e 2023-09-08T10:54:34,632 pip._internal.exceptions.DistributionNotFound: No matching distribution found for automodinit==0.13 2023-09-08T10:54:34,638 Removed build tracker: '/tmp/pip-build-tracker-ltlq4z2c'