2022-04-20T09:38:08,587 Created temporary directory: /tmp/pip-ephem-wheel-cache-o7acz3gt 2022-04-20T09:38:08,592 Created temporary directory: /tmp/pip-req-tracker-hsagrs7r 2022-04-20T09:38:08,593 Initialized build tracking at /tmp/pip-req-tracker-hsagrs7r 2022-04-20T09:38:08,594 Created build tracker: /tmp/pip-req-tracker-hsagrs7r 2022-04-20T09:38:08,594 Entered build tracker: /tmp/pip-req-tracker-hsagrs7r 2022-04-20T09:38:08,595 Created temporary directory: /tmp/pip-wheel-0ntqc2nl 2022-04-20T09:38:08,669 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-04-20T09:38:08,678 2 location(s) to search for versions of lqg: 2022-04-20T09:38:08,678 * https://pypi.org/simple/lqg/ 2022-04-20T09:38:08,678 * https://www.piwheels.org/simple/lqg/ 2022-04-20T09:38:08,679 Fetching project page and analyzing links: https://pypi.org/simple/lqg/ 2022-04-20T09:38:08,680 Getting page https://pypi.org/simple/lqg/ 2022-04-20T09:38:08,683 Found index url https://pypi.org/simple 2022-04-20T09:38:08,799 Skipping link: No binaries permitted for lqg: https://files.pythonhosted.org/packages/e9/0f/1436ef956591e29d25d01464e9d5ffec6de17e362f621fc84805bdb90426/lqg-0.0.1-py3-none-any.whl#sha256=87f62d24cd530852fcddaeb306092943c1a69e03c56c635e089f01309fe2c788 (from https://pypi.org/simple/lqg/) (requires-python:>=3.8) 2022-04-20T09:38:08,801 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/b9/60/67f7c5f49620098165dc4f0c6cebff15f503575bd520c95deecbe390df50/lqg-0.0.1.tar.gz#sha256=a600fad7c3aecbc9105b4c69e8bf1fb3d06b6a5f49792e7c4313dfd4f6a212aa (from https://pypi.org/simple/lqg/) (requires-python:>=3.8) 2022-04-20T09:38:08,802 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/f3/37/09f74aad69b7c74729329d28b95ebc3f121ec09ce4395b3960d3242631e0/lqg-0.0.2.tar.gz#sha256=f09ea24283fff6c4d9cb20eaea95109312daf4cffbf40c0d52df63684371907c (from https://pypi.org/simple/lqg/) (requires-python:>=3.8) 2022-04-20T09:38:08,803 Fetching project page and analyzing links: https://www.piwheels.org/simple/lqg/ 2022-04-20T09:38:08,804 Getting page https://www.piwheels.org/simple/lqg/ 2022-04-20T09:38:08,806 Found index url https://www.piwheels.org/simple 2022-04-20T09:38:09,042 Skipping link: No binaries permitted for lqg: https://www.piwheels.org/simple/lqg/lqg-0.0.1-py3-none-any.whl#sha256=439953e59440e5b7bf7bdaf10f0da53553ba84f07fddfcf404735d4e699f8b0c (from https://www.piwheels.org/simple/lqg/) (requires-python:>=3.8) 2022-04-20T09:38:09,042 Skipping link: not a file: https://www.piwheels.org/simple/lqg/ 2022-04-20T09:38:09,043 Skipping link: not a file: https://pypi.org/simple/lqg/ 2022-04-20T09:38:09,076 Given no hashes to check 0 links for project 'lqg': discarding no candidates 2022-04-20T09:38:09,077 ERROR: Could not find a version that satisfies the requirement lqg==0.0.2 (from versions: none) 2022-04-20T09:38:09,080 ERROR: No matching distribution found for lqg==0.0.2 2022-04-20T09:38:09,082 Exception information: 2022-04-20T09:38:09,082 Traceback (most recent call last): 2022-04-20T09:38:09,082 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-04-20T09:38:09,082 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-04-20T09:38:09,082 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-04-20T09:38:09,082 raise RequirementsConflicted(criterion) 2022-04-20T09:38:09,082 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('lqg==0.0.2') 2022-04-20T09:38:09,082 2022-04-20T09:38:09,082 During handling of the above exception, another exception occurred: 2022-04-20T09:38:09,082 2022-04-20T09:38:09,082 Traceback (most recent call last): 2022-04-20T09:38:09,082 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-04-20T09:38:09,082 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-04-20T09:38:09,082 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-04-20T09:38:09,082 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-04-20T09:38:09,082 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-04-20T09:38:09,082 raise ResolutionImpossible(e.criterion.information) 2022-04-20T09:38:09,082 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('lqg==0.0.2'), parent=None)] 2022-04-20T09:38:09,082 2022-04-20T09:38:09,082 The above exception was the direct cause of the following exception: 2022-04-20T09:38:09,082 2022-04-20T09:38:09,082 Traceback (most recent call last): 2022-04-20T09:38:09,082 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-04-20T09:38:09,082 status = run_func(*args) 2022-04-20T09:38:09,082 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-04-20T09:38:09,082 return func(self, options, args) 2022-04-20T09:38:09,082 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-04-20T09:38:09,082 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-04-20T09:38:09,082 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-04-20T09:38:09,082 raise error from e 2022-04-20T09:38:09,082 pip._internal.exceptions.DistributionNotFound: No matching distribution found for lqg==0.0.2 2022-04-20T09:38:09,090 Removed build tracker: '/tmp/pip-req-tracker-hsagrs7r'