2023-09-22T23:34:53,807 Created temporary directory: /tmp/pip-build-tracker-cb8dn3cp 2023-09-22T23:34:53,816 Initialized build tracking at /tmp/pip-build-tracker-cb8dn3cp 2023-09-22T23:34:53,819 Created build tracker: /tmp/pip-build-tracker-cb8dn3cp 2023-09-22T23:34:53,823 Entered build tracker: /tmp/pip-build-tracker-cb8dn3cp 2023-09-22T23:34:53,827 Created temporary directory: /tmp/pip-wheel-8srwtaws 2023-09-22T23:34:53,830 Created temporary directory: /tmp/pip-ephem-wheel-cache-xe5o8pxz 2023-09-22T23:34:53,859 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-22T23:34:53,863 2 location(s) to search for versions of liquibook: 2023-09-22T23:34:53,863 * https://pypi.org/simple/liquibook/ 2023-09-22T23:34:53,863 * https://www.piwheels.org/simple/liquibook/ 2023-09-22T23:34:53,863 Fetching project page and analyzing links: https://pypi.org/simple/liquibook/ 2023-09-22T23:34:53,864 Getting page https://pypi.org/simple/liquibook/ 2023-09-22T23:34:53,866 Found index url https://pypi.org/simple/ 2023-09-22T23:34:54,119 Fetched page https://pypi.org/simple/liquibook/ as application/vnd.pypi.simple.v1+json 2023-09-22T23:34:54,130 Skipping link: No binaries permitted for liquibook: https://files.pythonhosted.org/packages/fd/62/589bcec850dc2a41b10f810e732208eba93e881286dd42094e487c0cf1d2/liquibook-1.0.0-cp310-cp310-win_amd64.whl (from https://pypi.org/simple/liquibook/) 2023-09-22T23:34:54,130 Skipping link: No binaries permitted for liquibook: https://files.pythonhosted.org/packages/ee/36/ff0e86b58cb36c1a867b7604b88f6bc3076c30ce92cfd7de204d43cebb5b/liquibook-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from https://pypi.org/simple/liquibook/) 2023-09-22T23:34:54,139 Skipping link: No binaries permitted for liquibook: https://files.pythonhosted.org/packages/bc/33/507c5b5b74a2110ed5b316a85900395cb9ee962b87d2c9acb159deb4c4dc/liquibook-1.0.0-cp39-cp39-macosx_10_9_universal2.whl (from https://pypi.org/simple/liquibook/) 2023-09-22T23:34:54,148 Found link https://files.pythonhosted.org/packages/f9/5c/53edc9dec7f957597a2b2fb5f2aa7cdc6cec4e8512e8f0ac18f6d0bc6943/liquibook-1.0.0.win-amd64.zip (from https://pypi.org/simple/liquibook/), version: 1.0.0.win-amd64 2023-09-22T23:34:54,149 Fetching project page and analyzing links: https://www.piwheels.org/simple/liquibook/ 2023-09-22T23:34:54,151 Getting page https://www.piwheels.org/simple/liquibook/ 2023-09-22T23:34:54,154 Found index url https://www.piwheels.org/simple/ 2023-09-22T23:34:54,353 Fetched page https://www.piwheels.org/simple/liquibook/ as text/html 2023-09-22T23:34:54,355 Skipping link: not a file: https://www.piwheels.org/simple/liquibook/ 2023-09-22T23:34:54,355 Skipping link: not a file: https://pypi.org/simple/liquibook/ 2023-09-22T23:34:54,376 Given no hashes to check 0 links for project 'liquibook': discarding no candidates 2023-09-22T23:34:54,377 ERROR: Could not find a version that satisfies the requirement liquibook==1.0.0 (from versions: 1.0.0.win-amd64) 2023-09-22T23:34:54,378 ERROR: No matching distribution found for liquibook==1.0.0 2023-09-22T23:34:54,380 Exception information: 2023-09-22T23:34:54,380 Traceback (most recent call last): 2023-09-22T23:34:54,380 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-22T23:34:54,380 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-22T23:34:54,380 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-22T23:34:54,380 raise RequirementsConflicted(criterion) 2023-09-22T23:34:54,380 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('liquibook==1.0.0') 2023-09-22T23:34:54,380 2023-09-22T23:34:54,380 During handling of the above exception, another exception occurred: 2023-09-22T23:34:54,380 2023-09-22T23:34:54,380 Traceback (most recent call last): 2023-09-22T23:34:54,380 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-22T23:34:54,380 result = self._result = resolver.resolve( 2023-09-22T23:34:54,380 ^^^^^^^^^^^^^^^^^ 2023-09-22T23:34:54,380 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-22T23:34:54,380 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-22T23:34:54,380 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-22T23:34:54,380 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-22T23:34:54,380 raise ResolutionImpossible(e.criterion.information) 2023-09-22T23:34:54,380 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('liquibook==1.0.0'), parent=None)] 2023-09-22T23:34:54,380 2023-09-22T23:34:54,380 The above exception was the direct cause of the following exception: 2023-09-22T23:34:54,380 2023-09-22T23:34:54,380 Traceback (most recent call last): 2023-09-22T23:34:54,380 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-22T23:34:54,380 status = run_func(*args) 2023-09-22T23:34:54,380 ^^^^^^^^^^^^^^^ 2023-09-22T23:34:54,380 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-22T23:34:54,380 return func(self, options, args) 2023-09-22T23:34:54,380 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-22T23:34:54,380 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-22T23:34:54,380 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-22T23:34:54,380 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-22T23:34:54,380 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-22T23:34:54,380 raise error from e 2023-09-22T23:34:54,380 pip._internal.exceptions.DistributionNotFound: No matching distribution found for liquibook==1.0.0 2023-09-22T23:34:54,386 Removed build tracker: '/tmp/pip-build-tracker-cb8dn3cp'