2021-07-13T10:55:44,697 Created temporary directory: /tmp/pip-ephem-wheel-cache-3ztmomh4 2021-07-13T10:55:44,700 Created temporary directory: /tmp/pip-req-tracker-q4g862sr 2021-07-13T10:55:44,700 Initialized build tracking at /tmp/pip-req-tracker-q4g862sr 2021-07-13T10:55:44,700 Created build tracker: /tmp/pip-req-tracker-q4g862sr 2021-07-13T10:55:44,701 Entered build tracker: /tmp/pip-req-tracker-q4g862sr 2021-07-13T10:55:44,701 Created temporary directory: /tmp/pip-wheel-fk0he57t 2021-07-13T10:55:44,735 1 location(s) to search for versions of chainer-cyclegan: 2021-07-13T10:55:44,735 * https://pypi.org/simple/chainer-cyclegan/ 2021-07-13T10:55:44,735 Fetching project page and analyzing links: https://pypi.org/simple/chainer-cyclegan/ 2021-07-13T10:55:44,736 Getting page https://pypi.org/simple/chainer-cyclegan/ 2021-07-13T10:55:44,737 Found index url https://pypi.org/simple 2021-07-13T10:55:44,827 Found link https://files.pythonhosted.org/packages/2f/4b/d395887ed46219425ec4279e85337ee0014809131d4f1fa6c5aac3353276/chainer-cyclegan-1.2.2.tar.gz#sha256=a50d789c7d48bf98b5ce0aa2c9b509851f91448e2ee07d368f4ff7671b906164 (from https://pypi.org/simple/chainer-cyclegan/), version: 1.2.2 2021-07-13T10:55:44,828 Found link https://files.pythonhosted.org/packages/fd/94/208d34a665e8bc0e7dccf20933382956c4bcd5b18380402c1c6eecd22c47/chainer-cyclegan-1.2.3.tar.gz#sha256=7c22780e1f53cd214c1f6a860ee3ce642e53a839ee3dc12a6898d7c56091af9f (from https://pypi.org/simple/chainer-cyclegan/), version: 1.2.3 2021-07-13T10:55:44,828 Found link https://files.pythonhosted.org/packages/59/89/6203b34e23faa69c776cfc0557693d74702dcd8e2f88ed2010258e350c4d/chainer-cyclegan-1.2.4.tar.gz#sha256=7ca5baad37e5ab925d56f9109ceac9ebfce6d03a116b46ef35660b6f7938ede8 (from https://pypi.org/simple/chainer-cyclegan/), version: 1.2.4 2021-07-13T10:55:44,829 Found link https://files.pythonhosted.org/packages/79/d7/50a24db66fed41b2c8d2b5dac37a95296b97e389e9ef11ba33c41bba2f4c/chainer-cyclegan-1.2.5.tar.gz#sha256=b0a02167c1148e296c0b34752091e22a7523de7c7d218a4a465dd1efb344716e (from https://pypi.org/simple/chainer-cyclegan/), version: 1.2.5 2021-07-13T10:55:44,829 Skipping link: not a file: https://pypi.org/simple/chainer-cyclegan/ 2021-07-13T10:55:44,847 Given no hashes to check 1 links for project 'chainer-cyclegan': discarding no candidates 2021-07-13T10:55:44,866 Collecting chainer-cyclegan==1.2.4 2021-07-13T10:55:44,867 Created temporary directory: /tmp/pip-unpack-qei42hjg 2021-07-13T10:55:45,037 Downloading chainer-cyclegan-1.2.4.tar.gz (8.8 kB) 2021-07-13T10:55:45,110 Added chainer-cyclegan==1.2.4 from https://files.pythonhosted.org/packages/59/89/6203b34e23faa69c776cfc0557693d74702dcd8e2f88ed2010258e350c4d/chainer-cyclegan-1.2.4.tar.gz#sha256=7ca5baad37e5ab925d56f9109ceac9ebfce6d03a116b46ef35660b6f7938ede8 to build tracker '/tmp/pip-req-tracker-q4g862sr' 2021-07-13T10:55:45,111 Running setup.py (path:/tmp/pip-wheel-fk0he57t/chainer-cyclegan_325eff515b7f4999973391c4b4cab677/setup.py) egg_info for package chainer-cyclegan 2021-07-13T10:55:45,111 Created temporary directory: /tmp/pip-pip-egg-info-vd95rj6g 2021-07-13T10:55:45,112 Running command python setup.py egg_info 2021-07-13T10:55:45,883 Please install OpenCV. 2021-07-13T10:55:45,934 WARNING: Discarding https://files.pythonhosted.org/packages/59/89/6203b34e23faa69c776cfc0557693d74702dcd8e2f88ed2010258e350c4d/chainer-cyclegan-1.2.4.tar.gz#sha256=7ca5baad37e5ab925d56f9109ceac9ebfce6d03a116b46ef35660b6f7938ede8 (from https://pypi.org/simple/chainer-cyclegan/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-13T10:55:45,936 ERROR: Could not find a version that satisfies the requirement chainer-cyclegan==1.2.4 (from versions: 1.2.2, 1.2.3, 1.2.4, 1.2.5) 2021-07-13T10:55:45,936 ERROR: No matching distribution found for chainer-cyclegan==1.2.4 2021-07-13T10:55:45,936 Exception information: 2021-07-13T10:55:45,936 Traceback (most recent call last): 2021-07-13T10:55:45,936 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-13T10:55:45,936 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-13T10:55:45,936 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-13T10:55:45,936 raise RequirementsConflicted(criterion) 2021-07-13T10:55:45,936 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('chainer-cyclegan==1.2.4') 2021-07-13T10:55:45,936 2021-07-13T10:55:45,936 During handling of the above exception, another exception occurred: 2021-07-13T10:55:45,936 2021-07-13T10:55:45,936 Traceback (most recent call last): 2021-07-13T10:55:45,936 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-13T10:55:45,936 result = self._result = resolver.resolve( 2021-07-13T10:55:45,936 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-13T10:55:45,936 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-13T10:55:45,936 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-13T10:55:45,936 raise ResolutionImpossible(e.criterion.information) 2021-07-13T10:55:45,936 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('chainer-cyclegan==1.2.4'), parent=None)] 2021-07-13T10:55:45,936 2021-07-13T10:55:45,936 The above exception was the direct cause of the following exception: 2021-07-13T10:55:45,936 2021-07-13T10:55:45,936 Traceback (most recent call last): 2021-07-13T10:55:45,936 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-13T10:55:45,936 status = self.run(options, args) 2021-07-13T10:55:45,936 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-13T10:55:45,936 return func(self, options, args) 2021-07-13T10:55:45,936 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-13T10:55:45,936 requirement_set = resolver.resolve( 2021-07-13T10:55:45,936 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-13T10:55:45,936 raise error from e 2021-07-13T10:55:45,936 pip._internal.exceptions.DistributionNotFound: No matching distribution found for chainer-cyclegan==1.2.4 2021-07-13T10:55:45,941 Removed chainer-cyclegan==1.2.4 from https://files.pythonhosted.org/packages/59/89/6203b34e23faa69c776cfc0557693d74702dcd8e2f88ed2010258e350c4d/chainer-cyclegan-1.2.4.tar.gz#sha256=7ca5baad37e5ab925d56f9109ceac9ebfce6d03a116b46ef35660b6f7938ede8 from build tracker '/tmp/pip-req-tracker-q4g862sr' 2021-07-13T10:55:45,941 Removed build tracker: '/tmp/pip-req-tracker-q4g862sr'