2021-07-09T03:02:20,116 Created temporary directory: /tmp/pip-ephem-wheel-cache-00b402nb 2021-07-09T03:02:20,120 Created temporary directory: /tmp/pip-req-tracker-qhla4j3v 2021-07-09T03:02:20,120 Initialized build tracking at /tmp/pip-req-tracker-qhla4j3v 2021-07-09T03:02:20,120 Created build tracker: /tmp/pip-req-tracker-qhla4j3v 2021-07-09T03:02:20,121 Entered build tracker: /tmp/pip-req-tracker-qhla4j3v 2021-07-09T03:02:20,121 Created temporary directory: /tmp/pip-wheel-msxlt3na 2021-07-09T03:02:20,154 1 location(s) to search for versions of confumatrix: 2021-07-09T03:02:20,154 * https://pypi.org/simple/confumatrix/ 2021-07-09T03:02:20,155 Fetching project page and analyzing links: https://pypi.org/simple/confumatrix/ 2021-07-09T03:02:20,155 Getting page https://pypi.org/simple/confumatrix/ 2021-07-09T03:02:20,157 Found index url https://pypi.org/simple 2021-07-09T03:02:20,336 Found link https://files.pythonhosted.org/packages/e9/be/0c25ec31386a064e9d95b0a3150d5362921a47ada6635692a7c130f8b2ea/confumatrix-0.1.tar.gz#sha256=df865043837479a2bf239412c9961c074588284e12e6a7b24061d8d081ffdc12 (from https://pypi.org/simple/confumatrix/), version: 0.1 2021-07-09T03:02:20,336 Skipping link: not a file: https://pypi.org/simple/confumatrix/ 2021-07-09T03:02:20,352 Given no hashes to check 1 links for project 'confumatrix': discarding no candidates 2021-07-09T03:02:20,369 Collecting confumatrix==0.1 2021-07-09T03:02:20,371 Created temporary directory: /tmp/pip-unpack-e6pq5brm 2021-07-09T03:02:20,544 Downloading confumatrix-0.1.tar.gz (3.7 kB) 2021-07-09T03:02:20,577 Added confumatrix==0.1 from https://files.pythonhosted.org/packages/e9/be/0c25ec31386a064e9d95b0a3150d5362921a47ada6635692a7c130f8b2ea/confumatrix-0.1.tar.gz#sha256=df865043837479a2bf239412c9961c074588284e12e6a7b24061d8d081ffdc12 to build tracker '/tmp/pip-req-tracker-qhla4j3v' 2021-07-09T03:02:20,578 Running setup.py (path:/tmp/pip-wheel-msxlt3na/confumatrix_480b40b77c3141e8a608787208d9cc25/setup.py) egg_info for package confumatrix 2021-07-09T03:02:20,578 Created temporary directory: /tmp/pip-pip-egg-info-7svkuux7 2021-07-09T03:02:20,579 Running command python setup.py egg_info 2021-07-09T03:02:21,219 Traceback (most recent call last): 2021-07-09T03:02:21,220 File "", line 1, in 2021-07-09T03:02:21,220 File "/tmp/pip-wheel-msxlt3na/confumatrix_480b40b77c3141e8a608787208d9cc25/setup.py", line 4, in 2021-07-09T03:02:21,220 import confumatrix 2021-07-09T03:02:21,221 File "/tmp/pip-wheel-msxlt3na/confumatrix_480b40b77c3141e8a608787208d9cc25/confumatrix/__init__.py", line 1, in 2021-07-09T03:02:21,221 from confumatrix import ConfuMatrix 2021-07-09T03:02:21,221 ImportError: cannot import name 'ConfuMatrix' from partially initialized module 'confumatrix' (most likely due to a circular import) (/tmp/pip-wheel-msxlt3na/confumatrix_480b40b77c3141e8a608787208d9cc25/confumatrix/__init__.py) 2021-07-09T03:02:21,270 WARNING: Discarding https://files.pythonhosted.org/packages/e9/be/0c25ec31386a064e9d95b0a3150d5362921a47ada6635692a7c130f8b2ea/confumatrix-0.1.tar.gz#sha256=df865043837479a2bf239412c9961c074588284e12e6a7b24061d8d081ffdc12 (from https://pypi.org/simple/confumatrix/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T03:02:21,272 ERROR: Could not find a version that satisfies the requirement confumatrix==0.1 (from versions: 0.1) 2021-07-09T03:02:21,272 ERROR: No matching distribution found for confumatrix==0.1 2021-07-09T03:02:21,272 Exception information: 2021-07-09T03:02:21,272 Traceback (most recent call last): 2021-07-09T03:02:21,272 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T03:02:21,272 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T03:02:21,272 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T03:02:21,272 raise RequirementsConflicted(criterion) 2021-07-09T03:02:21,272 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('confumatrix==0.1') 2021-07-09T03:02:21,272 2021-07-09T03:02:21,272 During handling of the above exception, another exception occurred: 2021-07-09T03:02:21,272 2021-07-09T03:02:21,272 Traceback (most recent call last): 2021-07-09T03:02:21,272 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T03:02:21,272 result = self._result = resolver.resolve( 2021-07-09T03:02:21,272 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T03:02:21,272 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T03:02:21,272 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T03:02:21,272 raise ResolutionImpossible(e.criterion.information) 2021-07-09T03:02:21,272 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('confumatrix==0.1'), parent=None)] 2021-07-09T03:02:21,272 2021-07-09T03:02:21,272 The above exception was the direct cause of the following exception: 2021-07-09T03:02:21,272 2021-07-09T03:02:21,272 Traceback (most recent call last): 2021-07-09T03:02:21,272 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T03:02:21,272 status = self.run(options, args) 2021-07-09T03:02:21,272 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T03:02:21,272 return func(self, options, args) 2021-07-09T03:02:21,272 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T03:02:21,272 requirement_set = resolver.resolve( 2021-07-09T03:02:21,272 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T03:02:21,272 raise error from e 2021-07-09T03:02:21,272 pip._internal.exceptions.DistributionNotFound: No matching distribution found for confumatrix==0.1 2021-07-09T03:02:21,277 Removed confumatrix==0.1 from https://files.pythonhosted.org/packages/e9/be/0c25ec31386a064e9d95b0a3150d5362921a47ada6635692a7c130f8b2ea/confumatrix-0.1.tar.gz#sha256=df865043837479a2bf239412c9961c074588284e12e6a7b24061d8d081ffdc12 from build tracker '/tmp/pip-req-tracker-qhla4j3v' 2021-07-09T03:02:21,277 Removed build tracker: '/tmp/pip-req-tracker-qhla4j3v'