2021-07-09T22:11:15,768 Created temporary directory: /tmp/pip-ephem-wheel-cache-ue503ghp 2021-07-09T22:11:15,771 Created temporary directory: /tmp/pip-req-tracker-bop6wfps 2021-07-09T22:11:15,772 Initialized build tracking at /tmp/pip-req-tracker-bop6wfps 2021-07-09T22:11:15,772 Created build tracker: /tmp/pip-req-tracker-bop6wfps 2021-07-09T22:11:15,772 Entered build tracker: /tmp/pip-req-tracker-bop6wfps 2021-07-09T22:11:15,773 Created temporary directory: /tmp/pip-wheel-ycy4z5wa 2021-07-09T22:11:15,805 1 location(s) to search for versions of pesky-defaults: 2021-07-09T22:11:15,805 * https://pypi.org/simple/pesky-defaults/ 2021-07-09T22:11:15,806 Fetching project page and analyzing links: https://pypi.org/simple/pesky-defaults/ 2021-07-09T22:11:15,806 Getting page https://pypi.org/simple/pesky-defaults/ 2021-07-09T22:11:15,808 Found index url https://pypi.org/simple 2021-07-09T22:11:15,987 Found link https://files.pythonhosted.org/packages/d6/1b/72a0d50604296c581f99d621c20e2939d28e2cf36b5eb2c49e8398c37a4b/pesky-defaults-0.0.1.tar.gz#sha256=080b4bd91cb2ad97a594304679aa52c8693e68d36962596c93a13fa745e2865f (from https://pypi.org/simple/pesky-defaults/), version: 0.0.1 2021-07-09T22:11:15,987 Found link https://files.pythonhosted.org/packages/2a/dd/de4b50f08f7c919a7770f096a654c00e4b1893a8cbc07481f9d1d4eabee4/pesky-defaults-0.0.2.tar.gz#sha256=a16f0b463cfbe8255db645280ca1fde41098740b1d5fecedb4302d3d564a5530 (from https://pypi.org/simple/pesky-defaults/), version: 0.0.2 2021-07-09T22:11:15,988 Skipping link: not a file: https://pypi.org/simple/pesky-defaults/ 2021-07-09T22:11:16,004 Given no hashes to check 1 links for project 'pesky-defaults': discarding no candidates 2021-07-09T22:11:16,021 Collecting pesky-defaults==0.0.1 2021-07-09T22:11:16,022 Created temporary directory: /tmp/pip-unpack-o7ud10iz 2021-07-09T22:11:16,195 Downloading pesky-defaults-0.0.1.tar.gz (3.6 kB) 2021-07-09T22:11:16,244 Added pesky-defaults==0.0.1 from https://files.pythonhosted.org/packages/d6/1b/72a0d50604296c581f99d621c20e2939d28e2cf36b5eb2c49e8398c37a4b/pesky-defaults-0.0.1.tar.gz#sha256=080b4bd91cb2ad97a594304679aa52c8693e68d36962596c93a13fa745e2865f to build tracker '/tmp/pip-req-tracker-bop6wfps' 2021-07-09T22:11:16,245 Running setup.py (path:/tmp/pip-wheel-ycy4z5wa/pesky-defaults_2ac4ffc5c83f4bed8a4009f82923ead7/setup.py) egg_info for package pesky-defaults 2021-07-09T22:11:16,246 Created temporary directory: /tmp/pip-pip-egg-info-8u54jfn2 2021-07-09T22:11:16,246 Running command python setup.py egg_info 2021-07-09T22:11:16,890 Traceback (most recent call last): 2021-07-09T22:11:16,890 File "", line 1, in 2021-07-09T22:11:16,891 File "/tmp/pip-wheel-ycy4z5wa/pesky-defaults_2ac4ffc5c83f4bed8a4009f82923ead7/setup.py", line 9, in 2021-07-09T22:11:16,891 from pesky.defaults import versionstring 2021-07-09T22:11:16,891 File "/tmp/pip-wheel-ycy4z5wa/pesky-defaults_2ac4ffc5c83f4bed8a4009f82923ead7/pesky/defaults/__init__.py", line 15, in 2021-07-09T22:11:16,891 from pesky.defaults.defaults import Defaults 2021-07-09T22:11:16,892 File "/tmp/pip-wheel-ycy4z5wa/pesky-defaults_2ac4ffc5c83f4bed8a4009f82923ead7/pesky/defaults/defaults.py", line 31 2021-07-09T22:11:16,892 except ImportError, e: 2021-07-09T22:11:16,892 ^ 2021-07-09T22:11:16,892 SyntaxError: invalid syntax 2021-07-09T22:11:16,942 WARNING: Discarding https://files.pythonhosted.org/packages/d6/1b/72a0d50604296c581f99d621c20e2939d28e2cf36b5eb2c49e8398c37a4b/pesky-defaults-0.0.1.tar.gz#sha256=080b4bd91cb2ad97a594304679aa52c8693e68d36962596c93a13fa745e2865f (from https://pypi.org/simple/pesky-defaults/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T22:11:16,943 ERROR: Could not find a version that satisfies the requirement pesky-defaults==0.0.1 (from versions: 0.0.1, 0.0.2) 2021-07-09T22:11:16,944 ERROR: No matching distribution found for pesky-defaults==0.0.1 2021-07-09T22:11:16,944 Exception information: 2021-07-09T22:11:16,944 Traceback (most recent call last): 2021-07-09T22:11:16,944 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T22:11:16,944 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T22:11:16,944 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T22:11:16,944 raise RequirementsConflicted(criterion) 2021-07-09T22:11:16,944 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pesky-defaults==0.0.1') 2021-07-09T22:11:16,944 2021-07-09T22:11:16,944 During handling of the above exception, another exception occurred: 2021-07-09T22:11:16,944 2021-07-09T22:11:16,944 Traceback (most recent call last): 2021-07-09T22:11:16,944 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T22:11:16,944 result = self._result = resolver.resolve( 2021-07-09T22:11:16,944 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T22:11:16,944 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T22:11:16,944 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T22:11:16,944 raise ResolutionImpossible(e.criterion.information) 2021-07-09T22:11:16,944 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pesky-defaults==0.0.1'), parent=None)] 2021-07-09T22:11:16,944 2021-07-09T22:11:16,944 The above exception was the direct cause of the following exception: 2021-07-09T22:11:16,944 2021-07-09T22:11:16,944 Traceback (most recent call last): 2021-07-09T22:11:16,944 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T22:11:16,944 status = self.run(options, args) 2021-07-09T22:11:16,944 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T22:11:16,944 return func(self, options, args) 2021-07-09T22:11:16,944 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T22:11:16,944 requirement_set = resolver.resolve( 2021-07-09T22:11:16,944 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T22:11:16,944 raise error from e 2021-07-09T22:11:16,944 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pesky-defaults==0.0.1 2021-07-09T22:11:16,949 Removed pesky-defaults==0.0.1 from https://files.pythonhosted.org/packages/d6/1b/72a0d50604296c581f99d621c20e2939d28e2cf36b5eb2c49e8398c37a4b/pesky-defaults-0.0.1.tar.gz#sha256=080b4bd91cb2ad97a594304679aa52c8693e68d36962596c93a13fa745e2865f from build tracker '/tmp/pip-req-tracker-bop6wfps' 2021-07-09T22:11:16,949 Removed build tracker: '/tmp/pip-req-tracker-bop6wfps'