2022-03-02T10:21:49,072 Created temporary directory: /tmp/pip-ephem-wheel-cache-s6x6s0kx 2022-03-02T10:21:49,078 Created temporary directory: /tmp/pip-req-tracker-595pr9ld 2022-03-02T10:21:49,078 Initialized build tracking at /tmp/pip-req-tracker-595pr9ld 2022-03-02T10:21:49,079 Created build tracker: /tmp/pip-req-tracker-595pr9ld 2022-03-02T10:21:49,079 Entered build tracker: /tmp/pip-req-tracker-595pr9ld 2022-03-02T10:21:49,080 Created temporary directory: /tmp/pip-wheel-fu8zh4be 2022-03-02T10:21:49,141 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-03-02T10:21:49,150 2 location(s) to search for versions of firebrick: 2022-03-02T10:21:49,150 * https://pypi.org/simple/firebrick/ 2022-03-02T10:21:49,150 * https://www.piwheels.org/simple/firebrick/ 2022-03-02T10:21:49,151 Fetching project page and analyzing links: https://pypi.org/simple/firebrick/ 2022-03-02T10:21:49,152 Getting page https://pypi.org/simple/firebrick/ 2022-03-02T10:21:49,155 Found index url https://pypi.org/simple 2022-03-02T10:21:49,263 Skipping link: No binaries permitted for firebrick: https://files.pythonhosted.org/packages/44/e1/7464349422294ffcc3b500d642ac805842ddf70bcdbdfb0762e0e63f22e8/Firebrick-1.0.0-py3-none-any.whl#sha256=936dbedb1880aa88f257ecec15e61f765b7ded50ffeb77f54cd89298ef99053d (from https://pypi.org/simple/firebrick/) (requires-python:>=3.9) 2022-03-02T10:21:49,264 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/5e/c7/32d1a752f661e504df4f45519e3416e6e79359b324dea494b501039e135b/Firebrick-1.0.0.tar.gz#sha256=fd489b09c5b64c580bcca1de5b5070ad836633e7c25faab90e6e4cdbc1823819 (from https://pypi.org/simple/firebrick/) (requires-python:>=3.9) 2022-03-02T10:21:49,265 Fetching project page and analyzing links: https://www.piwheels.org/simple/firebrick/ 2022-03-02T10:21:49,266 Getting page https://www.piwheels.org/simple/firebrick/ 2022-03-02T10:21:49,268 Found index url https://www.piwheels.org/simple 2022-03-02T10:21:49,486 Skipping link: not a file: https://www.piwheels.org/simple/firebrick/ 2022-03-02T10:21:49,487 Skipping link: not a file: https://pypi.org/simple/firebrick/ 2022-03-02T10:21:49,520 Given no hashes to check 0 links for project 'firebrick': discarding no candidates 2022-03-02T10:21:49,521 ERROR: Could not find a version that satisfies the requirement firebrick==1.0.0 (from versions: none) 2022-03-02T10:21:49,523 ERROR: No matching distribution found for firebrick==1.0.0 2022-03-02T10:21:49,525 Exception information: 2022-03-02T10:21:49,525 Traceback (most recent call last): 2022-03-02T10:21:49,525 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-03-02T10:21:49,525 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-03-02T10:21:49,525 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-03-02T10:21:49,525 raise RequirementsConflicted(criterion) 2022-03-02T10:21:49,525 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('firebrick==1.0.0') 2022-03-02T10:21:49,525 2022-03-02T10:21:49,525 During handling of the above exception, another exception occurred: 2022-03-02T10:21:49,525 2022-03-02T10:21:49,525 Traceback (most recent call last): 2022-03-02T10:21:49,525 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-03-02T10:21:49,525 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-03-02T10:21:49,525 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-03-02T10:21:49,525 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-03-02T10:21:49,525 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-03-02T10:21:49,525 raise ResolutionImpossible(e.criterion.information) 2022-03-02T10:21:49,525 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('firebrick==1.0.0'), parent=None)] 2022-03-02T10:21:49,525 2022-03-02T10:21:49,525 The above exception was the direct cause of the following exception: 2022-03-02T10:21:49,525 2022-03-02T10:21:49,525 Traceback (most recent call last): 2022-03-02T10:21:49,525 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-03-02T10:21:49,525 status = run_func(*args) 2022-03-02T10:21:49,525 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-03-02T10:21:49,525 return func(self, options, args) 2022-03-02T10:21:49,525 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-03-02T10:21:49,525 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-03-02T10:21:49,525 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-03-02T10:21:49,525 raise error from e 2022-03-02T10:21:49,525 pip._internal.exceptions.DistributionNotFound: No matching distribution found for firebrick==1.0.0 2022-03-02T10:21:49,534 Removed build tracker: '/tmp/pip-req-tracker-595pr9ld'