2021-07-10T02:15:37,638 Created temporary directory: /tmp/pip-ephem-wheel-cache-nlftld5w 2021-07-10T02:15:37,641 Created temporary directory: /tmp/pip-req-tracker-of45_2hh 2021-07-10T02:15:37,641 Initialized build tracking at /tmp/pip-req-tracker-of45_2hh 2021-07-10T02:15:37,641 Created build tracker: /tmp/pip-req-tracker-of45_2hh 2021-07-10T02:15:37,642 Entered build tracker: /tmp/pip-req-tracker-of45_2hh 2021-07-10T02:15:37,642 Created temporary directory: /tmp/pip-wheel-lckt5uoe 2021-07-10T02:15:37,679 1 location(s) to search for versions of openlabs-mail: 2021-07-10T02:15:37,679 * https://pypi.org/simple/openlabs-mail/ 2021-07-10T02:15:37,679 Fetching project page and analyzing links: https://pypi.org/simple/openlabs-mail/ 2021-07-10T02:15:37,680 Getting page https://pypi.org/simple/openlabs-mail/ 2021-07-10T02:15:37,681 Found index url https://pypi.org/simple 2021-07-10T02:15:37,864 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:15:37,865 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:15:37,865 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:15:37,865 Skipping link: not a file: https://pypi.org/simple/openlabs-mail/ 2021-07-10T02:15:37,882 Given no hashes to check 1 links for project 'openlabs-mail': discarding no candidates 2021-07-10T02:15:37,900 Collecting openlabs-mail==3.2.0.1 2021-07-10T02:15:37,902 Created temporary directory: /tmp/pip-unpack-7v6_nqwj 2021-07-10T02:15:38,075 Downloading openlabs_mail-3.2.0.1.tar.gz (6.7 kB) 2021-07-10T02:15:38,129 Added openlabs-mail==3.2.0.1 from https://files.pythonhosted.org/packages/c1/cc/1d6595e377cfae7aa85e5864e731f48c077b9bb65c989226f7bce231930b/openlabs_mail-3.2.0.1.tar.gz#sha256=245722a87613c3eae256f8f91ab21f1f18fd20656b4c2c2c963688a430b52594 to build tracker '/tmp/pip-req-tracker-of45_2hh' 2021-07-10T02:15:38,130 Running setup.py (path:/tmp/pip-wheel-lckt5uoe/openlabs-mail_b7bbeb1a960c4c6985bd54f80ef80df0/setup.py) egg_info for package openlabs-mail 2021-07-10T02:15:38,131 Created temporary directory: /tmp/pip-pip-egg-info-chgm2h70 2021-07-10T02:15:38,131 Running command python setup.py egg_info 2021-07-10T02:15:38,792 Traceback (most recent call last): 2021-07-10T02:15:38,793 File "", line 1, in 2021-07-10T02:15:38,793 File "/tmp/pip-wheel-lckt5uoe/openlabs-mail_b7bbeb1a960c4c6985bd54f80ef80df0/setup.py", line 7, in 2021-07-10T02:15:38,793 import ConfigParser 2021-07-10T02:15:38,794 ModuleNotFoundError: No module named 'ConfigParser' 2021-07-10T02:15:38,844 WARNING: Discarding 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/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T02:15:38,845 ERROR: Could not find a version that satisfies the requirement openlabs-mail==3.2.0.1 (from versions: 3.2.0.1, 3.2.0.2, 3.4.0.1) 2021-07-10T02:15:38,845 ERROR: No matching distribution found for openlabs-mail==3.2.0.1 2021-07-10T02:15:38,846 Exception information: 2021-07-10T02:15:38,846 Traceback (most recent call last): 2021-07-10T02:15:38,846 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T02:15:38,846 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T02:15:38,846 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T02:15:38,846 raise RequirementsConflicted(criterion) 2021-07-10T02:15:38,846 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('openlabs-mail==3.2.0.1') 2021-07-10T02:15:38,846 2021-07-10T02:15:38,846 During handling of the above exception, another exception occurred: 2021-07-10T02:15:38,846 2021-07-10T02:15:38,846 Traceback (most recent call last): 2021-07-10T02:15:38,846 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T02:15:38,846 result = self._result = resolver.resolve( 2021-07-10T02:15:38,846 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T02:15:38,846 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T02:15:38,846 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T02:15:38,846 raise ResolutionImpossible(e.criterion.information) 2021-07-10T02:15:38,846 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('openlabs-mail==3.2.0.1'), parent=None)] 2021-07-10T02:15:38,846 2021-07-10T02:15:38,846 The above exception was the direct cause of the following exception: 2021-07-10T02:15:38,846 2021-07-10T02:15:38,846 Traceback (most recent call last): 2021-07-10T02:15:38,846 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T02:15:38,846 status = self.run(options, args) 2021-07-10T02:15:38,846 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T02:15:38,846 return func(self, options, args) 2021-07-10T02:15:38,846 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T02:15:38,846 requirement_set = resolver.resolve( 2021-07-10T02:15:38,846 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T02:15:38,846 raise error from e 2021-07-10T02:15:38,846 pip._internal.exceptions.DistributionNotFound: No matching distribution found for openlabs-mail==3.2.0.1 2021-07-10T02:15:38,851 Removed openlabs-mail==3.2.0.1 from https://files.pythonhosted.org/packages/c1/cc/1d6595e377cfae7aa85e5864e731f48c077b9bb65c989226f7bce231930b/openlabs_mail-3.2.0.1.tar.gz#sha256=245722a87613c3eae256f8f91ab21f1f18fd20656b4c2c2c963688a430b52594 from build tracker '/tmp/pip-req-tracker-of45_2hh' 2021-07-10T02:15:38,851 Removed build tracker: '/tmp/pip-req-tracker-of45_2hh'