2021-11-13T05:10:20,034 Created temporary directory: /tmp/pip-ephem-wheel-cache-bynjkmex 2021-11-13T05:10:20,038 Created temporary directory: /tmp/pip-req-tracker-cetgfor9 2021-11-13T05:10:20,038 Initialized build tracking at /tmp/pip-req-tracker-cetgfor9 2021-11-13T05:10:20,039 Created build tracker: /tmp/pip-req-tracker-cetgfor9 2021-11-13T05:10:20,039 Entered build tracker: /tmp/pip-req-tracker-cetgfor9 2021-11-13T05:10:20,040 Created temporary directory: /tmp/pip-wheel-6mrs6ila 2021-11-13T05:10:20,075 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-11-13T05:10:20,077 2 location(s) to search for versions of specdiag: 2021-11-13T05:10:20,077 * https://pypi.org/simple/specdiag/ 2021-11-13T05:10:20,077 * https://www.piwheels.org/simple/specdiag/ 2021-11-13T05:10:20,078 Fetching project page and analyzing links: https://pypi.org/simple/specdiag/ 2021-11-13T05:10:20,078 Getting page https://pypi.org/simple/specdiag/ 2021-11-13T05:10:20,080 Found index url https://pypi.org/simple 2021-11-13T05:10:20,166 Found link https://files.pythonhosted.org/packages/b0/83/487f5d1eb8d268dc60eda42041192509928069a30735566d1a6996a73394/SpecDiag-0.1.0.tar.gz#sha256=b643715f2ad60382390f5cf189380b122d9621beac3a5f356263577a664a31f5 (from https://pypi.org/simple/specdiag/), version: 0.1.0 2021-11-13T05:10:20,166 Fetching project page and analyzing links: https://www.piwheels.org/simple/specdiag/ 2021-11-13T05:10:20,166 Getting page https://www.piwheels.org/simple/specdiag/ 2021-11-13T05:10:20,167 Found index url https://www.piwheels.org/simple 2021-11-13T05:10:20,363 Skipping link: not a file: https://www.piwheels.org/simple/specdiag/ 2021-11-13T05:10:20,363 Skipping link: not a file: https://pypi.org/simple/specdiag/ 2021-11-13T05:10:20,377 Given no hashes to check 1 links for project 'specdiag': discarding no candidates 2021-11-13T05:10:20,392 Collecting specdiag==0.1.0 2021-11-13T05:10:20,394 Created temporary directory: /tmp/pip-unpack-sepajcyp 2021-11-13T05:10:20,434 Downloading SpecDiag-0.1.0.tar.gz (3.2 kB) 2021-11-13T05:10:20,463 Added specdiag==0.1.0 from https://files.pythonhosted.org/packages/b0/83/487f5d1eb8d268dc60eda42041192509928069a30735566d1a6996a73394/SpecDiag-0.1.0.tar.gz#sha256=b643715f2ad60382390f5cf189380b122d9621beac3a5f356263577a664a31f5 to build tracker '/tmp/pip-req-tracker-cetgfor9' 2021-11-13T05:10:20,464 Running setup.py (path:/tmp/pip-wheel-6mrs6ila/specdiag_2fe3475396c8415b9ea0e414472b37f5/setup.py) egg_info for package specdiag 2021-11-13T05:10:20,465 Created temporary directory: /tmp/pip-pip-egg-info-yn3of6g1 2021-11-13T05:10:20,465 Running command python setup.py egg_info 2021-11-13T05:10:21,373 running egg_info 2021-11-13T05:10:21,375 creating /tmp/pip-pip-egg-info-yn3of6g1/SpecDiag.egg-info 2021-11-13T05:10:21,377 writing /tmp/pip-pip-egg-info-yn3of6g1/SpecDiag.egg-info/PKG-INFO 2021-11-13T05:10:21,379 writing dependency_links to /tmp/pip-pip-egg-info-yn3of6g1/SpecDiag.egg-info/dependency_links.txt 2021-11-13T05:10:21,382 writing requirements to /tmp/pip-pip-egg-info-yn3of6g1/SpecDiag.egg-info/requires.txt 2021-11-13T05:10:21,383 writing top-level names to /tmp/pip-pip-egg-info-yn3of6g1/SpecDiag.egg-info/top_level.txt 2021-11-13T05:10:21,385 writing manifest file '/tmp/pip-pip-egg-info-yn3of6g1/SpecDiag.egg-info/SOURCES.txt' 2021-11-13T05:10:21,524 error: package directory 'SpecDiag' does not exist 2021-11-13T05:10:21,584 WARNING: Discarding https://files.pythonhosted.org/packages/b0/83/487f5d1eb8d268dc60eda42041192509928069a30735566d1a6996a73394/SpecDiag-0.1.0.tar.gz#sha256=b643715f2ad60382390f5cf189380b122d9621beac3a5f356263577a664a31f5 (from https://pypi.org/simple/specdiag/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-11-13T05:10:21,586 ERROR: Could not find a version that satisfies the requirement specdiag==0.1.0 (from versions: 0.1.0) 2021-11-13T05:10:21,586 ERROR: No matching distribution found for specdiag==0.1.0 2021-11-13T05:10:21,586 Exception information: 2021-11-13T05:10:21,586 Traceback (most recent call last): 2021-11-13T05:10:21,586 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-11-13T05:10:21,586 name, crit = self._merge_into_criterion(r, parent=None) 2021-11-13T05:10:21,586 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-11-13T05:10:21,586 raise RequirementsConflicted(criterion) 2021-11-13T05:10:21,586 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('specdiag==0.1.0') 2021-11-13T05:10:21,586 2021-11-13T05:10:21,586 During handling of the above exception, another exception occurred: 2021-11-13T05:10:21,586 2021-11-13T05:10:21,586 Traceback (most recent call last): 2021-11-13T05:10:21,586 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-11-13T05:10:21,586 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-11-13T05:10:21,586 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-11-13T05:10:21,586 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-11-13T05:10:21,586 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-11-13T05:10:21,586 raise ResolutionImpossible(e.criterion.information) 2021-11-13T05:10:21,586 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('specdiag==0.1.0'), parent=None)] 2021-11-13T05:10:21,586 2021-11-13T05:10:21,586 The above exception was the direct cause of the following exception: 2021-11-13T05:10:21,586 2021-11-13T05:10:21,586 Traceback (most recent call last): 2021-11-13T05:10:21,586 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-11-13T05:10:21,586 status = self.run(options, args) 2021-11-13T05:10:21,586 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-11-13T05:10:21,586 return func(self, options, args) 2021-11-13T05:10:21,586 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-11-13T05:10:21,586 reqs, check_supported_wheels=True 2021-11-13T05:10:21,586 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-11-13T05:10:21,586 raise error from e 2021-11-13T05:10:21,586 pip._internal.exceptions.DistributionNotFound: No matching distribution found for specdiag==0.1.0 2021-11-13T05:10:21,591 Removed specdiag==0.1.0 from https://files.pythonhosted.org/packages/b0/83/487f5d1eb8d268dc60eda42041192509928069a30735566d1a6996a73394/SpecDiag-0.1.0.tar.gz#sha256=b643715f2ad60382390f5cf189380b122d9621beac3a5f356263577a664a31f5 from build tracker '/tmp/pip-req-tracker-cetgfor9' 2021-11-13T05:10:21,592 Removed build tracker: '/tmp/pip-req-tracker-cetgfor9'