2022-01-16T10:38:21,754 Created temporary directory: /tmp/pip-ephem-wheel-cache-qz81yp28 2022-01-16T10:38:21,759 Created temporary directory: /tmp/pip-req-tracker-2jvlsm_0 2022-01-16T10:38:21,760 Initialized build tracking at /tmp/pip-req-tracker-2jvlsm_0 2022-01-16T10:38:21,761 Created build tracker: /tmp/pip-req-tracker-2jvlsm_0 2022-01-16T10:38:21,761 Entered build tracker: /tmp/pip-req-tracker-2jvlsm_0 2022-01-16T10:38:21,762 Created temporary directory: /tmp/pip-wheel-wn75n5yo 2022-01-16T10:38:21,831 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-16T10:38:21,837 2 location(s) to search for versions of jml: 2022-01-16T10:38:21,837 * https://pypi.org/simple/jml/ 2022-01-16T10:38:21,837 * https://www.piwheels.org/simple/jml/ 2022-01-16T10:38:21,838 Fetching project page and analyzing links: https://pypi.org/simple/jml/ 2022-01-16T10:38:21,839 Getting page https://pypi.org/simple/jml/ 2022-01-16T10:38:21,842 Found index url https://pypi.org/simple 2022-01-16T10:38:22,049 Skipping link: No binaries permitted for jml: https://files.pythonhosted.org/packages/d2/f3/46dd183dd40ba260efd30c37919fd824431a16f1b876a1ee3a018f258b23/jml-0.0.3-py3-none-any.whl#sha256=17bb99ab957d56a47c1c4fa57d2849376b95e18aa2543568ac7ced3be1c344be (from https://pypi.org/simple/jml/) (requires-python:>=3.8,<4.0) 2022-01-16T10:38:22,051 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/88/09/ddfddc6a106aaef3b652686175f589635bded9c3acc929543eba74d7ee40/jml-0.0.3.tar.gz#sha256=eb1f177a6fdf5dbbd4fdebddf58e63fc0dd5dd459b25b88ebdcea67a51238946 (from https://pypi.org/simple/jml/) (requires-python:>=3.8,<4.0) 2022-01-16T10:38:22,051 Skipping link: No binaries permitted for jml: https://files.pythonhosted.org/packages/d9/14/60093d614842f548469972fe9fec0b4a42b1eae0abdbddba8714cb67afa0/jml-0.0.4-py3-none-any.whl#sha256=8ff40d543ce696e01599cc1610a76a5211d49b340bf6a826ccfe758397b665bd (from https://pypi.org/simple/jml/) (requires-python:>=3.8,<4.0) 2022-01-16T10:38:22,053 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/65/47/34aa5caf0f7beff719e5d7410593bbaf0f41a8ecebe53ed11ce0d6960f42/jml-0.0.4.tar.gz#sha256=d11358d2e1c6f92aa08d4235961f051d26d8ff07f2b7b320998ee4b85a9ba9ce (from https://pypi.org/simple/jml/) (requires-python:>=3.8,<4.0) 2022-01-16T10:38:22,053 Skipping link: No binaries permitted for jml: https://files.pythonhosted.org/packages/e3/24/eff3fc6abc1df0dbca86fad4cf081003c14071c76e46a6c6f95d331cb406/jml-0.1.0-py3-none-any.whl#sha256=5aad655f2a89be509eda022c84cc20fef85fac8ba8500191b7fa528c8ef068e0 (from https://pypi.org/simple/jml/) (requires-python:>=3.8,<4.0) 2022-01-16T10:38:22,055 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/3e/8d/3d7265354766182e944308ec3b2bc9eb630eb856fb818931358f09d0709c/jml-0.1.0.tar.gz#sha256=5eadc94585e35b316b1acdaa635ef7e6fe966336f541e5b508ed7fa843e43f15 (from https://pypi.org/simple/jml/) (requires-python:>=3.8,<4.0) 2022-01-16T10:38:22,055 Fetching project page and analyzing links: https://www.piwheels.org/simple/jml/ 2022-01-16T10:38:22,056 Getting page https://www.piwheels.org/simple/jml/ 2022-01-16T10:38:22,058 Found index url https://www.piwheels.org/simple 2022-01-16T10:38:22,271 Skipping link: not a file: https://www.piwheels.org/simple/jml/ 2022-01-16T10:38:22,271 Skipping link: not a file: https://pypi.org/simple/jml/ 2022-01-16T10:38:22,304 Given no hashes to check 0 links for project 'jml': discarding no candidates 2022-01-16T10:38:22,304 ERROR: Could not find a version that satisfies the requirement jml==0.0.3 (from versions: none) 2022-01-16T10:38:22,305 ERROR: No matching distribution found for jml==0.0.3 2022-01-16T10:38:22,306 Exception information: 2022-01-16T10:38:22,306 Traceback (most recent call last): 2022-01-16T10:38:22,306 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-01-16T10:38:22,306 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-01-16T10:38:22,306 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-01-16T10:38:22,306 raise RequirementsConflicted(criterion) 2022-01-16T10:38:22,306 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('jml==0.0.3') 2022-01-16T10:38:22,306 2022-01-16T10:38:22,306 During handling of the above exception, another exception occurred: 2022-01-16T10:38:22,306 2022-01-16T10:38:22,306 Traceback (most recent call last): 2022-01-16T10:38:22,306 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-01-16T10:38:22,306 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-01-16T10:38:22,306 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-01-16T10:38:22,306 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-01-16T10:38:22,306 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-01-16T10:38:22,306 raise ResolutionImpossible(e.criterion.information) 2022-01-16T10:38:22,306 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('jml==0.0.3'), parent=None)] 2022-01-16T10:38:22,306 2022-01-16T10:38:22,306 The above exception was the direct cause of the following exception: 2022-01-16T10:38:22,306 2022-01-16T10:38:22,306 Traceback (most recent call last): 2022-01-16T10:38:22,306 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-01-16T10:38:22,306 status = run_func(*args) 2022-01-16T10:38:22,306 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-01-16T10:38:22,306 return func(self, options, args) 2022-01-16T10:38:22,306 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-01-16T10:38:22,306 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-01-16T10:38:22,306 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-01-16T10:38:22,306 raise error from e 2022-01-16T10:38:22,306 pip._internal.exceptions.DistributionNotFound: No matching distribution found for jml==0.0.3 2022-01-16T10:38:22,314 Removed build tracker: '/tmp/pip-req-tracker-2jvlsm_0'