2021-07-09T01:57:13,112 Created temporary directory: /tmp/pip-ephem-wheel-cache-kr8afd9m 2021-07-09T01:57:13,115 Created temporary directory: /tmp/pip-req-tracker-r0xzo84h 2021-07-09T01:57:13,115 Initialized build tracking at /tmp/pip-req-tracker-r0xzo84h 2021-07-09T01:57:13,116 Created build tracker: /tmp/pip-req-tracker-r0xzo84h 2021-07-09T01:57:13,116 Entered build tracker: /tmp/pip-req-tracker-r0xzo84h 2021-07-09T01:57:13,116 Created temporary directory: /tmp/pip-wheel-0t3jr5h9 2021-07-09T01:57:13,150 1 location(s) to search for versions of crockford: 2021-07-09T01:57:13,150 * https://pypi.org/simple/crockford/ 2021-07-09T01:57:13,150 Fetching project page and analyzing links: https://pypi.org/simple/crockford/ 2021-07-09T01:57:13,151 Getting page https://pypi.org/simple/crockford/ 2021-07-09T01:57:13,152 Found index url https://pypi.org/simple 2021-07-09T01:57:13,328 Found link https://files.pythonhosted.org/packages/78/e6/3a5432333ced9886ef75348aeac3043646335a7d756b3b9ff37ad5d230bf/crockford-0.0.2.tar.gz#sha256=9d8a45f52ecd59eb77ddc4d480d19983fc970b26af55960729e3693d5fb8a22e (from https://pypi.org/simple/crockford/), version: 0.0.2 2021-07-09T01:57:13,328 Skipping link: not a file: https://pypi.org/simple/crockford/ 2021-07-09T01:57:13,344 Given no hashes to check 1 links for project 'crockford': discarding no candidates 2021-07-09T01:57:13,361 Collecting crockford==0.0.2 2021-07-09T01:57:13,363 Created temporary directory: /tmp/pip-unpack-k_2886d8 2021-07-09T01:57:13,550 Downloading crockford-0.0.2.tar.gz (7.9 kB) 2021-07-09T01:57:13,602 Added crockford==0.0.2 from https://files.pythonhosted.org/packages/78/e6/3a5432333ced9886ef75348aeac3043646335a7d756b3b9ff37ad5d230bf/crockford-0.0.2.tar.gz#sha256=9d8a45f52ecd59eb77ddc4d480d19983fc970b26af55960729e3693d5fb8a22e to build tracker '/tmp/pip-req-tracker-r0xzo84h' 2021-07-09T01:57:13,603 Running setup.py (path:/tmp/pip-wheel-0t3jr5h9/crockford_519c01d0d0a34a9d90456431f2a83091/setup.py) egg_info for package crockford 2021-07-09T01:57:13,604 Created temporary directory: /tmp/pip-pip-egg-info-8hf9ol92 2021-07-09T01:57:13,604 Running command python setup.py egg_info 2021-07-09T01:57:14,214 Traceback (most recent call last): 2021-07-09T01:57:14,215 File "", line 1, in 2021-07-09T01:57:14,215 File "/tmp/pip-wheel-0t3jr5h9/crockford_519c01d0d0a34a9d90456431f2a83091/setup.py", line 9, in 2021-07-09T01:57:14,215 import package 2021-07-09T01:57:14,215 File "/tmp/pip-wheel-0t3jr5h9/crockford_519c01d0d0a34a9d90456431f2a83091/package/__init__.py", line 17 2021-07-09T01:57:14,216 except ImportError, err: 2021-07-09T01:57:14,216 ^ 2021-07-09T01:57:14,216 SyntaxError: invalid syntax 2021-07-09T01:57:14,265 WARNING: Discarding https://files.pythonhosted.org/packages/78/e6/3a5432333ced9886ef75348aeac3043646335a7d756b3b9ff37ad5d230bf/crockford-0.0.2.tar.gz#sha256=9d8a45f52ecd59eb77ddc4d480d19983fc970b26af55960729e3693d5fb8a22e (from https://pypi.org/simple/crockford/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T01:57:14,267 ERROR: Could not find a version that satisfies the requirement crockford==0.0.2 (from versions: 0.0.2) 2021-07-09T01:57:14,267 ERROR: No matching distribution found for crockford==0.0.2 2021-07-09T01:57:14,267 Exception information: 2021-07-09T01:57:14,267 Traceback (most recent call last): 2021-07-09T01:57:14,267 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T01:57:14,267 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T01:57:14,267 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T01:57:14,267 raise RequirementsConflicted(criterion) 2021-07-09T01:57:14,267 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('crockford==0.0.2') 2021-07-09T01:57:14,267 2021-07-09T01:57:14,267 During handling of the above exception, another exception occurred: 2021-07-09T01:57:14,267 2021-07-09T01:57:14,267 Traceback (most recent call last): 2021-07-09T01:57:14,267 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T01:57:14,267 result = self._result = resolver.resolve( 2021-07-09T01:57:14,267 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T01:57:14,267 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T01:57:14,267 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T01:57:14,267 raise ResolutionImpossible(e.criterion.information) 2021-07-09T01:57:14,267 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('crockford==0.0.2'), parent=None)] 2021-07-09T01:57:14,267 2021-07-09T01:57:14,267 The above exception was the direct cause of the following exception: 2021-07-09T01:57:14,267 2021-07-09T01:57:14,267 Traceback (most recent call last): 2021-07-09T01:57:14,267 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T01:57:14,267 status = self.run(options, args) 2021-07-09T01:57:14,267 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T01:57:14,267 return func(self, options, args) 2021-07-09T01:57:14,267 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T01:57:14,267 requirement_set = resolver.resolve( 2021-07-09T01:57:14,267 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T01:57:14,267 raise error from e 2021-07-09T01:57:14,267 pip._internal.exceptions.DistributionNotFound: No matching distribution found for crockford==0.0.2 2021-07-09T01:57:14,272 Removed crockford==0.0.2 from https://files.pythonhosted.org/packages/78/e6/3a5432333ced9886ef75348aeac3043646335a7d756b3b9ff37ad5d230bf/crockford-0.0.2.tar.gz#sha256=9d8a45f52ecd59eb77ddc4d480d19983fc970b26af55960729e3693d5fb8a22e from build tracker '/tmp/pip-req-tracker-r0xzo84h' 2021-07-09T01:57:14,272 Removed build tracker: '/tmp/pip-req-tracker-r0xzo84h'