2021-07-09T03:55:56,084 Created temporary directory: /tmp/pip-ephem-wheel-cache-o8k2ur5f 2021-07-09T03:55:56,087 Created temporary directory: /tmp/pip-req-tracker-jwsbf980 2021-07-09T03:55:56,087 Initialized build tracking at /tmp/pip-req-tracker-jwsbf980 2021-07-09T03:55:56,087 Created build tracker: /tmp/pip-req-tracker-jwsbf980 2021-07-09T03:55:56,088 Entered build tracker: /tmp/pip-req-tracker-jwsbf980 2021-07-09T03:55:56,088 Created temporary directory: /tmp/pip-wheel-o3wr9huw 2021-07-09T03:55:56,123 1 location(s) to search for versions of pycpuid: 2021-07-09T03:55:56,123 * https://pypi.org/simple/pycpuid/ 2021-07-09T03:55:56,124 Fetching project page and analyzing links: https://pypi.org/simple/pycpuid/ 2021-07-09T03:55:56,124 Getting page https://pypi.org/simple/pycpuid/ 2021-07-09T03:55:56,126 Found index url https://pypi.org/simple 2021-07-09T03:55:56,276 Found link https://files.pythonhosted.org/packages/fb/a3/695f11994c31010f5f669a3ec14adc823d52100d0c2d1ecf3bf5e36d3b41/PyCPUID-0.3.zip#sha256=953e9fb89d4618a35effdc1d18aea411232862e22f5dc65c1f432daafc09b2b5 (from https://pypi.org/simple/pycpuid/), version: 0.3 2021-07-09T03:55:56,277 Found link https://files.pythonhosted.org/packages/33/39/119c45433d62dcd60cb618bdeaac1064bb983c30b458a62abef7c679dc3d/PyCPUID-0.4.zip#sha256=5c067375aaf3c043d827b4a405c588eb89fa5f728cd3ff3cbd068970e96a5aa3 (from https://pypi.org/simple/pycpuid/), version: 0.4 2021-07-09T03:55:56,277 Skipping link: not a file: https://pypi.org/simple/pycpuid/ 2021-07-09T03:55:56,293 Given no hashes to check 1 links for project 'pycpuid': discarding no candidates 2021-07-09T03:55:56,311 Collecting pycpuid==0.4 2021-07-09T03:55:56,312 Created temporary directory: /tmp/pip-unpack-ng6uzfow 2021-07-09T03:55:56,353 Downloading PyCPUID-0.4.zip (70 kB) 2021-07-09T03:55:56,444 Added pycpuid==0.4 from https://files.pythonhosted.org/packages/33/39/119c45433d62dcd60cb618bdeaac1064bb983c30b458a62abef7c679dc3d/PyCPUID-0.4.zip#sha256=5c067375aaf3c043d827b4a405c588eb89fa5f728cd3ff3cbd068970e96a5aa3 to build tracker '/tmp/pip-req-tracker-jwsbf980' 2021-07-09T03:55:56,446 Running setup.py (path:/tmp/pip-wheel-o3wr9huw/pycpuid_377dee396a014632875905fb806dc856/setup.py) egg_info for package pycpuid 2021-07-09T03:55:56,446 Created temporary directory: /tmp/pip-pip-egg-info-w9uqylok 2021-07-09T03:55:56,447 Running command python setup.py egg_info 2021-07-09T03:55:57,135 Traceback (most recent call last): 2021-07-09T03:55:57,136 File "", line 1, in 2021-07-09T03:55:57,137 File "/tmp/pip-wheel-o3wr9huw/pycpuid_377dee396a014632875905fb806dc856/setup.py", line 20, in 2021-07-09T03:55:57,137 requirements = RequirementsParser() 2021-07-09T03:55:57,138 File "/tmp/pip-wheel-o3wr9huw/pycpuid_377dee396a014632875905fb806dc856/requirements.py", line 338, in __init__ 2021-07-09T03:55:57,139 self.data[source] = _read_requirements_file(f) 2021-07-09T03:55:57,139 File "/tmp/pip-wheel-o3wr9huw/pycpuid_377dee396a014632875905fb806dc856/requirements.py", line 237, in _read_requirements_file 2021-07-09T03:55:57,140 components = _split_package(line) 2021-07-09T03:55:57,140 File "/tmp/pip-wheel-o3wr9huw/pycpuid_377dee396a014632875905fb806dc856/requirements.py", line 148, in _split_package 2021-07-09T03:55:57,141 if components[-1]: 2021-07-09T03:55:57,141 TypeError: 'map' object is not subscriptable 2021-07-09T03:55:57,192 WARNING: Discarding https://files.pythonhosted.org/packages/33/39/119c45433d62dcd60cb618bdeaac1064bb983c30b458a62abef7c679dc3d/PyCPUID-0.4.zip#sha256=5c067375aaf3c043d827b4a405c588eb89fa5f728cd3ff3cbd068970e96a5aa3 (from https://pypi.org/simple/pycpuid/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T03:55:57,194 ERROR: Could not find a version that satisfies the requirement pycpuid==0.4 (from versions: 0.3, 0.4) 2021-07-09T03:55:57,194 ERROR: No matching distribution found for pycpuid==0.4 2021-07-09T03:55:57,194 Exception information: 2021-07-09T03:55:57,194 Traceback (most recent call last): 2021-07-09T03:55:57,194 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T03:55:57,194 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T03:55:57,194 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T03:55:57,194 raise RequirementsConflicted(criterion) 2021-07-09T03:55:57,194 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pycpuid==0.4') 2021-07-09T03:55:57,194 2021-07-09T03:55:57,194 During handling of the above exception, another exception occurred: 2021-07-09T03:55:57,194 2021-07-09T03:55:57,194 Traceback (most recent call last): 2021-07-09T03:55:57,194 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T03:55:57,194 result = self._result = resolver.resolve( 2021-07-09T03:55:57,194 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T03:55:57,194 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T03:55:57,194 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T03:55:57,194 raise ResolutionImpossible(e.criterion.information) 2021-07-09T03:55:57,194 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pycpuid==0.4'), parent=None)] 2021-07-09T03:55:57,194 2021-07-09T03:55:57,194 The above exception was the direct cause of the following exception: 2021-07-09T03:55:57,194 2021-07-09T03:55:57,194 Traceback (most recent call last): 2021-07-09T03:55:57,194 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T03:55:57,194 status = self.run(options, args) 2021-07-09T03:55:57,194 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T03:55:57,194 return func(self, options, args) 2021-07-09T03:55:57,194 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T03:55:57,194 requirement_set = resolver.resolve( 2021-07-09T03:55:57,194 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T03:55:57,194 raise error from e 2021-07-09T03:55:57,194 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pycpuid==0.4 2021-07-09T03:55:57,199 Removed pycpuid==0.4 from https://files.pythonhosted.org/packages/33/39/119c45433d62dcd60cb618bdeaac1064bb983c30b458a62abef7c679dc3d/PyCPUID-0.4.zip#sha256=5c067375aaf3c043d827b4a405c588eb89fa5f728cd3ff3cbd068970e96a5aa3 from build tracker '/tmp/pip-req-tracker-jwsbf980' 2021-07-09T03:55:57,200 Removed build tracker: '/tmp/pip-req-tracker-jwsbf980'