2021-03-16T09:58:52,201 Created temporary directory: /tmp/pip-ephem-wheel-cache-lx7onhtb 2021-03-16T09:58:52,204 Created temporary directory: /tmp/pip-req-tracker-5_fkqg04 2021-03-16T09:58:52,204 Initialized build tracking at /tmp/pip-req-tracker-5_fkqg04 2021-03-16T09:58:52,204 Created build tracker: /tmp/pip-req-tracker-5_fkqg04 2021-03-16T09:58:52,205 Entered build tracker: /tmp/pip-req-tracker-5_fkqg04 2021-03-16T09:58:52,205 Created temporary directory: /tmp/pip-wheel-1_b2pf4r 2021-03-16T09:58:52,236 1 location(s) to search for versions of genetic-ibis: 2021-03-16T09:58:52,236 * https://pypi.org/simple/genetic-ibis/ 2021-03-16T09:58:52,237 Fetching project page and analyzing links: https://pypi.org/simple/genetic-ibis/ 2021-03-16T09:58:52,237 Getting page https://pypi.org/simple/genetic-ibis/ 2021-03-16T09:58:52,239 Found index url https://pypi.org/simple 2021-03-16T09:58:52,329 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/de/af/7aea38a093c115b55274c4f9cbd44b0b7a58175e4721a2556d7ae07f4c56/genetic-ibis-0.2.0.tar.gz#sha256=3cb0608bf566701a926cc4d587a5d945205c26509c2c8865a73726d29442a98c (from https://pypi.org/simple/genetic-ibis/) (requires-python:>=3.8,<4.0) 2021-03-16T09:58:52,342 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/1e/4f/c942eb047a61fcd13cf24f73ee2ebb689996d5f28709741f99ed30aab61f/genetic_ibis-0.2.0-py3-none-any.whl#sha256=3c6aab9f5a6baa358be0fa70d9071aaf61b00a58ab68e1a739eca5ceda0c7ab3 (from https://pypi.org/simple/genetic-ibis/) (requires-python:>=3.8,<4.0) 2021-03-16T09:58:52,343 Given no hashes to check 0 links for project 'genetic-ibis': discarding no candidates 2021-03-16T09:58:52,343 ERROR: Could not find a version that satisfies the requirement genetic-ibis==0.2.0 2021-03-16T09:58:52,344 ERROR: No matching distribution found for genetic-ibis==0.2.0 2021-03-16T09:58:52,344 Exception information: 2021-03-16T09:58:52,344 Traceback (most recent call last): 2021-03-16T09:58:52,344 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-16T09:58:52,344 crit = self.state.criteria[name] 2021-03-16T09:58:52,344 KeyError: 'genetic-ibis' 2021-03-16T09:58:52,344 2021-03-16T09:58:52,344 During handling of the above exception, another exception occurred: 2021-03-16T09:58:52,344 2021-03-16T09:58:52,344 Traceback (most recent call last): 2021-03-16T09:58:52,344 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-16T09:58:52,344 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-16T09:58:52,344 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-16T09:58:52,344 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-16T09:58:52,344 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-16T09:58:52,344 raise RequirementsConflicted(criterion) 2021-03-16T09:58:52,344 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('genetic-ibis==0.2.0') 2021-03-16T09:58:52,344 2021-03-16T09:58:52,344 During handling of the above exception, another exception occurred: 2021-03-16T09:58:52,344 2021-03-16T09:58:52,344 Traceback (most recent call last): 2021-03-16T09:58:52,344 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-16T09:58:52,344 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-16T09:58:52,344 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-16T09:58:52,344 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-16T09:58:52,344 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-16T09:58:52,344 raise ResolutionImpossible(e.criterion.information) 2021-03-16T09:58:52,344 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('genetic-ibis==0.2.0'), parent=None)] 2021-03-16T09:58:52,344 2021-03-16T09:58:52,344 The above exception was the direct cause of the following exception: 2021-03-16T09:58:52,344 2021-03-16T09:58:52,344 Traceback (most recent call last): 2021-03-16T09:58:52,344 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-16T09:58:52,344 status = self.run(options, args) 2021-03-16T09:58:52,344 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-16T09:58:52,344 return func(self, options, args) 2021-03-16T09:58:52,344 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-16T09:58:52,344 reqs, check_supported_wheels=True 2021-03-16T09:58:52,344 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-16T09:58:52,344 six.raise_from(error, e) 2021-03-16T09:58:52,344 File "", line 3, in raise_from 2021-03-16T09:58:52,344 pip._internal.exceptions.DistributionNotFound: No matching distribution found for genetic-ibis==0.2.0 2021-03-16T09:58:52,348 Removed build tracker: '/tmp/pip-req-tracker-5_fkqg04'