2021-09-07T08:33:15,638 Created temporary directory: /tmp/pip-ephem-wheel-cache-jo45yx0h 2021-09-07T08:33:15,642 Created temporary directory: /tmp/pip-req-tracker-wv0uc0jy 2021-09-07T08:33:15,642 Initialized build tracking at /tmp/pip-req-tracker-wv0uc0jy 2021-09-07T08:33:15,643 Created build tracker: /tmp/pip-req-tracker-wv0uc0jy 2021-09-07T08:33:15,643 Entered build tracker: /tmp/pip-req-tracker-wv0uc0jy 2021-09-07T08:33:15,644 Created temporary directory: /tmp/pip-wheel-ebe0m1h2 2021-09-07T08:33:15,674 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-09-07T08:33:15,677 2 location(s) to search for versions of jdgalileo: 2021-09-07T08:33:15,677 * https://pypi.org/simple/jdgalileo/ 2021-09-07T08:33:15,677 * https://www.piwheels.org/simple/jdgalileo/ 2021-09-07T08:33:15,678 Fetching project page and analyzing links: https://pypi.org/simple/jdgalileo/ 2021-09-07T08:33:15,678 Getting page https://pypi.org/simple/jdgalileo/ 2021-09-07T08:33:15,680 Found index url https://pypi.org/simple 2021-09-07T08:33:15,767 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/bf/19/3045397bdb045afe30e92bcfeab93a4474166a22e7506d546be279fee55b/jdgalileo-1.0.0.tar.gz#sha256=d0c4329b1163af04c3a0c49d6d8076ac592ef890eb66648223d34e5e6c8bf7f7 (from https://pypi.org/simple/jdgalileo/) (requires-python:>=3.8) 2021-09-07T08:33:15,767 Fetching project page and analyzing links: https://www.piwheels.org/simple/jdgalileo/ 2021-09-07T08:33:15,768 Getting page https://www.piwheels.org/simple/jdgalileo/ 2021-09-07T08:33:15,769 Found index url https://www.piwheels.org/simple 2021-09-07T08:33:15,876 Skipping link: not a file: https://www.piwheels.org/simple/jdgalileo/ 2021-09-07T08:33:15,876 Skipping link: not a file: https://pypi.org/simple/jdgalileo/ 2021-09-07T08:33:15,896 Given no hashes to check 0 links for project 'jdgalileo': discarding no candidates 2021-09-07T08:33:15,896 ERROR: Could not find a version that satisfies the requirement jdgalileo==1.0.0 (from versions: none) 2021-09-07T08:33:15,896 ERROR: No matching distribution found for jdgalileo==1.0.0 2021-09-07T08:33:15,897 Exception information: 2021-09-07T08:33:15,897 Traceback (most recent call last): 2021-09-07T08:33:15,897 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-09-07T08:33:15,897 name, crit = self._merge_into_criterion(r, parent=None) 2021-09-07T08:33:15,897 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-09-07T08:33:15,897 raise RequirementsConflicted(criterion) 2021-09-07T08:33:15,897 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('jdgalileo==1.0.0') 2021-09-07T08:33:15,897 2021-09-07T08:33:15,897 During handling of the above exception, another exception occurred: 2021-09-07T08:33:15,897 2021-09-07T08:33:15,897 Traceback (most recent call last): 2021-09-07T08:33:15,897 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-09-07T08:33:15,897 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-09-07T08:33:15,897 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-09-07T08:33:15,897 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-09-07T08:33:15,897 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-09-07T08:33:15,897 raise ResolutionImpossible(e.criterion.information) 2021-09-07T08:33:15,897 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('jdgalileo==1.0.0'), parent=None)] 2021-09-07T08:33:15,897 2021-09-07T08:33:15,897 The above exception was the direct cause of the following exception: 2021-09-07T08:33:15,897 2021-09-07T08:33:15,897 Traceback (most recent call last): 2021-09-07T08:33:15,897 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-09-07T08:33:15,897 status = self.run(options, args) 2021-09-07T08:33:15,897 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-09-07T08:33:15,897 return func(self, options, args) 2021-09-07T08:33:15,897 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-09-07T08:33:15,897 reqs, check_supported_wheels=True 2021-09-07T08:33:15,897 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-09-07T08:33:15,897 raise error from e 2021-09-07T08:33:15,897 pip._internal.exceptions.DistributionNotFound: No matching distribution found for jdgalileo==1.0.0 2021-09-07T08:33:15,901 Removed build tracker: '/tmp/pip-req-tracker-wv0uc0jy'