2022-01-11T10:08:05,921 Created temporary directory: /tmp/pip-ephem-wheel-cache-ibvfulw_ 2022-01-11T10:08:05,926 Created temporary directory: /tmp/pip-req-tracker-802i5lo3 2022-01-11T10:08:05,927 Initialized build tracking at /tmp/pip-req-tracker-802i5lo3 2022-01-11T10:08:05,927 Created build tracker: /tmp/pip-req-tracker-802i5lo3 2022-01-11T10:08:05,928 Entered build tracker: /tmp/pip-req-tracker-802i5lo3 2022-01-11T10:08:05,929 Created temporary directory: /tmp/pip-wheel-v9l52z97 2022-01-11T10:08:05,985 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-11T10:08:05,990 2 location(s) to search for versions of pincer-ext-commands: 2022-01-11T10:08:05,990 * https://pypi.org/simple/pincer-ext-commands/ 2022-01-11T10:08:05,990 * https://www.piwheels.org/simple/pincer-ext-commands/ 2022-01-11T10:08:05,991 Fetching project page and analyzing links: https://pypi.org/simple/pincer-ext-commands/ 2022-01-11T10:08:05,992 Getting page https://pypi.org/simple/pincer-ext-commands/ 2022-01-11T10:08:05,995 Found index url https://pypi.org/simple 2022-01-11T10:08:06,184 Found link https://files.pythonhosted.org/packages/a1/e6/0b03d4de2ba54a253822171c0f67bd8b04b265c0ddd1c8a3c718511847cd/pincer-ext-commands-2022.1.tar.gz#sha256=57212d0a73c7d4a761824893acf55eb4f0b3c5b7f54d04816a3a50469c6ef1b4 (from https://pypi.org/simple/pincer-ext-commands/) (requires-python:>=3.8.0), version: 2022.1 2022-01-11T10:08:06,185 Fetching project page and analyzing links: https://www.piwheels.org/simple/pincer-ext-commands/ 2022-01-11T10:08:06,185 Getting page https://www.piwheels.org/simple/pincer-ext-commands/ 2022-01-11T10:08:06,187 Found index url https://www.piwheels.org/simple 2022-01-11T10:08:06,391 Skipping link: not a file: https://www.piwheels.org/simple/pincer-ext-commands/ 2022-01-11T10:08:06,391 Skipping link: not a file: https://pypi.org/simple/pincer-ext-commands/ 2022-01-11T10:08:06,431 Given no hashes to check 1 links for project 'pincer-ext-commands': discarding no candidates 2022-01-11T10:08:06,467 Collecting pincer-ext-commands==2022.1 2022-01-11T10:08:06,470 Created temporary directory: /tmp/pip-unpack-fvs13znl 2022-01-11T10:08:06,685 Downloading pincer-ext-commands-2022.1.tar.gz (14 kB) 2022-01-11T10:08:06,759 Added pincer-ext-commands==2022.1 from https://files.pythonhosted.org/packages/a1/e6/0b03d4de2ba54a253822171c0f67bd8b04b265c0ddd1c8a3c718511847cd/pincer-ext-commands-2022.1.tar.gz#sha256=57212d0a73c7d4a761824893acf55eb4f0b3c5b7f54d04816a3a50469c6ef1b4 to build tracker '/tmp/pip-req-tracker-802i5lo3' 2022-01-11T10:08:06,760 Running setup.py (path:/tmp/pip-wheel-v9l52z97/pincer-ext-commands_57106fd5fd9d442782fd89e2b46358ef/setup.py) egg_info for package pincer-ext-commands 2022-01-11T10:08:06,761 Created temporary directory: /tmp/pip-pip-egg-info-tkgb898z 2022-01-11T10:08:06,762 Preparing metadata (setup.py): started 2022-01-11T10:08:06,763 Running command python setup.py egg_info 2022-01-11T10:08:08,089 Traceback (most recent call last): 2022-01-11T10:08:08,090 File "", line 1, in 2022-01-11T10:08:08,091 File "/tmp/pip-wheel-v9l52z97/pincer-ext-commands_57106fd5fd9d442782fd89e2b46358ef/setup.py", line 21, in 2022-01-11T10:08:08,091 with open('requirements.txt') as f: 2022-01-11T10:08:08,092 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2022-01-11T10:08:08,176 Preparing metadata (setup.py): finished with status 'error' 2022-01-11T10:08:08,178 WARNING: Discarding https://files.pythonhosted.org/packages/a1/e6/0b03d4de2ba54a253822171c0f67bd8b04b265c0ddd1c8a3c718511847cd/pincer-ext-commands-2022.1.tar.gz#sha256=57212d0a73c7d4a761824893acf55eb4f0b3c5b7f54d04816a3a50469c6ef1b4 (from https://pypi.org/simple/pincer-ext-commands/) (requires-python:>=3.8.0). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-01-11T10:08:08,180 ERROR: Could not find a version that satisfies the requirement pincer-ext-commands==2022.1 (from versions: 2022.1) 2022-01-11T10:08:08,181 ERROR: No matching distribution found for pincer-ext-commands==2022.1 2022-01-11T10:08:08,181 Exception information: 2022-01-11T10:08:08,181 Traceback (most recent call last): 2022-01-11T10:08:08,181 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-01-11T10:08:08,181 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-01-11T10:08:08,181 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-01-11T10:08:08,181 raise RequirementsConflicted(criterion) 2022-01-11T10:08:08,181 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pincer-ext-commands==2022.1') 2022-01-11T10:08:08,181 2022-01-11T10:08:08,181 During handling of the above exception, another exception occurred: 2022-01-11T10:08:08,181 2022-01-11T10:08:08,181 Traceback (most recent call last): 2022-01-11T10:08:08,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2022-01-11T10:08:08,181 result = self._result = resolver.resolve( 2022-01-11T10:08:08,181 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-01-11T10:08:08,181 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-01-11T10:08:08,181 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-01-11T10:08:08,181 raise ResolutionImpossible(e.criterion.information) 2022-01-11T10:08:08,181 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pincer-ext-commands==2022.1'), parent=None)] 2022-01-11T10:08:08,181 2022-01-11T10:08:08,181 The above exception was the direct cause of the following exception: 2022-01-11T10:08:08,181 2022-01-11T10:08:08,181 Traceback (most recent call last): 2022-01-11T10:08:08,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-01-11T10:08:08,181 status = run_func(*args) 2022-01-11T10:08:08,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-01-11T10:08:08,181 return func(self, options, args) 2022-01-11T10:08:08,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-01-11T10:08:08,181 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-01-11T10:08:08,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-01-11T10:08:08,181 raise error from e 2022-01-11T10:08:08,181 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pincer-ext-commands==2022.1 2022-01-11T10:08:08,191 Removed pincer-ext-commands==2022.1 from https://files.pythonhosted.org/packages/a1/e6/0b03d4de2ba54a253822171c0f67bd8b04b265c0ddd1c8a3c718511847cd/pincer-ext-commands-2022.1.tar.gz#sha256=57212d0a73c7d4a761824893acf55eb4f0b3c5b7f54d04816a3a50469c6ef1b4 from build tracker '/tmp/pip-req-tracker-802i5lo3' 2022-01-11T10:08:08,192 Removed build tracker: '/tmp/pip-req-tracker-802i5lo3'