2022-02-14T14:27:42,382 Created temporary directory: /tmp/pip-ephem-wheel-cache-j04k5pw1 2022-02-14T14:27:42,387 Created temporary directory: /tmp/pip-req-tracker-h04k06oi 2022-02-14T14:27:42,388 Initialized build tracking at /tmp/pip-req-tracker-h04k06oi 2022-02-14T14:27:42,389 Created build tracker: /tmp/pip-req-tracker-h04k06oi 2022-02-14T14:27:42,389 Entered build tracker: /tmp/pip-req-tracker-h04k06oi 2022-02-14T14:27:42,390 Created temporary directory: /tmp/pip-wheel-dgcl5r7u 2022-02-14T14:27:42,451 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-14T14:27:42,460 2 location(s) to search for versions of email2pdf2: 2022-02-14T14:27:42,460 * https://pypi.org/simple/email2pdf2/ 2022-02-14T14:27:42,460 * https://www.piwheels.org/simple/email2pdf2/ 2022-02-14T14:27:42,461 Fetching project page and analyzing links: https://pypi.org/simple/email2pdf2/ 2022-02-14T14:27:42,462 Getting page https://pypi.org/simple/email2pdf2/ 2022-02-14T14:27:42,466 Found index url https://pypi.org/simple 2022-02-14T14:27:42,575 Skipping link: No binaries permitted for email2pdf2: https://files.pythonhosted.org/packages/ae/c5/e58e46b7a54ae7ecfa788a9bfeda4ca92c4d4faf3978be1647bbd4fbc9ae/email2pdf2-0.0.2-py3-none-any.whl#sha256=fb8c2a5780f544dfcb26290b3ccd505133614baaa2ac6b220873baa89b23a4c5 (from https://pypi.org/simple/email2pdf2/) 2022-02-14T14:27:42,575 Found link https://files.pythonhosted.org/packages/1b/ce/fff00a33d52b5eaf0b8b1306c90fdedb4fcbf5dddba89bcef531d427e6d3/email2pdf2-0.0.2.tar.gz#sha256=b9a67e98d5216a3b577ebb38a7147eb17191a6ed8e48baf42c18ecaba6df3d26 (from https://pypi.org/simple/email2pdf2/), version: 0.0.2 2022-02-14T14:27:42,576 Skipping link: No binaries permitted for email2pdf2: https://files.pythonhosted.org/packages/10/c6/3bbea1ec16bd25aec355ff3a055a4b6beae91946ce98354eb0ca484adf17/email2pdf2-0.0.3-py3-none-any.whl#sha256=e92654ae50fa67dd18d3313e6be063c5eca2b8509f9e34297928ed87953f297f (from https://pypi.org/simple/email2pdf2/) 2022-02-14T14:27:42,577 Found link https://files.pythonhosted.org/packages/9b/97/053be9b138d48df9cdfbcbf3bc41facc052f75f0942b5bccd5bdfe164baa/email2pdf2-0.0.3.tar.gz#sha256=5f12318c0e5dea421134ee3ba7c1bc1c3df312866089a5ef077ecb15d2983d87 (from https://pypi.org/simple/email2pdf2/), version: 0.0.3 2022-02-14T14:27:42,577 Fetching project page and analyzing links: https://www.piwheels.org/simple/email2pdf2/ 2022-02-14T14:27:42,578 Getting page https://www.piwheels.org/simple/email2pdf2/ 2022-02-14T14:27:42,580 Found index url https://www.piwheels.org/simple 2022-02-14T14:27:42,802 Skipping link: not a file: https://www.piwheels.org/simple/email2pdf2/ 2022-02-14T14:27:42,803 Skipping link: not a file: https://pypi.org/simple/email2pdf2/ 2022-02-14T14:27:42,837 Given no hashes to check 1 links for project 'email2pdf2': discarding no candidates 2022-02-14T14:27:42,868 Collecting email2pdf2==0.0.3 2022-02-14T14:27:42,872 Created temporary directory: /tmp/pip-unpack-gmzr0fye 2022-02-14T14:27:42,961 Downloading email2pdf2-0.0.3.tar.gz (33 kB) 2022-02-14T14:27:43,074 Added email2pdf2==0.0.3 from https://files.pythonhosted.org/packages/9b/97/053be9b138d48df9cdfbcbf3bc41facc052f75f0942b5bccd5bdfe164baa/email2pdf2-0.0.3.tar.gz#sha256=5f12318c0e5dea421134ee3ba7c1bc1c3df312866089a5ef077ecb15d2983d87 to build tracker '/tmp/pip-req-tracker-h04k06oi' 2022-02-14T14:27:43,076 Running setup.py (path:/tmp/pip-wheel-dgcl5r7u/email2pdf2_2a5259c75ec0461b941118eb322f6312/setup.py) egg_info for package email2pdf2 2022-02-14T14:27:43,077 Created temporary directory: /tmp/pip-pip-egg-info-u8ggagx2 2022-02-14T14:27:43,078 Preparing metadata (setup.py): started 2022-02-14T14:27:43,080 Running command python setup.py egg_info 2022-02-14T14:27:45,153 running egg_info 2022-02-14T14:27:45,163 creating /tmp/pip-pip-egg-info-u8ggagx2/email2pdf2.egg-info 2022-02-14T14:27:45,177 writing manifest file '/tmp/pip-pip-egg-info-u8ggagx2/email2pdf2.egg-info/SOURCES.txt' 2022-02-14T14:27:45,200 /usr/local/lib/python3.7/dist-packages/setuptools/dist.py:511: UserWarning: The version specified ('_2a5259c75ec0461b941118eb322f6312') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. 2022-02-14T14:27:45,201 "details." % version 2022-02-14T14:27:45,201 /usr/local/lib/python3.7/dist-packages/pkg_resources/__init__.py:119: PkgResourcesDeprecationWarning: -2a5259c75ec0461b941118eb322f6312 is an invalid version and will not be supported in a future release 2022-02-14T14:27:45,202 PkgResourcesDeprecationWarning, 2022-02-14T14:27:45,202 warning: no files found matching 'LICENSE' 2022-02-14T14:27:45,206 writing manifest file '/tmp/pip-pip-egg-info-u8ggagx2/email2pdf2.egg-info/SOURCES.txt' 2022-02-14T14:27:45,337 Preparing metadata (setup.py): finished with status 'done' 2022-02-14T14:27:45,348 WARNING: Requested email2pdf2==0.0.3 from https://files.pythonhosted.org/packages/9b/97/053be9b138d48df9cdfbcbf3bc41facc052f75f0942b5bccd5bdfe164baa/email2pdf2-0.0.3.tar.gz#sha256=5f12318c0e5dea421134ee3ba7c1bc1c3df312866089a5ef077ecb15d2983d87, but installing version -2a5259c75ec0461b941118eb322f6312 2022-02-14T14:27:45,352 Removed email2pdf2==0.0.3 from https://files.pythonhosted.org/packages/9b/97/053be9b138d48df9cdfbcbf3bc41facc052f75f0942b5bccd5bdfe164baa/email2pdf2-0.0.3.tar.gz#sha256=5f12318c0e5dea421134ee3ba7c1bc1c3df312866089a5ef077ecb15d2983d87 from build tracker '/tmp/pip-req-tracker-h04k06oi' 2022-02-14T14:27:45,357 Discarding [blue underline]https://files.pythonhosted.org/packages/9b/97/053be9b138d48df9cdfbcbf3bc41facc052f75f0942b5bccd5bdfe164baa/email2pdf2-0.0.3.tar.gz#sha256=5f12318c0e5dea421134ee3ba7c1bc1c3df312866089a5ef077ecb15d2983d87 (from https://pypi.org/simple/email2pdf2/)[/]: [yellow]Requested email2pdf2==0.0.3 from https://files.pythonhosted.org/packages/9b/97/053be9b138d48df9cdfbcbf3bc41facc052f75f0942b5bccd5bdfe164baa/email2pdf2-0.0.3.tar.gz#sha256=5f12318c0e5dea421134ee3ba7c1bc1c3df312866089a5ef077ecb15d2983d87 has inconsistent version: filename has '0.0.3', but metadata has '-2a5259c75ec0461b941118eb322f6312'[reset] 2022-02-14T14:27:45,363 ERROR: Could not find a version that satisfies the requirement email2pdf2==0.0.3 (from versions: 0.0.2, 0.0.3) 2022-02-14T14:27:45,366 ERROR: No matching distribution found for email2pdf2==0.0.3 2022-02-14T14:27:45,368 Exception information: 2022-02-14T14:27:45,368 Traceback (most recent call last): 2022-02-14T14:27:45,368 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-02-14T14:27:45,368 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-02-14T14:27:45,368 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-02-14T14:27:45,368 raise RequirementsConflicted(criterion) 2022-02-14T14:27:45,368 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('email2pdf2==0.0.3') 2022-02-14T14:27:45,368 2022-02-14T14:27:45,368 During handling of the above exception, another exception occurred: 2022-02-14T14:27:45,368 2022-02-14T14:27:45,368 Traceback (most recent call last): 2022-02-14T14:27:45,368 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-02-14T14:27:45,368 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-02-14T14:27:45,368 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-02-14T14:27:45,368 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-14T14:27:45,368 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-02-14T14:27:45,368 raise ResolutionImpossible(e.criterion.information) 2022-02-14T14:27:45,368 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('email2pdf2==0.0.3'), parent=None)] 2022-02-14T14:27:45,368 2022-02-14T14:27:45,368 The above exception was the direct cause of the following exception: 2022-02-14T14:27:45,368 2022-02-14T14:27:45,368 Traceback (most recent call last): 2022-02-14T14:27:45,368 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-02-14T14:27:45,368 status = run_func(*args) 2022-02-14T14:27:45,368 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-02-14T14:27:45,368 return func(self, options, args) 2022-02-14T14:27:45,368 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-02-14T14:27:45,368 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-02-14T14:27:45,368 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-02-14T14:27:45,368 raise error from e 2022-02-14T14:27:45,368 pip._internal.exceptions.DistributionNotFound: No matching distribution found for email2pdf2==0.0.3 2022-02-14T14:27:45,377 Removed build tracker: '/tmp/pip-req-tracker-h04k06oi'