2022-01-27T20:32:23,017 Created temporary directory: /tmp/pip-ephem-wheel-cache-f8vo3rz8 2022-01-27T20:32:23,022 Created temporary directory: /tmp/pip-req-tracker-8sp2yrip 2022-01-27T20:32:23,023 Initialized build tracking at /tmp/pip-req-tracker-8sp2yrip 2022-01-27T20:32:23,023 Created build tracker: /tmp/pip-req-tracker-8sp2yrip 2022-01-27T20:32:23,023 Entered build tracker: /tmp/pip-req-tracker-8sp2yrip 2022-01-27T20:32:23,025 Created temporary directory: /tmp/pip-wheel-7zxmunio 2022-01-27T20:32:23,084 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-27T20:32:23,090 2 location(s) to search for versions of endoscopy-image-classification: 2022-01-27T20:32:23,090 * https://pypi.org/simple/endoscopy-image-classification/ 2022-01-27T20:32:23,090 * https://www.piwheels.org/simple/endoscopy-image-classification/ 2022-01-27T20:32:23,092 Fetching project page and analyzing links: https://pypi.org/simple/endoscopy-image-classification/ 2022-01-27T20:32:23,093 Getting page https://pypi.org/simple/endoscopy-image-classification/ 2022-01-27T20:32:23,096 Found index url https://pypi.org/simple 2022-01-27T20:32:23,295 Found link https://files.pythonhosted.org/packages/04/00/74aebd8cc345c4f14a664d898f8fa38f72a6b6b9755fa73d9fb6e449739f/endoscopy-image-classification-0.0.1.linux-x86_64.tar.gz#sha256=4a8f949349e181bbf4a5e82ccc9d7c1f0bc999d33868a0cb1eefcc56f31a07db (from https://pypi.org/simple/endoscopy-image-classification/) (requires-python:>=3.7), version: 0.0.1.linux-x86_64 2022-01-27T20:32:23,296 Fetching project page and analyzing links: https://www.piwheels.org/simple/endoscopy-image-classification/ 2022-01-27T20:32:23,297 Getting page https://www.piwheels.org/simple/endoscopy-image-classification/ 2022-01-27T20:32:23,299 Found index url https://www.piwheels.org/simple 2022-01-27T20:32:23,530 Skipping link: not a file: https://www.piwheels.org/simple/endoscopy-image-classification/ 2022-01-27T20:32:23,530 Skipping link: not a file: https://pypi.org/simple/endoscopy-image-classification/ 2022-01-27T20:32:23,574 Given no hashes to check 0 links for project 'endoscopy-image-classification': discarding no candidates 2022-01-27T20:32:23,575 ERROR: Could not find a version that satisfies the requirement endoscopy-image-classification==0.0.1 (from versions: 0.0.1.linux-x86_64) 2022-01-27T20:32:23,576 ERROR: No matching distribution found for endoscopy-image-classification==0.0.1 2022-01-27T20:32:23,576 Exception information: 2022-01-27T20:32:23,576 Traceback (most recent call last): 2022-01-27T20:32:23,576 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-01-27T20:32:23,576 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-01-27T20:32:23,576 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-01-27T20:32:23,576 raise RequirementsConflicted(criterion) 2022-01-27T20:32:23,576 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('endoscopy-image-classification==0.0.1') 2022-01-27T20:32:23,576 2022-01-27T20:32:23,576 During handling of the above exception, another exception occurred: 2022-01-27T20:32:23,576 2022-01-27T20:32:23,576 Traceback (most recent call last): 2022-01-27T20:32:23,576 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2022-01-27T20:32:23,576 result = self._result = resolver.resolve( 2022-01-27T20:32:23,576 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-01-27T20:32:23,576 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-01-27T20:32:23,576 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-01-27T20:32:23,576 raise ResolutionImpossible(e.criterion.information) 2022-01-27T20:32:23,576 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('endoscopy-image-classification==0.0.1'), parent=None)] 2022-01-27T20:32:23,576 2022-01-27T20:32:23,576 The above exception was the direct cause of the following exception: 2022-01-27T20:32:23,576 2022-01-27T20:32:23,576 Traceback (most recent call last): 2022-01-27T20:32:23,576 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-01-27T20:32:23,576 status = run_func(*args) 2022-01-27T20:32:23,576 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-01-27T20:32:23,576 return func(self, options, args) 2022-01-27T20:32:23,576 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-01-27T20:32:23,576 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-01-27T20:32:23,576 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-01-27T20:32:23,576 raise error from e 2022-01-27T20:32:23,576 pip._internal.exceptions.DistributionNotFound: No matching distribution found for endoscopy-image-classification==0.0.1 2022-01-27T20:32:23,584 Removed build tracker: '/tmp/pip-req-tracker-8sp2yrip'