2021-07-09T17:49:08,869 Created temporary directory: /tmp/pip-ephem-wheel-cache-vxr7gnd2 2021-07-09T17:49:08,873 Created temporary directory: /tmp/pip-req-tracker-h0jcbcus 2021-07-09T17:49:08,873 Initialized build tracking at /tmp/pip-req-tracker-h0jcbcus 2021-07-09T17:49:08,874 Created build tracker: /tmp/pip-req-tracker-h0jcbcus 2021-07-09T17:49:08,874 Entered build tracker: /tmp/pip-req-tracker-h0jcbcus 2021-07-09T17:49:08,875 Created temporary directory: /tmp/pip-wheel-cxsyjwzw 2021-07-09T17:49:08,924 1 location(s) to search for versions of pymix: 2021-07-09T17:49:08,924 * https://pypi.org/simple/pymix/ 2021-07-09T17:49:08,924 Fetching project page and analyzing links: https://pypi.org/simple/pymix/ 2021-07-09T17:49:08,925 Getting page https://pypi.org/simple/pymix/ 2021-07-09T17:49:08,927 Found index url https://pypi.org/simple 2021-07-09T17:49:09,145 Found link https://files.pythonhosted.org/packages/c6/6d/82ed0adfe49f6fc32041f9a701bf2c09bbb440d384c8f0b7f3efde58c0e7/pymix-0.8b.tar.gz#sha256=4a0a2a4a9343b27d4025dce9bb3fb752db54a4c9bbfb723ca975d1034b665406 (from https://pypi.org/simple/pymix/), version: 0.8b 2021-07-09T17:49:09,146 Skipping link: not a file: https://pypi.org/simple/pymix/ 2021-07-09T17:49:09,165 Given no hashes to check 1 links for project 'pymix': discarding no candidates 2021-07-09T17:49:09,183 Collecting pymix==0.8b 2021-07-09T17:49:09,185 Created temporary directory: /tmp/pip-unpack-n8fesojf 2021-07-09T17:49:09,403 Downloading pymix-0.8b.tar.gz (127 kB) 2021-07-09T17:49:09,500 Added pymix==0.8b from https://files.pythonhosted.org/packages/c6/6d/82ed0adfe49f6fc32041f9a701bf2c09bbb440d384c8f0b7f3efde58c0e7/pymix-0.8b.tar.gz#sha256=4a0a2a4a9343b27d4025dce9bb3fb752db54a4c9bbfb723ca975d1034b665406 to build tracker '/tmp/pip-req-tracker-h0jcbcus' 2021-07-09T17:49:09,501 Running setup.py (path:/tmp/pip-wheel-cxsyjwzw/pymix_63a17a209a594609822400a31cf4efe1/setup.py) egg_info for package pymix 2021-07-09T17:49:09,502 Created temporary directory: /tmp/pip-pip-egg-info-abi07tt5 2021-07-09T17:49:09,502 Running command python setup.py egg_info 2021-07-09T17:49:11,837 Traceback (most recent call last): 2021-07-09T17:49:11,838 File "", line 1, in 2021-07-09T17:49:11,839 File "/tmp/pip-wheel-cxsyjwzw/pymix_63a17a209a594609822400a31cf4efe1/setup.py", line 11, in 2021-07-09T17:49:11,840 with open('README.rst') as f: 2021-07-09T17:49:11,840 FileNotFoundError: [Errno 2] No such file or directory: 'README.rst' 2021-07-09T17:49:11,935 WARNING: Discarding https://files.pythonhosted.org/packages/c6/6d/82ed0adfe49f6fc32041f9a701bf2c09bbb440d384c8f0b7f3efde58c0e7/pymix-0.8b.tar.gz#sha256=4a0a2a4a9343b27d4025dce9bb3fb752db54a4c9bbfb723ca975d1034b665406 (from https://pypi.org/simple/pymix/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T17:49:11,936 ERROR: Could not find a version that satisfies the requirement pymix==0.8b (from versions: 0.8b0) 2021-07-09T17:49:11,936 ERROR: No matching distribution found for pymix==0.8b 2021-07-09T17:49:11,937 Exception information: 2021-07-09T17:49:11,937 Traceback (most recent call last): 2021-07-09T17:49:11,937 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T17:49:11,937 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T17:49:11,937 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T17:49:11,937 raise RequirementsConflicted(criterion) 2021-07-09T17:49:11,937 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pymix==0.8b') 2021-07-09T17:49:11,937 2021-07-09T17:49:11,937 During handling of the above exception, another exception occurred: 2021-07-09T17:49:11,937 2021-07-09T17:49:11,937 Traceback (most recent call last): 2021-07-09T17:49:11,937 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T17:49:11,937 result = self._result = resolver.resolve( 2021-07-09T17:49:11,937 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T17:49:11,937 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T17:49:11,937 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T17:49:11,937 raise ResolutionImpossible(e.criterion.information) 2021-07-09T17:49:11,937 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pymix==0.8b'), parent=None)] 2021-07-09T17:49:11,937 2021-07-09T17:49:11,937 The above exception was the direct cause of the following exception: 2021-07-09T17:49:11,937 2021-07-09T17:49:11,937 Traceback (most recent call last): 2021-07-09T17:49:11,937 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T17:49:11,937 status = self.run(options, args) 2021-07-09T17:49:11,937 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T17:49:11,937 return func(self, options, args) 2021-07-09T17:49:11,937 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T17:49:11,937 requirement_set = resolver.resolve( 2021-07-09T17:49:11,937 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T17:49:11,937 raise error from e 2021-07-09T17:49:11,937 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pymix==0.8b 2021-07-09T17:49:11,944 Removed pymix==0.8b from https://files.pythonhosted.org/packages/c6/6d/82ed0adfe49f6fc32041f9a701bf2c09bbb440d384c8f0b7f3efde58c0e7/pymix-0.8b.tar.gz#sha256=4a0a2a4a9343b27d4025dce9bb3fb752db54a4c9bbfb723ca975d1034b665406 from build tracker '/tmp/pip-req-tracker-h0jcbcus' 2021-07-09T17:49:11,944 Removed build tracker: '/tmp/pip-req-tracker-h0jcbcus'