2021-07-10T02:54:18,252 Created temporary directory: /tmp/pip-ephem-wheel-cache-hk5f23tj 2021-07-10T02:54:18,255 Created temporary directory: /tmp/pip-req-tracker-wyfxojco 2021-07-10T02:54:18,256 Initialized build tracking at /tmp/pip-req-tracker-wyfxojco 2021-07-10T02:54:18,256 Created build tracker: /tmp/pip-req-tracker-wyfxojco 2021-07-10T02:54:18,256 Entered build tracker: /tmp/pip-req-tracker-wyfxojco 2021-07-10T02:54:18,257 Created temporary directory: /tmp/pip-wheel-jrebmk80 2021-07-10T02:54:18,290 1 location(s) to search for versions of openlabs-mail: 2021-07-10T02:54:18,290 * https://pypi.org/simple/openlabs-mail/ 2021-07-10T02:54:18,291 Fetching project page and analyzing links: https://pypi.org/simple/openlabs-mail/ 2021-07-10T02:54:18,291 Getting page https://pypi.org/simple/openlabs-mail/ 2021-07-10T02:54:18,293 Found index url https://pypi.org/simple 2021-07-10T02:54:18,382 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:54:18,382 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:54:18,382 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:54:18,383 Skipping link: not a file: https://pypi.org/simple/openlabs-mail/ 2021-07-10T02:54:18,401 Given no hashes to check 1 links for project 'openlabs-mail': discarding no candidates 2021-07-10T02:54:18,420 Collecting openlabs-mail==3.4.0.1 2021-07-10T02:54:18,422 Created temporary directory: /tmp/pip-unpack-2n2gs51e 2021-07-10T02:54:18,599 Downloading openlabs_mail-3.4.0.1.tar.gz (9.5 kB) 2021-07-10T02:54:18,654 Added openlabs-mail==3.4.0.1 from https://files.pythonhosted.org/packages/4b/09/38c38a411a69eb15e41ef2e7b3ad89469df503b3fee6f371c7056b4932bd/openlabs_mail-3.4.0.1.tar.gz#sha256=f72fba5df3667ee1b4d58cfd2b7ab83ae5ef4d648a3fbcda0fdb5e1720937657 to build tracker '/tmp/pip-req-tracker-wyfxojco' 2021-07-10T02:54:18,655 Running setup.py (path:/tmp/pip-wheel-jrebmk80/openlabs-mail_86fb2ab853814ce9979b55d646eefeba/setup.py) egg_info for package openlabs-mail 2021-07-10T02:54:18,655 Created temporary directory: /tmp/pip-pip-egg-info-cd688n4k 2021-07-10T02:54:18,656 Running command python setup.py egg_info 2021-07-10T02:54:19,332 Traceback (most recent call last): 2021-07-10T02:54:19,333 File "", line 1, in 2021-07-10T02:54:19,333 File "/tmp/pip-wheel-jrebmk80/openlabs-mail_86fb2ab853814ce9979b55d646eefeba/setup.py", line 7, in 2021-07-10T02:54:19,334 import ConfigParser 2021-07-10T02:54:19,334 ModuleNotFoundError: No module named 'ConfigParser' 2021-07-10T02:54:19,384 WARNING: Discarding 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/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T02:54:19,386 ERROR: Could not find a version that satisfies the requirement openlabs-mail==3.4.0.1 (from versions: 3.2.0.1, 3.2.0.2, 3.4.0.1) 2021-07-10T02:54:19,386 ERROR: No matching distribution found for openlabs-mail==3.4.0.1 2021-07-10T02:54:19,387 Exception information: 2021-07-10T02:54:19,387 Traceback (most recent call last): 2021-07-10T02:54:19,387 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T02:54:19,387 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T02:54:19,387 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T02:54:19,387 raise RequirementsConflicted(criterion) 2021-07-10T02:54:19,387 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('openlabs-mail==3.4.0.1') 2021-07-10T02:54:19,387 2021-07-10T02:54:19,387 During handling of the above exception, another exception occurred: 2021-07-10T02:54:19,387 2021-07-10T02:54:19,387 Traceback (most recent call last): 2021-07-10T02:54:19,387 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T02:54:19,387 result = self._result = resolver.resolve( 2021-07-10T02:54:19,387 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T02:54:19,387 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T02:54:19,387 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T02:54:19,387 raise ResolutionImpossible(e.criterion.information) 2021-07-10T02:54:19,387 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('openlabs-mail==3.4.0.1'), parent=None)] 2021-07-10T02:54:19,387 2021-07-10T02:54:19,387 The above exception was the direct cause of the following exception: 2021-07-10T02:54:19,387 2021-07-10T02:54:19,387 Traceback (most recent call last): 2021-07-10T02:54:19,387 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T02:54:19,387 status = self.run(options, args) 2021-07-10T02:54:19,387 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T02:54:19,387 return func(self, options, args) 2021-07-10T02:54:19,387 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T02:54:19,387 requirement_set = resolver.resolve( 2021-07-10T02:54:19,387 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T02:54:19,387 raise error from e 2021-07-10T02:54:19,387 pip._internal.exceptions.DistributionNotFound: No matching distribution found for openlabs-mail==3.4.0.1 2021-07-10T02:54:19,392 Removed openlabs-mail==3.4.0.1 from https://files.pythonhosted.org/packages/4b/09/38c38a411a69eb15e41ef2e7b3ad89469df503b3fee6f371c7056b4932bd/openlabs_mail-3.4.0.1.tar.gz#sha256=f72fba5df3667ee1b4d58cfd2b7ab83ae5ef4d648a3fbcda0fdb5e1720937657 from build tracker '/tmp/pip-req-tracker-wyfxojco' 2021-07-10T02:54:19,392 Removed build tracker: '/tmp/pip-req-tracker-wyfxojco'