2021-07-08T18:37:29,509 Created temporary directory: /tmp/pip-ephem-wheel-cache-em60er_z 2021-07-08T18:37:29,513 Created temporary directory: /tmp/pip-req-tracker-1drvvrat 2021-07-08T18:37:29,513 Initialized build tracking at /tmp/pip-req-tracker-1drvvrat 2021-07-08T18:37:29,514 Created build tracker: /tmp/pip-req-tracker-1drvvrat 2021-07-08T18:37:29,514 Entered build tracker: /tmp/pip-req-tracker-1drvvrat 2021-07-08T18:37:29,515 Created temporary directory: /tmp/pip-wheel-vmhl9979 2021-07-08T18:37:29,554 1 location(s) to search for versions of curry: 2021-07-08T18:37:29,554 * https://pypi.org/simple/curry/ 2021-07-08T18:37:29,555 Fetching project page and analyzing links: https://pypi.org/simple/curry/ 2021-07-08T18:37:29,555 Getting page https://pypi.org/simple/curry/ 2021-07-08T18:37:29,557 Found index url https://pypi.org/simple 2021-07-08T18:37:29,647 Found link https://files.pythonhosted.org/packages/31/d6/18bc479b03e9295f031fcf3a4c373e57b72e220228e1a0fc1ff46e1670cd/curry-0.1.tar.gz#sha256=ea0f662db9b55eedc8974e3df808119d4b603c6cc6d0e553639ede0a0701bdae (from https://pypi.org/simple/curry/), version: 0.1 2021-07-08T18:37:29,648 Found link https://files.pythonhosted.org/packages/20/b5/ca605475d60ebcb8a75b124a95b62290c2d9e75c26f02d4b30254d6f8379/curry-0.1.1.tar.gz#sha256=3999c41f8021cfc89b7904c944ec2bd8a165b7b4949b4c1c47ef497d1cc4a8a0 (from https://pypi.org/simple/curry/), version: 0.1.1 2021-07-08T18:37:29,648 Found link https://files.pythonhosted.org/packages/e3/b1/654dd3c20b2be334f80f7fc9be008b3098a2f55cd26d71a40c24717c7f35/curry-0.2.tar.gz#sha256=7ecf097dc7ee3ced3d25b059f6e28e811bd45eb75495e9b013e2bd8fa419357d (from https://pypi.org/simple/curry/), version: 0.2 2021-07-08T18:37:29,649 Skipping link: not a file: https://pypi.org/simple/curry/ 2021-07-08T18:37:29,667 Given no hashes to check 1 links for project 'curry': discarding no candidates 2021-07-08T18:37:29,684 Collecting curry==0.1.1 2021-07-08T18:37:29,685 Created temporary directory: /tmp/pip-unpack-xt61_xyk 2021-07-08T18:37:29,878 Downloading curry-0.1.1.tar.gz (24 kB) 2021-07-08T18:37:29,941 Added curry==0.1.1 from https://files.pythonhosted.org/packages/20/b5/ca605475d60ebcb8a75b124a95b62290c2d9e75c26f02d4b30254d6f8379/curry-0.1.1.tar.gz#sha256=3999c41f8021cfc89b7904c944ec2bd8a165b7b4949b4c1c47ef497d1cc4a8a0 to build tracker '/tmp/pip-req-tracker-1drvvrat' 2021-07-08T18:37:29,942 Running setup.py (path:/tmp/pip-wheel-vmhl9979/curry_f42e89ce07974c1e8c6c14ebed560e5d/setup.py) egg_info for package curry 2021-07-08T18:37:29,943 Created temporary directory: /tmp/pip-pip-egg-info-utec6w4z 2021-07-08T18:37:29,943 Running command python setup.py egg_info 2021-07-08T18:37:30,584 Traceback (most recent call last): 2021-07-08T18:37:30,585 File "", line 1, in 2021-07-08T18:37:30,585 File "/tmp/pip-wheel-vmhl9979/curry_f42e89ce07974c1e8c6c14ebed560e5d/setup.py", line 6, in 2021-07-08T18:37:30,586 from ez_setup import use_setuptools 2021-07-08T18:37:30,587 File "/tmp/pip-wheel-vmhl9979/curry_f42e89ce07974c1e8c6c14ebed560e5d/ez_setup.py", line 94 2021-07-08T18:37:30,587 except pkg_resources.VersionConflict, e: 2021-07-08T18:37:30,587 ^ 2021-07-08T18:37:30,588 SyntaxError: invalid syntax 2021-07-08T18:37:30,636 WARNING: Discarding https://files.pythonhosted.org/packages/20/b5/ca605475d60ebcb8a75b124a95b62290c2d9e75c26f02d4b30254d6f8379/curry-0.1.1.tar.gz#sha256=3999c41f8021cfc89b7904c944ec2bd8a165b7b4949b4c1c47ef497d1cc4a8a0 (from https://pypi.org/simple/curry/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-08T18:37:30,638 ERROR: Could not find a version that satisfies the requirement curry==0.1.1 (from versions: 0.1, 0.1.1, 0.2) 2021-07-08T18:37:30,638 ERROR: No matching distribution found for curry==0.1.1 2021-07-08T18:37:30,638 Exception information: 2021-07-08T18:37:30,638 Traceback (most recent call last): 2021-07-08T18:37:30,638 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T18:37:30,638 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T18:37:30,638 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-08T18:37:30,638 raise RequirementsConflicted(criterion) 2021-07-08T18:37:30,638 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('curry==0.1.1') 2021-07-08T18:37:30,638 2021-07-08T18:37:30,638 During handling of the above exception, another exception occurred: 2021-07-08T18:37:30,638 2021-07-08T18:37:30,638 Traceback (most recent call last): 2021-07-08T18:37:30,638 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T18:37:30,638 result = self._result = resolver.resolve( 2021-07-08T18:37:30,638 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T18:37:30,638 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T18:37:30,638 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-08T18:37:30,638 raise ResolutionImpossible(e.criterion.information) 2021-07-08T18:37:30,638 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('curry==0.1.1'), parent=None)] 2021-07-08T18:37:30,638 2021-07-08T18:37:30,638 The above exception was the direct cause of the following exception: 2021-07-08T18:37:30,638 2021-07-08T18:37:30,638 Traceback (most recent call last): 2021-07-08T18:37:30,638 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T18:37:30,638 status = self.run(options, args) 2021-07-08T18:37:30,638 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T18:37:30,638 return func(self, options, args) 2021-07-08T18:37:30,638 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T18:37:30,638 requirement_set = resolver.resolve( 2021-07-08T18:37:30,638 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-08T18:37:30,638 raise error from e 2021-07-08T18:37:30,638 pip._internal.exceptions.DistributionNotFound: No matching distribution found for curry==0.1.1 2021-07-08T18:37:30,643 Removed curry==0.1.1 from https://files.pythonhosted.org/packages/20/b5/ca605475d60ebcb8a75b124a95b62290c2d9e75c26f02d4b30254d6f8379/curry-0.1.1.tar.gz#sha256=3999c41f8021cfc89b7904c944ec2bd8a165b7b4949b4c1c47ef497d1cc4a8a0 from build tracker '/tmp/pip-req-tracker-1drvvrat' 2021-07-08T18:37:30,644 Removed build tracker: '/tmp/pip-req-tracker-1drvvrat'