2021-07-10T02:16:36,624 Created temporary directory: /tmp/pip-ephem-wheel-cache-3jc35t4x 2021-07-10T02:16:36,627 Created temporary directory: /tmp/pip-req-tracker-ygw0yhgh 2021-07-10T02:16:36,627 Initialized build tracking at /tmp/pip-req-tracker-ygw0yhgh 2021-07-10T02:16:36,627 Created build tracker: /tmp/pip-req-tracker-ygw0yhgh 2021-07-10T02:16:36,628 Entered build tracker: /tmp/pip-req-tracker-ygw0yhgh 2021-07-10T02:16:36,628 Created temporary directory: /tmp/pip-wheel-vh19vvig 2021-07-10T02:16:36,663 1 location(s) to search for versions of openlabs-mail: 2021-07-10T02:16:36,663 * https://pypi.org/simple/openlabs-mail/ 2021-07-10T02:16:36,663 Fetching project page and analyzing links: https://pypi.org/simple/openlabs-mail/ 2021-07-10T02:16:36,664 Getting page https://pypi.org/simple/openlabs-mail/ 2021-07-10T02:16:36,665 Found index url https://pypi.org/simple 2021-07-10T02:16:36,753 Found link https://files.pythonhosted.org/packages/c1/cc/1d6595e377cfae7aa85e5864e731f48c077b9bb65c989226f7bce231930b/openlabs_mail-3.2.0.1.tar.gz#sha256=245722a87613c3eae256f8f91ab21f1f18fd20656b4c2c2c963688a430b52594 (from https://pypi.org/simple/openlabs-mail/), version: 3.2.0.1 2021-07-10T02:16:36,753 Found link https://files.pythonhosted.org/packages/af/1f/b73e199fc70502aac47844346f56c8f6a44a6d6634615184eca476c8d6b4/openlabs_mail-3.2.0.2.tar.gz#sha256=30a722229b33c034c26989c0ac8d9a4214a16095694df7436a504598bf6f201a (from https://pypi.org/simple/openlabs-mail/), version: 3.2.0.2 2021-07-10T02:16:36,754 Found link https://files.pythonhosted.org/packages/4b/09/38c38a411a69eb15e41ef2e7b3ad89469df503b3fee6f371c7056b4932bd/openlabs_mail-3.4.0.1.tar.gz#sha256=f72fba5df3667ee1b4d58cfd2b7ab83ae5ef4d648a3fbcda0fdb5e1720937657 (from https://pypi.org/simple/openlabs-mail/), version: 3.4.0.1 2021-07-10T02:16:36,754 Skipping link: not a file: https://pypi.org/simple/openlabs-mail/ 2021-07-10T02:16:36,770 Given no hashes to check 1 links for project 'openlabs-mail': discarding no candidates 2021-07-10T02:16:36,788 Collecting openlabs-mail==3.2.0.2 2021-07-10T02:16:36,789 Created temporary directory: /tmp/pip-unpack-fif8wnfp 2021-07-10T02:16:36,960 Downloading openlabs_mail-3.2.0.2.tar.gz (6.7 kB) 2021-07-10T02:16:37,013 Added openlabs-mail==3.2.0.2 from https://files.pythonhosted.org/packages/af/1f/b73e199fc70502aac47844346f56c8f6a44a6d6634615184eca476c8d6b4/openlabs_mail-3.2.0.2.tar.gz#sha256=30a722229b33c034c26989c0ac8d9a4214a16095694df7436a504598bf6f201a to build tracker '/tmp/pip-req-tracker-ygw0yhgh' 2021-07-10T02:16:37,014 Running setup.py (path:/tmp/pip-wheel-vh19vvig/openlabs-mail_c297e7ae87c34f79b02f49dd9f826208/setup.py) egg_info for package openlabs-mail 2021-07-10T02:16:37,015 Created temporary directory: /tmp/pip-pip-egg-info-igxdzpho 2021-07-10T02:16:37,015 Running command python setup.py egg_info 2021-07-10T02:16:37,657 Traceback (most recent call last): 2021-07-10T02:16:37,657 File "", line 1, in 2021-07-10T02:16:37,658 File "/tmp/pip-wheel-vh19vvig/openlabs-mail_c297e7ae87c34f79b02f49dd9f826208/setup.py", line 7, in 2021-07-10T02:16:37,658 import ConfigParser 2021-07-10T02:16:37,658 ModuleNotFoundError: No module named 'ConfigParser' 2021-07-10T02:16:37,710 WARNING: Discarding https://files.pythonhosted.org/packages/af/1f/b73e199fc70502aac47844346f56c8f6a44a6d6634615184eca476c8d6b4/openlabs_mail-3.2.0.2.tar.gz#sha256=30a722229b33c034c26989c0ac8d9a4214a16095694df7436a504598bf6f201a (from https://pypi.org/simple/openlabs-mail/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T02:16:37,711 ERROR: Could not find a version that satisfies the requirement openlabs-mail==3.2.0.2 (from versions: 3.2.0.1, 3.2.0.2, 3.4.0.1) 2021-07-10T02:16:37,712 ERROR: No matching distribution found for openlabs-mail==3.2.0.2 2021-07-10T02:16:37,712 Exception information: 2021-07-10T02:16:37,712 Traceback (most recent call last): 2021-07-10T02:16:37,712 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T02:16:37,712 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T02:16:37,712 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T02:16:37,712 raise RequirementsConflicted(criterion) 2021-07-10T02:16:37,712 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('openlabs-mail==3.2.0.2') 2021-07-10T02:16:37,712 2021-07-10T02:16:37,712 During handling of the above exception, another exception occurred: 2021-07-10T02:16:37,712 2021-07-10T02:16:37,712 Traceback (most recent call last): 2021-07-10T02:16:37,712 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T02:16:37,712 result = self._result = resolver.resolve( 2021-07-10T02:16:37,712 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T02:16:37,712 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T02:16:37,712 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T02:16:37,712 raise ResolutionImpossible(e.criterion.information) 2021-07-10T02:16:37,712 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('openlabs-mail==3.2.0.2'), parent=None)] 2021-07-10T02:16:37,712 2021-07-10T02:16:37,712 The above exception was the direct cause of the following exception: 2021-07-10T02:16:37,712 2021-07-10T02:16:37,712 Traceback (most recent call last): 2021-07-10T02:16:37,712 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T02:16:37,712 status = self.run(options, args) 2021-07-10T02:16:37,712 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T02:16:37,712 return func(self, options, args) 2021-07-10T02:16:37,712 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T02:16:37,712 requirement_set = resolver.resolve( 2021-07-10T02:16:37,712 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T02:16:37,712 raise error from e 2021-07-10T02:16:37,712 pip._internal.exceptions.DistributionNotFound: No matching distribution found for openlabs-mail==3.2.0.2 2021-07-10T02:16:37,717 Removed openlabs-mail==3.2.0.2 from https://files.pythonhosted.org/packages/af/1f/b73e199fc70502aac47844346f56c8f6a44a6d6634615184eca476c8d6b4/openlabs_mail-3.2.0.2.tar.gz#sha256=30a722229b33c034c26989c0ac8d9a4214a16095694df7436a504598bf6f201a from build tracker '/tmp/pip-req-tracker-ygw0yhgh' 2021-07-10T02:16:37,717 Removed build tracker: '/tmp/pip-req-tracker-ygw0yhgh'