2021-09-14T13:22:14,035 Created temporary directory: /tmp/pip-ephem-wheel-cache-es90cjbi 2021-09-14T13:22:14,038 Created temporary directory: /tmp/pip-req-tracker-6sv5ktpp 2021-09-14T13:22:14,038 Initialized build tracking at /tmp/pip-req-tracker-6sv5ktpp 2021-09-14T13:22:14,038 Created build tracker: /tmp/pip-req-tracker-6sv5ktpp 2021-09-14T13:22:14,038 Entered build tracker: /tmp/pip-req-tracker-6sv5ktpp 2021-09-14T13:22:14,039 Created temporary directory: /tmp/pip-wheel-wwi0edui 2021-09-14T13:22:14,073 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-09-14T13:22:14,076 2 location(s) to search for versions of checkcel: 2021-09-14T13:22:14,076 * https://pypi.org/simple/checkcel/ 2021-09-14T13:22:14,076 * https://www.piwheels.org/simple/checkcel/ 2021-09-14T13:22:14,077 Fetching project page and analyzing links: https://pypi.org/simple/checkcel/ 2021-09-14T13:22:14,077 Getting page https://pypi.org/simple/checkcel/ 2021-09-14T13:22:14,079 Found index url https://pypi.org/simple 2021-09-14T13:22:14,169 Skipping link: No binaries permitted for checkcel: https://files.pythonhosted.org/packages/5a/7d/300cf0c82bf6b34e8ccbc304115861f9ca98c907a0a2ec95e9dc128a2466/checkcel-0.0.1-py3-none-any.whl#sha256=ba682e61e674f478f1f039f4d9a943935f5b9b275ea9f8f6ad28c7d8d7fa8f70 (from https://pypi.org/simple/checkcel/) 2021-09-14T13:22:14,170 Found link https://files.pythonhosted.org/packages/2d/b4/09ef54461adfb5633ea47c420dde3bdb90d4cf98e3a25d2f0906a1c1a690/checkcel-0.0.1.tar.gz#sha256=e248c30437a36da7a390ca455693db74f07134e9f65dca9c04d0f5928c681f1a (from https://pypi.org/simple/checkcel/), version: 0.0.1 2021-09-14T13:22:14,170 Fetching project page and analyzing links: https://www.piwheels.org/simple/checkcel/ 2021-09-14T13:22:14,170 Getting page https://www.piwheels.org/simple/checkcel/ 2021-09-14T13:22:14,171 Found index url https://www.piwheels.org/simple 2021-09-14T13:22:14,295 Skipping link: not a file: https://www.piwheels.org/simple/checkcel/ 2021-09-14T13:22:14,295 Skipping link: not a file: https://pypi.org/simple/checkcel/ 2021-09-14T13:22:14,316 Given no hashes to check 1 links for project 'checkcel': discarding no candidates 2021-09-14T13:22:14,334 Collecting checkcel==0.0.1 2021-09-14T13:22:14,336 Created temporary directory: /tmp/pip-unpack-ip000q41 2021-09-14T13:22:14,380 Downloading checkcel-0.0.1.tar.gz (12 kB) 2021-09-14T13:22:14,444 Added checkcel==0.0.1 from https://files.pythonhosted.org/packages/2d/b4/09ef54461adfb5633ea47c420dde3bdb90d4cf98e3a25d2f0906a1c1a690/checkcel-0.0.1.tar.gz#sha256=e248c30437a36da7a390ca455693db74f07134e9f65dca9c04d0f5928c681f1a to build tracker '/tmp/pip-req-tracker-6sv5ktpp' 2021-09-14T13:22:14,445 Running setup.py (path:/tmp/pip-wheel-wwi0edui/checkcel_e4ae6e29a1d94f9aaab8043ed4e043eb/setup.py) egg_info for package checkcel 2021-09-14T13:22:14,446 Created temporary directory: /tmp/pip-pip-egg-info-o0j90ccg 2021-09-14T13:22:14,447 Running command python setup.py egg_info 2021-09-14T13:22:15,133 Traceback (most recent call last): 2021-09-14T13:22:15,134 File "", line 1, in 2021-09-14T13:22:15,134 File "/tmp/pip-wheel-wwi0edui/checkcel_e4ae6e29a1d94f9aaab8043ed4e043eb/setup.py", line 3, in 2021-09-14T13:22:15,134 with open('requirements.txt') as f: 2021-09-14T13:22:15,135 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-09-14T13:22:15,182 WARNING: Discarding https://files.pythonhosted.org/packages/2d/b4/09ef54461adfb5633ea47c420dde3bdb90d4cf98e3a25d2f0906a1c1a690/checkcel-0.0.1.tar.gz#sha256=e248c30437a36da7a390ca455693db74f07134e9f65dca9c04d0f5928c681f1a (from https://pypi.org/simple/checkcel/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-09-14T13:22:15,183 ERROR: Could not find a version that satisfies the requirement checkcel==0.0.1 (from versions: 0.0.1) 2021-09-14T13:22:15,183 ERROR: No matching distribution found for checkcel==0.0.1 2021-09-14T13:22:15,184 Exception information: 2021-09-14T13:22:15,184 Traceback (most recent call last): 2021-09-14T13:22:15,184 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-09-14T13:22:15,184 name, crit = self._merge_into_criterion(r, parent=None) 2021-09-14T13:22:15,184 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-09-14T13:22:15,184 raise RequirementsConflicted(criterion) 2021-09-14T13:22:15,184 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('checkcel==0.0.1') 2021-09-14T13:22:15,184 2021-09-14T13:22:15,184 During handling of the above exception, another exception occurred: 2021-09-14T13:22:15,184 2021-09-14T13:22:15,184 Traceback (most recent call last): 2021-09-14T13:22:15,184 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-09-14T13:22:15,184 result = self._result = resolver.resolve( 2021-09-14T13:22:15,184 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-09-14T13:22:15,184 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-09-14T13:22:15,184 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-09-14T13:22:15,184 raise ResolutionImpossible(e.criterion.information) 2021-09-14T13:22:15,184 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('checkcel==0.0.1'), parent=None)] 2021-09-14T13:22:15,184 2021-09-14T13:22:15,184 The above exception was the direct cause of the following exception: 2021-09-14T13:22:15,184 2021-09-14T13:22:15,184 Traceback (most recent call last): 2021-09-14T13:22:15,184 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-09-14T13:22:15,184 status = self.run(options, args) 2021-09-14T13:22:15,184 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-09-14T13:22:15,184 return func(self, options, args) 2021-09-14T13:22:15,184 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-09-14T13:22:15,184 requirement_set = resolver.resolve( 2021-09-14T13:22:15,184 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-09-14T13:22:15,184 raise error from e 2021-09-14T13:22:15,184 pip._internal.exceptions.DistributionNotFound: No matching distribution found for checkcel==0.0.1 2021-09-14T13:22:15,189 Removed checkcel==0.0.1 from https://files.pythonhosted.org/packages/2d/b4/09ef54461adfb5633ea47c420dde3bdb90d4cf98e3a25d2f0906a1c1a690/checkcel-0.0.1.tar.gz#sha256=e248c30437a36da7a390ca455693db74f07134e9f65dca9c04d0f5928c681f1a from build tracker '/tmp/pip-req-tracker-6sv5ktpp' 2021-09-14T13:22:15,189 Removed build tracker: '/tmp/pip-req-tracker-6sv5ktpp'