2022-04-22T20:52:44,779 Created temporary directory: /tmp/pip-ephem-wheel-cache-5zlvijq8 2022-04-22T20:52:44,784 Created temporary directory: /tmp/pip-req-tracker-u_pfq15u 2022-04-22T20:52:44,785 Initialized build tracking at /tmp/pip-req-tracker-u_pfq15u 2022-04-22T20:52:44,786 Created build tracker: /tmp/pip-req-tracker-u_pfq15u 2022-04-22T20:52:44,786 Entered build tracker: /tmp/pip-req-tracker-u_pfq15u 2022-04-22T20:52:44,788 Created temporary directory: /tmp/pip-wheel-i3ksg_jh 2022-04-22T20:52:44,849 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-04-22T20:52:44,858 2 location(s) to search for versions of napari-blob-detection: 2022-04-22T20:52:44,858 * https://pypi.org/simple/napari-blob-detection/ 2022-04-22T20:52:44,858 * https://www.piwheels.org/simple/napari-blob-detection/ 2022-04-22T20:52:44,860 Fetching project page and analyzing links: https://pypi.org/simple/napari-blob-detection/ 2022-04-22T20:52:44,861 Getting page https://pypi.org/simple/napari-blob-detection/ 2022-04-22T20:52:44,864 Found index url https://pypi.org/simple 2022-04-22T20:52:44,971 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/87/e4/957002f3e75b88013e68c0081e0283cdbc097ccc1b0d36a48afe18f0c910/napari-blob-detection-0.0.1.tar.gz#sha256=b0e744f6e61394628479050e2cd329bae11ca38c1c9c83f82d9af3bab5de1208 (from https://pypi.org/simple/napari-blob-detection/) (requires-python:>=3.8) 2022-04-22T20:52:44,972 Skipping link: No binaries permitted for napari-blob-detection: https://files.pythonhosted.org/packages/ad/ff/30d8de108934e90c06df8e0a6aed43c6277092dd64442a721acc50388d2b/napari_blob_detection-0.0.1-py3-none-any.whl#sha256=ea44f52b29ebce42e797b9ccfafc6024f20462e1a579e4dc2058406d37299458 (from https://pypi.org/simple/napari-blob-detection/) (requires-python:>=3.8) 2022-04-22T20:52:44,973 Fetching project page and analyzing links: https://www.piwheels.org/simple/napari-blob-detection/ 2022-04-22T20:52:44,974 Getting page https://www.piwheels.org/simple/napari-blob-detection/ 2022-04-22T20:52:44,976 Found index url https://www.piwheels.org/simple 2022-04-22T20:52:45,182 Skipping link: not a file: https://www.piwheels.org/simple/napari-blob-detection/ 2022-04-22T20:52:45,183 Skipping link: not a file: https://pypi.org/simple/napari-blob-detection/ 2022-04-22T20:52:45,215 Given no hashes to check 0 links for project 'napari-blob-detection': discarding no candidates 2022-04-22T20:52:45,216 ERROR: Could not find a version that satisfies the requirement napari-blob-detection==0.0.1 (from versions: none) 2022-04-22T20:52:45,219 ERROR: No matching distribution found for napari-blob-detection==0.0.1 2022-04-22T20:52:45,221 Exception information: 2022-04-22T20:52:45,221 Traceback (most recent call last): 2022-04-22T20:52:45,221 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-04-22T20:52:45,221 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-04-22T20:52:45,221 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-04-22T20:52:45,221 raise RequirementsConflicted(criterion) 2022-04-22T20:52:45,221 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('napari-blob-detection==0.0.1') 2022-04-22T20:52:45,221 2022-04-22T20:52:45,221 During handling of the above exception, another exception occurred: 2022-04-22T20:52:45,221 2022-04-22T20:52:45,221 Traceback (most recent call last): 2022-04-22T20:52:45,221 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-04-22T20:52:45,221 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-04-22T20:52:45,221 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-04-22T20:52:45,221 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-04-22T20:52:45,221 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-04-22T20:52:45,221 raise ResolutionImpossible(e.criterion.information) 2022-04-22T20:52:45,221 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('napari-blob-detection==0.0.1'), parent=None)] 2022-04-22T20:52:45,221 2022-04-22T20:52:45,221 The above exception was the direct cause of the following exception: 2022-04-22T20:52:45,221 2022-04-22T20:52:45,221 Traceback (most recent call last): 2022-04-22T20:52:45,221 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-04-22T20:52:45,221 status = run_func(*args) 2022-04-22T20:52:45,221 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-04-22T20:52:45,221 return func(self, options, args) 2022-04-22T20:52:45,221 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-04-22T20:52:45,221 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-04-22T20:52:45,221 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-04-22T20:52:45,221 raise error from e 2022-04-22T20:52:45,221 pip._internal.exceptions.DistributionNotFound: No matching distribution found for napari-blob-detection==0.0.1 2022-04-22T20:52:45,230 Removed build tracker: '/tmp/pip-req-tracker-u_pfq15u'