2021-09-29T19:59:23,729 Created temporary directory: /tmp/pip-ephem-wheel-cache-ajfy55sh 2021-09-29T19:59:23,732 Created temporary directory: /tmp/pip-req-tracker-acnxqwf1 2021-09-29T19:59:23,732 Initialized build tracking at /tmp/pip-req-tracker-acnxqwf1 2021-09-29T19:59:23,733 Created build tracker: /tmp/pip-req-tracker-acnxqwf1 2021-09-29T19:59:23,733 Entered build tracker: /tmp/pip-req-tracker-acnxqwf1 2021-09-29T19:59:23,734 Created temporary directory: /tmp/pip-wheel-k621jevz 2021-09-29T19:59:23,768 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-09-29T19:59:23,771 2 location(s) to search for versions of fliscopt: 2021-09-29T19:59:23,771 * https://pypi.org/simple/fliscopt/ 2021-09-29T19:59:23,771 * https://www.piwheels.org/simple/fliscopt/ 2021-09-29T19:59:23,771 Fetching project page and analyzing links: https://pypi.org/simple/fliscopt/ 2021-09-29T19:59:23,772 Getting page https://pypi.org/simple/fliscopt/ 2021-09-29T19:59:23,773 Found index url https://pypi.org/simple 2021-09-29T19:59:23,867 Skipping link: No binaries permitted for fliscopt: https://files.pythonhosted.org/packages/42/59/f8fa9110f229b2ebd2a318b5514dda5c7bd2b23d43056d0e61eb109e17c0/fliscopt-0.1.0-py3-none-any.whl#sha256=06b04e8c8d2847e3a6f23eb58c319464190d0f601d93fa337865ca79669c6ed7 (from https://pypi.org/simple/fliscopt/) (requires-python:>=3.8) 2021-09-29T19:59:23,868 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/e4/da/2e8f2777500d756bdf9a434cb30cf999eefaf3ff76dc9daa1ae1b6846f12/fliscopt-0.1.0.tar.gz#sha256=b659bcd273c24647eac88f8244b4e52f96525937beae203d48850f7cc9fe2f8f (from https://pypi.org/simple/fliscopt/) (requires-python:>=3.8) 2021-09-29T19:59:23,868 Skipping link: No binaries permitted for fliscopt: https://files.pythonhosted.org/packages/71/ae/0a09c2f8c91fdee7fb0a11c528715f960f48b279af878b16ffb49447b14d/fliscopt-0.1.1-py3-none-any.whl#sha256=baa708759fec80b2f0152fd4ea316478e34f446d72a59e35393157c4743d4587 (from https://pypi.org/simple/fliscopt/) (requires-python:>=3.7.10) 2021-09-29T19:59:23,869 Link requires a different Python (3.7.3 not in: '>=3.7.10'): https://files.pythonhosted.org/packages/af/6b/d8d284b808a987d0ee75f816bc61a21d8f8d0bb305e9d87eb07a7e84612a/fliscopt-0.1.1.tar.gz#sha256=d795e69ed294413f0a506d24d1f4ad4edb0d5e4388a81c74a6b6aa5683a8a94e (from https://pypi.org/simple/fliscopt/) (requires-python:>=3.7.10) 2021-09-29T19:59:23,869 Skipping link: No binaries permitted for fliscopt: https://files.pythonhosted.org/packages/0c/81/973b9ff729e70e0e78b9fa5b242964092867efd2748a4f4de942374afc70/fliscopt-0.1.2-py3-none-any.whl#sha256=a528b15f0f1169982fc7c9e82afef9e3fcef82dc4bb3b5170a07af84139ce70f (from https://pypi.org/simple/fliscopt/) (requires-python:>=3.7.10) 2021-09-29T19:59:23,869 Link requires a different Python (3.7.3 not in: '>=3.7.10'): https://files.pythonhosted.org/packages/6e/8e/da36767fbe50220637fa050472854047799a689c5445597be55efd774097/fliscopt-0.1.2.tar.gz#sha256=693055c3abbcdf6f02b6fd1e55e2bfed3acc9c6dfbabe49ecbe33871e3f0983c (from https://pypi.org/simple/fliscopt/) (requires-python:>=3.7.10) 2021-09-29T19:59:23,870 Fetching project page and analyzing links: https://www.piwheels.org/simple/fliscopt/ 2021-09-29T19:59:23,870 Getting page https://www.piwheels.org/simple/fliscopt/ 2021-09-29T19:59:23,871 Found index url https://www.piwheels.org/simple 2021-09-29T19:59:23,973 Skipping link: not a file: https://www.piwheels.org/simple/fliscopt/ 2021-09-29T19:59:23,973 Skipping link: not a file: https://pypi.org/simple/fliscopt/ 2021-09-29T19:59:23,988 Given no hashes to check 0 links for project 'fliscopt': discarding no candidates 2021-09-29T19:59:23,989 ERROR: Could not find a version that satisfies the requirement fliscopt==0.1.2 (from versions: none) 2021-09-29T19:59:23,989 ERROR: No matching distribution found for fliscopt==0.1.2 2021-09-29T19:59:23,990 Exception information: 2021-09-29T19:59:23,990 Traceback (most recent call last): 2021-09-29T19:59:23,990 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-09-29T19:59:23,990 name, crit = self._merge_into_criterion(r, parent=None) 2021-09-29T19:59:23,990 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-09-29T19:59:23,990 raise RequirementsConflicted(criterion) 2021-09-29T19:59:23,990 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('fliscopt==0.1.2') 2021-09-29T19:59:23,990 2021-09-29T19:59:23,990 During handling of the above exception, another exception occurred: 2021-09-29T19:59:23,990 2021-09-29T19:59:23,990 Traceback (most recent call last): 2021-09-29T19:59:23,990 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-09-29T19:59:23,990 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-09-29T19:59:23,990 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-09-29T19:59:23,990 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-09-29T19:59:23,990 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-09-29T19:59:23,990 raise ResolutionImpossible(e.criterion.information) 2021-09-29T19:59:23,990 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('fliscopt==0.1.2'), parent=None)] 2021-09-29T19:59:23,990 2021-09-29T19:59:23,990 The above exception was the direct cause of the following exception: 2021-09-29T19:59:23,990 2021-09-29T19:59:23,990 Traceback (most recent call last): 2021-09-29T19:59:23,990 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-09-29T19:59:23,990 status = self.run(options, args) 2021-09-29T19:59:23,990 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-09-29T19:59:23,990 return func(self, options, args) 2021-09-29T19:59:23,990 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-09-29T19:59:23,990 reqs, check_supported_wheels=True 2021-09-29T19:59:23,990 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-09-29T19:59:23,990 raise error from e 2021-09-29T19:59:23,990 pip._internal.exceptions.DistributionNotFound: No matching distribution found for fliscopt==0.1.2 2021-09-29T19:59:23,994 Removed build tracker: '/tmp/pip-req-tracker-acnxqwf1'