2022-02-10T13:48:00,922 Created temporary directory: /tmp/pip-ephem-wheel-cache-4jvypz6t 2022-02-10T13:48:00,929 Created temporary directory: /tmp/pip-req-tracker-4o2z4wyr 2022-02-10T13:48:00,929 Initialized build tracking at /tmp/pip-req-tracker-4o2z4wyr 2022-02-10T13:48:00,930 Created build tracker: /tmp/pip-req-tracker-4o2z4wyr 2022-02-10T13:48:00,930 Entered build tracker: /tmp/pip-req-tracker-4o2z4wyr 2022-02-10T13:48:00,932 Created temporary directory: /tmp/pip-wheel-wa7p7i5f 2022-02-10T13:48:01,005 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-10T13:48:01,011 2 location(s) to search for versions of evolearn: 2022-02-10T13:48:01,011 * https://pypi.org/simple/evolearn/ 2022-02-10T13:48:01,011 * https://www.piwheels.org/simple/evolearn/ 2022-02-10T13:48:01,012 Fetching project page and analyzing links: https://pypi.org/simple/evolearn/ 2022-02-10T13:48:01,013 Getting page https://pypi.org/simple/evolearn/ 2022-02-10T13:48:01,016 Found index url https://pypi.org/simple 2022-02-10T13:48:01,220 Skipping link: No binaries permitted for evolearn: https://files.pythonhosted.org/packages/f2/c9/5cd93a0a1f8e49b6a74e3bbb3a2afc3481fe6ab9e4c76c4511e5c9614b32/evolearn-1.0.1-py3-none-any.whl#sha256=77560b1cbb7fb1dbf701fa626e4da6cab144a88594865dc4fa96b5b3f6db96ee (from https://pypi.org/simple/evolearn/) (requires-python:>=3.6) 2022-02-10T13:48:01,222 Found link https://files.pythonhosted.org/packages/cf/32/c833d021605fdb3c95c45457cfd54e2f62deac78fcd9fc673c06705c5a42/evolearn-1.0.1.tar.gz#sha256=c14c1653108c1ae81e8d23022061dee186d67e9f1ac143188819d6202086d448 (from https://pypi.org/simple/evolearn/) (requires-python:>=3.6), version: 1.0.1 2022-02-10T13:48:01,223 Skipping link: No binaries permitted for evolearn: https://files.pythonhosted.org/packages/83/d3/0f7f54ca20ddfb48e6f9726ef370a4584b6bd37d812c507527a8de39b4dc/evolearn-1.0.2-py3-none-any.whl#sha256=9e7dd9951953f839e9dd591fb1bd54982e4b3d6bdf07efbaf8a6f18a2ffb49a2 (from https://pypi.org/simple/evolearn/) (requires-python:>=3.9) 2022-02-10T13:48:01,224 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/b3/ed/b331ba6b71681ddf07095b3c4274ae55a30110b96d8ae2efacb95fccc3cd/evolearn-1.0.2.tar.gz#sha256=347db221bbd25c95669c399e86525dfb598c20b8a47c58d8b6e610d07b82317f (from https://pypi.org/simple/evolearn/) (requires-python:>=3.9) 2022-02-10T13:48:01,225 Skipping link: No binaries permitted for evolearn: https://files.pythonhosted.org/packages/35/31/d0a95b42a6172d17e20dab0d7c5b2655f06a9e2e0ce83a812051c754c9a9/evolearn-1.0.3-py3-none-any.whl#sha256=8e5fb9bb87fb6b61ec7742760c22cc0d67f5c147809a361bf4a305b8508d2ac7 (from https://pypi.org/simple/evolearn/) (requires-python:>=3.9) 2022-02-10T13:48:01,226 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/54/e6/51edb516480e18797c2b5cf2f932aa374404ea807b91ddd0442609af03a8/evolearn-1.0.3.tar.gz#sha256=c0079dbd7f701035a87e30add2d703f1859660ce26eb54405142ad2e4355eeb3 (from https://pypi.org/simple/evolearn/) (requires-python:>=3.9) 2022-02-10T13:48:01,227 Fetching project page and analyzing links: https://www.piwheels.org/simple/evolearn/ 2022-02-10T13:48:01,227 Getting page https://www.piwheels.org/simple/evolearn/ 2022-02-10T13:48:01,229 Found index url https://www.piwheels.org/simple 2022-02-10T13:48:01,451 Skipping link: not a file: https://www.piwheels.org/simple/evolearn/ 2022-02-10T13:48:01,452 Skipping link: not a file: https://pypi.org/simple/evolearn/ 2022-02-10T13:48:01,486 Given no hashes to check 0 links for project 'evolearn': discarding no candidates 2022-02-10T13:48:01,487 ERROR: Could not find a version that satisfies the requirement evolearn==1.0.3 (from versions: 1.0.1) 2022-02-10T13:48:01,487 ERROR: No matching distribution found for evolearn==1.0.3 2022-02-10T13:48:01,488 Exception information: 2022-02-10T13:48:01,488 Traceback (most recent call last): 2022-02-10T13:48:01,488 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-02-10T13:48:01,488 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-02-10T13:48:01,488 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-02-10T13:48:01,488 raise RequirementsConflicted(criterion) 2022-02-10T13:48:01,488 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('evolearn==1.0.3') 2022-02-10T13:48:01,488 2022-02-10T13:48:01,488 During handling of the above exception, another exception occurred: 2022-02-10T13:48:01,488 2022-02-10T13:48:01,488 Traceback (most recent call last): 2022-02-10T13:48:01,488 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-02-10T13:48:01,488 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-02-10T13:48:01,488 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-02-10T13:48:01,488 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-10T13:48:01,488 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-02-10T13:48:01,488 raise ResolutionImpossible(e.criterion.information) 2022-02-10T13:48:01,488 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('evolearn==1.0.3'), parent=None)] 2022-02-10T13:48:01,488 2022-02-10T13:48:01,488 The above exception was the direct cause of the following exception: 2022-02-10T13:48:01,488 2022-02-10T13:48:01,488 Traceback (most recent call last): 2022-02-10T13:48:01,488 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-02-10T13:48:01,488 status = run_func(*args) 2022-02-10T13:48:01,488 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-02-10T13:48:01,488 return func(self, options, args) 2022-02-10T13:48:01,488 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-02-10T13:48:01,488 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-02-10T13:48:01,488 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-02-10T13:48:01,488 raise error from e 2022-02-10T13:48:01,488 pip._internal.exceptions.DistributionNotFound: No matching distribution found for evolearn==1.0.3 2022-02-10T13:48:01,496 Removed build tracker: '/tmp/pip-req-tracker-4o2z4wyr'