2021-07-10T09:31:22,793 Created temporary directory: /tmp/pip-ephem-wheel-cache-exs8wl4t 2021-07-10T09:31:22,796 Created temporary directory: /tmp/pip-req-tracker-lkop7tgc 2021-07-10T09:31:22,797 Initialized build tracking at /tmp/pip-req-tracker-lkop7tgc 2021-07-10T09:31:22,797 Created build tracker: /tmp/pip-req-tracker-lkop7tgc 2021-07-10T09:31:22,797 Entered build tracker: /tmp/pip-req-tracker-lkop7tgc 2021-07-10T09:31:22,798 Created temporary directory: /tmp/pip-wheel-iv29gexu 2021-07-10T09:31:22,835 1 location(s) to search for versions of trytonar-cooperative-ar: 2021-07-10T09:31:22,835 * https://pypi.org/simple/trytonar-cooperative-ar/ 2021-07-10T09:31:22,836 Fetching project page and analyzing links: https://pypi.org/simple/trytonar-cooperative-ar/ 2021-07-10T09:31:22,836 Getting page https://pypi.org/simple/trytonar-cooperative-ar/ 2021-07-10T09:31:22,838 Found index url https://pypi.org/simple 2021-07-10T09:31:23,419 Found link https://files.pythonhosted.org/packages/aa/20/18dca455831b33297062dcaca3bfb0884c38b48732fd51e1f895cd1c0ab0/trytonar_cooperative_ar-3.4.3.tar.gz#sha256=02c9ac7063c6b753be00653f6bbac302e3c45562a95987d21c4a123d09077cb6 (from https://pypi.org/simple/trytonar-cooperative-ar/), version: 3.4.3 2021-07-10T09:31:23,419 Found link https://files.pythonhosted.org/packages/23/82/bf2ea23102c5c775a22e9fb80fdb01e3b61aed0e4b83e6a5dfa2c922f9ac/trytonar_cooperative_ar-3.4.4.tar.gz#sha256=3d1c23e705ae03af431900cf6e7b901870de0d734f710a479fe4e52658cd131b (from https://pypi.org/simple/trytonar-cooperative-ar/), version: 3.4.4 2021-07-10T09:31:23,419 Found link https://files.pythonhosted.org/packages/24/70/3fe004be171c001d78a34052c3844520a5b7770c80cd059cd2f4101af2be/trytonar_cooperative_ar-3.4.5.tar.gz#sha256=7215846514434c311c0a8fae432bc704992c7dc529d2842f63244186bf1d7aa2 (from https://pypi.org/simple/trytonar-cooperative-ar/), version: 3.4.5 2021-07-10T09:31:23,420 Skipping link: not a file: https://pypi.org/simple/trytonar-cooperative-ar/ 2021-07-10T09:31:23,437 Given no hashes to check 1 links for project 'trytonar-cooperative-ar': discarding no candidates 2021-07-10T09:31:23,456 Collecting trytonar-cooperative-ar==3.4.5 2021-07-10T09:31:23,458 Created temporary directory: /tmp/pip-unpack-nv2su2z2 2021-07-10T09:31:23,654 Downloading trytonar_cooperative_ar-3.4.5.tar.gz (79 kB) 2021-07-10T09:31:23,792 Added trytonar-cooperative-ar==3.4.5 from https://files.pythonhosted.org/packages/24/70/3fe004be171c001d78a34052c3844520a5b7770c80cd059cd2f4101af2be/trytonar_cooperative_ar-3.4.5.tar.gz#sha256=7215846514434c311c0a8fae432bc704992c7dc529d2842f63244186bf1d7aa2 to build tracker '/tmp/pip-req-tracker-lkop7tgc' 2021-07-10T09:31:23,793 Running setup.py (path:/tmp/pip-wheel-iv29gexu/trytonar-cooperative-ar_4eb31564d6b548b48911f48f8c243bbd/setup.py) egg_info for package trytonar-cooperative-ar 2021-07-10T09:31:23,793 Created temporary directory: /tmp/pip-pip-egg-info-ns101bf_ 2021-07-10T09:31:23,794 Running command python setup.py egg_info 2021-07-10T09:31:24,462 Traceback (most recent call last): 2021-07-10T09:31:24,463 File "", line 1, in 2021-07-10T09:31:24,463 File "/tmp/pip-wheel-iv29gexu/trytonar-cooperative-ar_4eb31564d6b548b48911f48f8c243bbd/setup.py", line 9, in 2021-07-10T09:31:24,463 import ConfigParser 2021-07-10T09:31:24,463 ModuleNotFoundError: No module named 'ConfigParser' 2021-07-10T09:31:24,510 WARNING: Discarding https://files.pythonhosted.org/packages/24/70/3fe004be171c001d78a34052c3844520a5b7770c80cd059cd2f4101af2be/trytonar_cooperative_ar-3.4.5.tar.gz#sha256=7215846514434c311c0a8fae432bc704992c7dc529d2842f63244186bf1d7aa2 (from https://pypi.org/simple/trytonar-cooperative-ar/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T09:31:24,511 ERROR: Could not find a version that satisfies the requirement trytonar-cooperative-ar==3.4.5 (from versions: 3.4.3, 3.4.4, 3.4.5) 2021-07-10T09:31:24,512 ERROR: No matching distribution found for trytonar-cooperative-ar==3.4.5 2021-07-10T09:31:24,512 Exception information: 2021-07-10T09:31:24,512 Traceback (most recent call last): 2021-07-10T09:31:24,512 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T09:31:24,512 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T09:31:24,512 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T09:31:24,512 raise RequirementsConflicted(criterion) 2021-07-10T09:31:24,512 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('trytonar-cooperative-ar==3.4.5') 2021-07-10T09:31:24,512 2021-07-10T09:31:24,512 During handling of the above exception, another exception occurred: 2021-07-10T09:31:24,512 2021-07-10T09:31:24,512 Traceback (most recent call last): 2021-07-10T09:31:24,512 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T09:31:24,512 result = self._result = resolver.resolve( 2021-07-10T09:31:24,512 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T09:31:24,512 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T09:31:24,512 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T09:31:24,512 raise ResolutionImpossible(e.criterion.information) 2021-07-10T09:31:24,512 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('trytonar-cooperative-ar==3.4.5'), parent=None)] 2021-07-10T09:31:24,512 2021-07-10T09:31:24,512 The above exception was the direct cause of the following exception: 2021-07-10T09:31:24,512 2021-07-10T09:31:24,512 Traceback (most recent call last): 2021-07-10T09:31:24,512 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T09:31:24,512 status = self.run(options, args) 2021-07-10T09:31:24,512 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T09:31:24,512 return func(self, options, args) 2021-07-10T09:31:24,512 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T09:31:24,512 requirement_set = resolver.resolve( 2021-07-10T09:31:24,512 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T09:31:24,512 raise error from e 2021-07-10T09:31:24,512 pip._internal.exceptions.DistributionNotFound: No matching distribution found for trytonar-cooperative-ar==3.4.5 2021-07-10T09:31:24,517 Removed trytonar-cooperative-ar==3.4.5 from https://files.pythonhosted.org/packages/24/70/3fe004be171c001d78a34052c3844520a5b7770c80cd059cd2f4101af2be/trytonar_cooperative_ar-3.4.5.tar.gz#sha256=7215846514434c311c0a8fae432bc704992c7dc529d2842f63244186bf1d7aa2 from build tracker '/tmp/pip-req-tracker-lkop7tgc' 2021-07-10T09:31:24,517 Removed build tracker: '/tmp/pip-req-tracker-lkop7tgc'