2021-07-12T12:16:21,011 Created temporary directory: /tmp/pip-ephem-wheel-cache-pu50nq1p 2021-07-12T12:16:21,015 Created temporary directory: /tmp/pip-req-tracker-wu_rpibj 2021-07-12T12:16:21,015 Initialized build tracking at /tmp/pip-req-tracker-wu_rpibj 2021-07-12T12:16:21,015 Created build tracker: /tmp/pip-req-tracker-wu_rpibj 2021-07-12T12:16:21,016 Entered build tracker: /tmp/pip-req-tracker-wu_rpibj 2021-07-12T12:16:21,016 Created temporary directory: /tmp/pip-wheel-tquurnbc 2021-07-12T12:16:21,045 1 location(s) to search for versions of furigana: 2021-07-12T12:16:21,045 * https://pypi.org/simple/furigana/ 2021-07-12T12:16:21,046 Fetching project page and analyzing links: https://pypi.org/simple/furigana/ 2021-07-12T12:16:21,046 Getting page https://pypi.org/simple/furigana/ 2021-07-12T12:16:21,047 Found index url https://pypi.org/simple 2021-07-12T12:16:21,231 Found link https://files.pythonhosted.org/packages/a7/3e/69f3791cb1858cc60efd3300c8c8b7ae9efefbf1fe990cc3f8a5fe2ba2d1/furigana-0.0.3.tar.gz#sha256=8b540d7346f0937b11f33e9b28c0c59c9938f5e4f88aae1b749034fbc65b3a5a (from https://pypi.org/simple/furigana/), version: 0.0.3 2021-07-12T12:16:21,231 Found link https://files.pythonhosted.org/packages/e0/d9/421ee8884e234f35503cdb0ef8338d9ec526356df51d3e565dbe2c7dad03/furigana-0.0.4.tar.gz#sha256=c428572328f4b61eb8e98312d5ff0730c1e201e5da3ae8b677b615d5da87ef9a (from https://pypi.org/simple/furigana/), version: 0.0.4 2021-07-12T12:16:21,232 Found link https://files.pythonhosted.org/packages/56/03/34b473c954425e46d50aad4fb64dea9ede5a118a15fb347f044f6c35a5d6/furigana-0.0.5.tar.gz#sha256=5bcb59a527ee63be6b2b18518b0b43e163e9575c9f99bd04c471991e00221b34 (from https://pypi.org/simple/furigana/), version: 0.0.5 2021-07-12T12:16:21,232 Found link https://files.pythonhosted.org/packages/6b/5d/1b0da933c312dbd6c6a0b18139b210fdc9c117f6ada2e4e9f380074704db/furigana-0.0.6.tar.gz#sha256=1c940144fe709aa2cd6d2f2452b2f9dc624a4fa3487e9e753ed911b6fe2c49e8 (from https://pypi.org/simple/furigana/), version: 0.0.6 2021-07-12T12:16:21,232 Found link https://files.pythonhosted.org/packages/d8/f4/62fb0902ecf4a5bec9414309364518da9961db363e0391e28f4d7a385dab/furigana-0.0.7.tar.gz#sha256=f8d458487ea56c7c59d19bf6854f69a6f12151786512b0f9b966acbc25583a74 (from https://pypi.org/simple/furigana/), version: 0.0.7 2021-07-12T12:16:21,233 Found link https://files.pythonhosted.org/packages/de/3f/f12ba27e690afead0368deca567b0eeb56976e07baa7f77289a4e6acfe88/furigana-0.0.7.1.tar.gz#sha256=c77a49e3a0a0bdb17cf4705ccb77b5c990c147252311ff6e0ac0c44f87e65839 (from https://pypi.org/simple/furigana/), version: 0.0.7.1 2021-07-12T12:16:21,233 Found link https://files.pythonhosted.org/packages/7c/72/1c86d1d90bde6378b839d80f3ae526537699c74e00dfee1c9e5fbc6528c2/furigana-0.1.tar.gz#sha256=c97af7c1bba65a6f850cb096706d53d781f39fb49020e2d55765f0aa0e94d4ed (from https://pypi.org/simple/furigana/), version: 0.1 2021-07-12T12:16:21,233 Found link https://files.pythonhosted.org/packages/5b/e2/d8ca0fefca832811c8861def29d51affd4dd837c4cea524151e6b7237d77/furigana-0.2.tar.gz#sha256=9e9399661bad388dd9ea447e7a0e88d2af8527366c6142187430d11c1a64d29c (from https://pypi.org/simple/furigana/), version: 0.2 2021-07-12T12:16:21,233 Skipping link: not a file: https://pypi.org/simple/furigana/ 2021-07-12T12:16:21,252 Given no hashes to check 0 links for project 'furigana': discarding no candidates 2021-07-12T12:16:21,252 ERROR: Could not find a version that satisfies the requirement furigana==1.0 (from versions: 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.7.1, 0.1, 0.2) 2021-07-12T12:16:21,253 ERROR: No matching distribution found for furigana==1.0 2021-07-12T12:16:21,253 Exception information: 2021-07-12T12:16:21,253 Traceback (most recent call last): 2021-07-12T12:16:21,253 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T12:16:21,253 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T12:16:21,253 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T12:16:21,253 raise RequirementsConflicted(criterion) 2021-07-12T12:16:21,253 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('furigana==1.0') 2021-07-12T12:16:21,253 2021-07-12T12:16:21,253 During handling of the above exception, another exception occurred: 2021-07-12T12:16:21,253 2021-07-12T12:16:21,253 Traceback (most recent call last): 2021-07-12T12:16:21,253 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T12:16:21,253 result = self._result = resolver.resolve( 2021-07-12T12:16:21,253 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T12:16:21,253 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T12:16:21,253 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T12:16:21,253 raise ResolutionImpossible(e.criterion.information) 2021-07-12T12:16:21,253 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('furigana==1.0'), parent=None)] 2021-07-12T12:16:21,253 2021-07-12T12:16:21,253 The above exception was the direct cause of the following exception: 2021-07-12T12:16:21,253 2021-07-12T12:16:21,253 Traceback (most recent call last): 2021-07-12T12:16:21,253 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T12:16:21,253 status = self.run(options, args) 2021-07-12T12:16:21,253 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T12:16:21,253 return func(self, options, args) 2021-07-12T12:16:21,253 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T12:16:21,253 requirement_set = resolver.resolve( 2021-07-12T12:16:21,253 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T12:16:21,253 raise error from e 2021-07-12T12:16:21,253 pip._internal.exceptions.DistributionNotFound: No matching distribution found for furigana==1.0 2021-07-12T12:16:21,257 Removed build tracker: '/tmp/pip-req-tracker-wu_rpibj'