2021-07-10T14:18:07,001 Created temporary directory: /tmp/pip-ephem-wheel-cache-_0c29vc3 2021-07-10T14:18:07,004 Created temporary directory: /tmp/pip-req-tracker-pmkt6hpa 2021-07-10T14:18:07,004 Initialized build tracking at /tmp/pip-req-tracker-pmkt6hpa 2021-07-10T14:18:07,005 Created build tracker: /tmp/pip-req-tracker-pmkt6hpa 2021-07-10T14:18:07,005 Entered build tracker: /tmp/pip-req-tracker-pmkt6hpa 2021-07-10T14:18:07,005 Created temporary directory: /tmp/pip-wheel-nr4fe_hv 2021-07-10T14:18:07,038 1 location(s) to search for versions of platyutil: 2021-07-10T14:18:07,038 * https://pypi.org/simple/platyutil/ 2021-07-10T14:18:07,039 Fetching project page and analyzing links: https://pypi.org/simple/platyutil/ 2021-07-10T14:18:07,039 Getting page https://pypi.org/simple/platyutil/ 2021-07-10T14:18:07,041 Found index url https://pypi.org/simple 2021-07-10T14:18:07,247 Found link https://files.pythonhosted.org/packages/ba/dc/8cb77737c20214019f106650657fe904656cec64d5f5d2778f03a97e15b8/platyutil-0.1.3.linux-x86_64.tar.gz#sha256=5f9e9bf9ab160c677c9fa0fcc7d3fb555982620efa8a94323253e984d32eb55e (from https://pypi.org/simple/platyutil/), version: 0.1.3.linux-x86_64 2021-07-10T14:18:07,247 Found link https://files.pythonhosted.org/packages/88/a8/e07d05f1f681cd413c09b472cefa105a86727ab852c90d3748b581b14b40/platyutil-0.1.3.tar.gz#sha256=def44dd375e35d5a32e7f6aea9f6d9a396775e2a6ff8b4c9012f92319d2537d8 (from https://pypi.org/simple/platyutil/), version: 0.1.3 2021-07-10T14:18:07,248 Skipping link: not a file: https://pypi.org/simple/platyutil/ 2021-07-10T14:18:07,265 Given no hashes to check 1 links for project 'platyutil': discarding no candidates 2021-07-10T14:18:07,283 Collecting platyutil==0.1.3 2021-07-10T14:18:07,285 Created temporary directory: /tmp/pip-unpack-f0ps39ej 2021-07-10T14:18:07,455 Downloading platyutil-0.1.3.tar.gz (4.1 kB) 2021-07-10T14:18:07,494 Added platyutil==0.1.3 from https://files.pythonhosted.org/packages/88/a8/e07d05f1f681cd413c09b472cefa105a86727ab852c90d3748b581b14b40/platyutil-0.1.3.tar.gz#sha256=def44dd375e35d5a32e7f6aea9f6d9a396775e2a6ff8b4c9012f92319d2537d8 to build tracker '/tmp/pip-req-tracker-pmkt6hpa' 2021-07-10T14:18:07,495 Running setup.py (path:/tmp/pip-wheel-nr4fe_hv/platyutil_a800aee7ef3e4e0d892b5f03007a583b/setup.py) egg_info for package platyutil 2021-07-10T14:18:07,496 Created temporary directory: /tmp/pip-pip-egg-info-gvp1_vfh 2021-07-10T14:18:07,496 Running command python setup.py egg_info 2021-07-10T14:18:08,189 Traceback (most recent call last): 2021-07-10T14:18:08,189 File "", line 1, in 2021-07-10T14:18:08,190 File "/tmp/pip-wheel-nr4fe_hv/platyutil_a800aee7ef3e4e0d892b5f03007a583b/setup.py", line 30, in 2021-07-10T14:18:08,190 import platyutil 2021-07-10T14:18:08,190 File "/tmp/pip-wheel-nr4fe_hv/platyutil_a800aee7ef3e4e0d892b5f03007a583b/platyutil/__init__.py", line 23, in 2021-07-10T14:18:08,190 from platyutil.version import get_version 2021-07-10T14:18:08,190 File "/tmp/pip-wheel-nr4fe_hv/platyutil_a800aee7ef3e4e0d892b5f03007a583b/platyutil/version.py", line 86 2021-07-10T14:18:08,191 print get_git_version() 2021-07-10T14:18:08,191 ^ 2021-07-10T14:18:08,191 SyntaxError: invalid syntax 2021-07-10T14:18:08,238 WARNING: Discarding https://files.pythonhosted.org/packages/88/a8/e07d05f1f681cd413c09b472cefa105a86727ab852c90d3748b581b14b40/platyutil-0.1.3.tar.gz#sha256=def44dd375e35d5a32e7f6aea9f6d9a396775e2a6ff8b4c9012f92319d2537d8 (from https://pypi.org/simple/platyutil/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T14:18:08,239 ERROR: Could not find a version that satisfies the requirement platyutil==0.1.3 (from versions: 0.1.3.linux-x86_64, 0.1.3) 2021-07-10T14:18:08,240 ERROR: No matching distribution found for platyutil==0.1.3 2021-07-10T14:18:08,240 Exception information: 2021-07-10T14:18:08,240 Traceback (most recent call last): 2021-07-10T14:18:08,240 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T14:18:08,240 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T14:18:08,240 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T14:18:08,240 raise RequirementsConflicted(criterion) 2021-07-10T14:18:08,240 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('platyutil==0.1.3') 2021-07-10T14:18:08,240 2021-07-10T14:18:08,240 During handling of the above exception, another exception occurred: 2021-07-10T14:18:08,240 2021-07-10T14:18:08,240 Traceback (most recent call last): 2021-07-10T14:18:08,240 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T14:18:08,240 result = self._result = resolver.resolve( 2021-07-10T14:18:08,240 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T14:18:08,240 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T14:18:08,240 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T14:18:08,240 raise ResolutionImpossible(e.criterion.information) 2021-07-10T14:18:08,240 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('platyutil==0.1.3'), parent=None)] 2021-07-10T14:18:08,240 2021-07-10T14:18:08,240 The above exception was the direct cause of the following exception: 2021-07-10T14:18:08,240 2021-07-10T14:18:08,240 Traceback (most recent call last): 2021-07-10T14:18:08,240 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T14:18:08,240 status = self.run(options, args) 2021-07-10T14:18:08,240 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T14:18:08,240 return func(self, options, args) 2021-07-10T14:18:08,240 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T14:18:08,240 requirement_set = resolver.resolve( 2021-07-10T14:18:08,240 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T14:18:08,240 raise error from e 2021-07-10T14:18:08,240 pip._internal.exceptions.DistributionNotFound: No matching distribution found for platyutil==0.1.3 2021-07-10T14:18:08,245 Removed platyutil==0.1.3 from https://files.pythonhosted.org/packages/88/a8/e07d05f1f681cd413c09b472cefa105a86727ab852c90d3748b581b14b40/platyutil-0.1.3.tar.gz#sha256=def44dd375e35d5a32e7f6aea9f6d9a396775e2a6ff8b4c9012f92319d2537d8 from build tracker '/tmp/pip-req-tracker-pmkt6hpa' 2021-07-10T14:18:08,245 Removed build tracker: '/tmp/pip-req-tracker-pmkt6hpa'