2021-07-16T14:46:36,098 Created temporary directory: /tmp/pip-ephem-wheel-cache-rt8rl59h 2021-07-16T14:46:36,101 Created temporary directory: /tmp/pip-req-tracker-zwhki6w5 2021-07-16T14:46:36,101 Initialized build tracking at /tmp/pip-req-tracker-zwhki6w5 2021-07-16T14:46:36,101 Created build tracker: /tmp/pip-req-tracker-zwhki6w5 2021-07-16T14:46:36,102 Entered build tracker: /tmp/pip-req-tracker-zwhki6w5 2021-07-16T14:46:36,102 Created temporary directory: /tmp/pip-wheel-lq5t_uqk 2021-07-16T14:46:36,139 1 location(s) to search for versions of imgflip-py: 2021-07-16T14:46:36,139 * https://pypi.org/simple/imgflip-py/ 2021-07-16T14:46:36,140 Fetching project page and analyzing links: https://pypi.org/simple/imgflip-py/ 2021-07-16T14:46:36,140 Getting page https://pypi.org/simple/imgflip-py/ 2021-07-16T14:46:36,142 Found index url https://pypi.org/simple 2021-07-16T14:46:36,243 Found link https://files.pythonhosted.org/packages/ae/d2/09d3adbb691acfab0fa7f0792dcafa8670d00a1d79e43f7c91fae873fdb9/imgflip.py-0.1-py3-none-any.whl#sha256=a1231e619ab40b0751511ca7d8cfbf09f4b7136c1ddd19f7e14b5025a54cfc12 (from https://pypi.org/simple/imgflip-py/) (requires-python:>=3.6), version: 0.1 2021-07-16T14:46:36,244 Found link https://files.pythonhosted.org/packages/56/b0/f6ffb3beb687e2779194c1562f06b3e5c614e76308bf4b8a7a81ce2d43fa/imgflip.py-0.1.tar.gz#sha256=7ea254b12d6e8cdac67ed66cbda7fae2b32b533d038b72c39fe61879bf03d155 (from https://pypi.org/simple/imgflip-py/) (requires-python:>=3.6), version: 0.1 2021-07-16T14:46:36,244 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/5b/57/8950cabd688d3f5b5bf502f027b829f69e53beb81ea3b35f765349d04de3/imgflip.py-1.0-py3-none-any.whl#sha256=51a8e1b2bf87c23c3fefee1185d36002380ae447d6c6d7551a6cb81b5195f89a (from https://pypi.org/simple/imgflip-py/) (requires-python:>=3.8) 2021-07-16T14:46:36,245 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/35/80/443b406b15b2bdd7916b9e5b327aef5df2f190a63a4601b11c1bfdbcff2a/imgflip.py-1.0.tar.gz#sha256=6ea8755e97e3b93db5f11a4c28915d6e73126e8d41711612315b7559653da990 (from https://pypi.org/simple/imgflip-py/) (requires-python:>=3.8) 2021-07-16T14:46:36,245 Skipping link: not a file: https://pypi.org/simple/imgflip-py/ 2021-07-16T14:46:36,246 Given no hashes to check 0 links for project 'imgflip-py': discarding no candidates 2021-07-16T14:46:36,247 ERROR: Could not find a version that satisfies the requirement imgflip-py==1.0 (from versions: 0.1) 2021-07-16T14:46:36,247 ERROR: No matching distribution found for imgflip-py==1.0 2021-07-16T14:46:36,247 Exception information: 2021-07-16T14:46:36,247 Traceback (most recent call last): 2021-07-16T14:46:36,247 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-16T14:46:36,247 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-16T14:46:36,247 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-16T14:46:36,247 raise RequirementsConflicted(criterion) 2021-07-16T14:46:36,247 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('imgflip-py==1.0') 2021-07-16T14:46:36,247 2021-07-16T14:46:36,247 During handling of the above exception, another exception occurred: 2021-07-16T14:46:36,247 2021-07-16T14:46:36,247 Traceback (most recent call last): 2021-07-16T14:46:36,247 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-07-16T14:46:36,247 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-07-16T14:46:36,247 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-16T14:46:36,247 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-16T14:46:36,247 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-16T14:46:36,247 raise ResolutionImpossible(e.criterion.information) 2021-07-16T14:46:36,247 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('imgflip-py==1.0'), parent=None)] 2021-07-16T14:46:36,247 2021-07-16T14:46:36,247 The above exception was the direct cause of the following exception: 2021-07-16T14:46:36,247 2021-07-16T14:46:36,247 Traceback (most recent call last): 2021-07-16T14:46:36,247 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-16T14:46:36,247 status = self.run(options, args) 2021-07-16T14:46:36,247 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-16T14:46:36,247 return func(self, options, args) 2021-07-16T14:46:36,247 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-07-16T14:46:36,247 reqs, check_supported_wheels=True 2021-07-16T14:46:36,247 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-16T14:46:36,247 raise error from e 2021-07-16T14:46:36,247 pip._internal.exceptions.DistributionNotFound: No matching distribution found for imgflip-py==1.0 2021-07-16T14:46:36,251 Removed build tracker: '/tmp/pip-req-tracker-zwhki6w5'