2021-07-08T15:01:03,778 Created temporary directory: /tmp/pip-ephem-wheel-cache-tphgzqpm 2021-07-08T15:01:03,781 Created temporary directory: /tmp/pip-req-tracker-g03j9f5q 2021-07-08T15:01:03,781 Initialized build tracking at /tmp/pip-req-tracker-g03j9f5q 2021-07-08T15:01:03,781 Created build tracker: /tmp/pip-req-tracker-g03j9f5q 2021-07-08T15:01:03,782 Entered build tracker: /tmp/pip-req-tracker-g03j9f5q 2021-07-08T15:01:03,782 Created temporary directory: /tmp/pip-wheel-n05ghtyz 2021-07-08T15:01:03,816 1 location(s) to search for versions of dnd: 2021-07-08T15:01:03,816 * https://pypi.org/simple/dnd/ 2021-07-08T15:01:03,816 Fetching project page and analyzing links: https://pypi.org/simple/dnd/ 2021-07-08T15:01:03,817 Getting page https://pypi.org/simple/dnd/ 2021-07-08T15:01:03,818 Found index url https://pypi.org/simple 2021-07-08T15:01:03,994 Found link https://files.pythonhosted.org/packages/49/d2/4c18e5b041c6d7c6ba225490d77c9b98dc70c888937f10cb72528f6d9188/dnd-1.7.tar.gz#sha256=e5facecb946e60e57a40dde0dcdd235227adeeb6de99d5523438419b5841bf18 (from https://pypi.org/simple/dnd/), version: 1.7 2021-07-08T15:01:03,995 Skipping link: not a file: https://pypi.org/simple/dnd/ 2021-07-08T15:01:04,011 Given no hashes to check 1 links for project 'dnd': discarding no candidates 2021-07-08T15:01:04,028 Collecting dnd==1.7 2021-07-08T15:01:04,029 Created temporary directory: /tmp/pip-unpack-68khptt8 2021-07-08T15:01:04,205 Downloading dnd-1.7.tar.gz (21 kB) 2021-07-08T15:01:04,253 Added dnd==1.7 from https://files.pythonhosted.org/packages/49/d2/4c18e5b041c6d7c6ba225490d77c9b98dc70c888937f10cb72528f6d9188/dnd-1.7.tar.gz#sha256=e5facecb946e60e57a40dde0dcdd235227adeeb6de99d5523438419b5841bf18 to build tracker '/tmp/pip-req-tracker-g03j9f5q' 2021-07-08T15:01:04,254 Running setup.py (path:/tmp/pip-wheel-n05ghtyz/dnd_fc03a4b953f643d2b6b82c83735ea065/setup.py) egg_info for package dnd 2021-07-08T15:01:04,255 Created temporary directory: /tmp/pip-pip-egg-info-g_uxyxjz 2021-07-08T15:01:04,255 Running command python setup.py egg_info 2021-07-08T15:01:04,879 Traceback (most recent call last): 2021-07-08T15:01:04,880 File "", line 1, in 2021-07-08T15:01:04,880 File "/tmp/pip-wheel-n05ghtyz/dnd_fc03a4b953f643d2b6b82c83735ea065/setup.py", line 11, in 2021-07-08T15:01:04,880 from dnd import __version__ as lib_version 2021-07-08T15:01:04,881 File "/tmp/pip-wheel-n05ghtyz/dnd_fc03a4b953f643d2b6b82c83735ea065/dnd.py", line 132 2021-07-08T15:01:04,881 while len(s) % 3 <> 0: 2021-07-08T15:01:04,881 ^ 2021-07-08T15:01:04,881 SyntaxError: invalid syntax 2021-07-08T15:01:04,930 WARNING: Discarding https://files.pythonhosted.org/packages/49/d2/4c18e5b041c6d7c6ba225490d77c9b98dc70c888937f10cb72528f6d9188/dnd-1.7.tar.gz#sha256=e5facecb946e60e57a40dde0dcdd235227adeeb6de99d5523438419b5841bf18 (from https://pypi.org/simple/dnd/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-08T15:01:04,931 ERROR: Could not find a version that satisfies the requirement dnd==1.7 (from versions: 1.7) 2021-07-08T15:01:04,931 ERROR: No matching distribution found for dnd==1.7 2021-07-08T15:01:04,932 Exception information: 2021-07-08T15:01:04,932 Traceback (most recent call last): 2021-07-08T15:01:04,932 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T15:01:04,932 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T15:01:04,932 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-08T15:01:04,932 raise RequirementsConflicted(criterion) 2021-07-08T15:01:04,932 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('dnd==1.7') 2021-07-08T15:01:04,932 2021-07-08T15:01:04,932 During handling of the above exception, another exception occurred: 2021-07-08T15:01:04,932 2021-07-08T15:01:04,932 Traceback (most recent call last): 2021-07-08T15:01:04,932 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T15:01:04,932 result = self._result = resolver.resolve( 2021-07-08T15:01:04,932 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T15:01:04,932 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T15:01:04,932 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-08T15:01:04,932 raise ResolutionImpossible(e.criterion.information) 2021-07-08T15:01:04,932 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('dnd==1.7'), parent=None)] 2021-07-08T15:01:04,932 2021-07-08T15:01:04,932 The above exception was the direct cause of the following exception: 2021-07-08T15:01:04,932 2021-07-08T15:01:04,932 Traceback (most recent call last): 2021-07-08T15:01:04,932 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T15:01:04,932 status = self.run(options, args) 2021-07-08T15:01:04,932 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T15:01:04,932 return func(self, options, args) 2021-07-08T15:01:04,932 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T15:01:04,932 requirement_set = resolver.resolve( 2021-07-08T15:01:04,932 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-08T15:01:04,932 raise error from e 2021-07-08T15:01:04,932 pip._internal.exceptions.DistributionNotFound: No matching distribution found for dnd==1.7 2021-07-08T15:01:04,936 Removed dnd==1.7 from https://files.pythonhosted.org/packages/49/d2/4c18e5b041c6d7c6ba225490d77c9b98dc70c888937f10cb72528f6d9188/dnd-1.7.tar.gz#sha256=e5facecb946e60e57a40dde0dcdd235227adeeb6de99d5523438419b5841bf18 from build tracker '/tmp/pip-req-tracker-g03j9f5q' 2021-07-08T15:01:04,937 Removed build tracker: '/tmp/pip-req-tracker-g03j9f5q'