2022-04-13T15:35:16,360 Created temporary directory: /tmp/pip-ephem-wheel-cache-2qrssqs8 2022-04-13T15:35:16,366 Created temporary directory: /tmp/pip-req-tracker-3ekyddpe 2022-04-13T15:35:16,366 Initialized build tracking at /tmp/pip-req-tracker-3ekyddpe 2022-04-13T15:35:16,367 Created build tracker: /tmp/pip-req-tracker-3ekyddpe 2022-04-13T15:35:16,367 Entered build tracker: /tmp/pip-req-tracker-3ekyddpe 2022-04-13T15:35:16,368 Created temporary directory: /tmp/pip-wheel-7e1eueod 2022-04-13T15:35:16,441 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-04-13T15:35:16,450 2 location(s) to search for versions of mlevx: 2022-04-13T15:35:16,450 * https://pypi.org/simple/mlevx/ 2022-04-13T15:35:16,450 * https://www.piwheels.org/simple/mlevx/ 2022-04-13T15:35:16,451 Fetching project page and analyzing links: https://pypi.org/simple/mlevx/ 2022-04-13T15:35:16,452 Getting page https://pypi.org/simple/mlevx/ 2022-04-13T15:35:16,456 Found index url https://pypi.org/simple 2022-04-13T15:35:16,565 Skipping link: No binaries permitted for mlevx: https://files.pythonhosted.org/packages/7a/0c/f1769d9bd1ad9bce594c17c1da7d3b152fe19fb18e25d10e06f6b3c17755/mlevx-0.0.1-py3-none-any.whl#sha256=14fb2d3e347a118caac4912b8d439fb36e5dd7745aca59902d4dd0d9a7ded634 (from https://pypi.org/simple/mlevx/) (requires-python:>=3.8) 2022-04-13T15:35:16,567 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/13/03/0d489896148783630b6677c7a1d3ea197735c567752b75f600489aa6493f/mlevx-0.0.1.tar.gz#sha256=1ad86ad88486ce03afc38283cddaa1046aa09cf5d88d4be728f41f47ff389133 (from https://pypi.org/simple/mlevx/) (requires-python:>=3.8) 2022-04-13T15:35:16,567 Fetching project page and analyzing links: https://www.piwheels.org/simple/mlevx/ 2022-04-13T15:35:16,568 Getting page https://www.piwheels.org/simple/mlevx/ 2022-04-13T15:35:16,570 Found index url https://www.piwheels.org/simple 2022-04-13T15:35:16,790 Skipping link: not a file: https://www.piwheels.org/simple/mlevx/ 2022-04-13T15:35:16,790 Skipping link: not a file: https://pypi.org/simple/mlevx/ 2022-04-13T15:35:16,823 Given no hashes to check 0 links for project 'mlevx': discarding no candidates 2022-04-13T15:35:16,824 ERROR: Could not find a version that satisfies the requirement mlevx==0.0.1 (from versions: none) 2022-04-13T15:35:16,827 ERROR: No matching distribution found for mlevx==0.0.1 2022-04-13T15:35:16,829 Exception information: 2022-04-13T15:35:16,829 Traceback (most recent call last): 2022-04-13T15:35:16,829 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-04-13T15:35:16,829 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-04-13T15:35:16,829 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-04-13T15:35:16,829 raise RequirementsConflicted(criterion) 2022-04-13T15:35:16,829 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mlevx==0.0.1') 2022-04-13T15:35:16,829 2022-04-13T15:35:16,829 During handling of the above exception, another exception occurred: 2022-04-13T15:35:16,829 2022-04-13T15:35:16,829 Traceback (most recent call last): 2022-04-13T15:35:16,829 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-04-13T15:35:16,829 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-04-13T15:35:16,829 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-04-13T15:35:16,829 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-04-13T15:35:16,829 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-04-13T15:35:16,829 raise ResolutionImpossible(e.criterion.information) 2022-04-13T15:35:16,829 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mlevx==0.0.1'), parent=None)] 2022-04-13T15:35:16,829 2022-04-13T15:35:16,829 The above exception was the direct cause of the following exception: 2022-04-13T15:35:16,829 2022-04-13T15:35:16,829 Traceback (most recent call last): 2022-04-13T15:35:16,829 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-04-13T15:35:16,829 status = run_func(*args) 2022-04-13T15:35:16,829 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-04-13T15:35:16,829 return func(self, options, args) 2022-04-13T15:35:16,829 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-04-13T15:35:16,829 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-04-13T15:35:16,829 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-04-13T15:35:16,829 raise error from e 2022-04-13T15:35:16,829 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mlevx==0.0.1 2022-04-13T15:35:16,838 Removed build tracker: '/tmp/pip-req-tracker-3ekyddpe'