2021-07-09T08:55:13,578 Created temporary directory: /tmp/pip-ephem-wheel-cache-odt3zh7v 2021-07-09T08:55:13,581 Created temporary directory: /tmp/pip-req-tracker-qtgxvy_p 2021-07-09T08:55:13,582 Initialized build tracking at /tmp/pip-req-tracker-qtgxvy_p 2021-07-09T08:55:13,582 Created build tracker: /tmp/pip-req-tracker-qtgxvy_p 2021-07-09T08:55:13,582 Entered build tracker: /tmp/pip-req-tracker-qtgxvy_p 2021-07-09T08:55:13,583 Created temporary directory: /tmp/pip-wheel-g45ozdks 2021-07-09T08:55:13,615 1 location(s) to search for versions of bson-lazy: 2021-07-09T08:55:13,615 * https://pypi.org/simple/bson-lazy/ 2021-07-09T08:55:13,615 Fetching project page and analyzing links: https://pypi.org/simple/bson-lazy/ 2021-07-09T08:55:13,616 Getting page https://pypi.org/simple/bson-lazy/ 2021-07-09T08:55:13,617 Found index url https://pypi.org/simple 2021-07-09T08:55:13,706 Found link https://files.pythonhosted.org/packages/2b/5a/47a098cb4ff6dc88db41c61af342d4b141f6715c129e2ee71cf8ed8a851e/bson_lazy-0.2.1.tar.gz#sha256=69e04d1454a2ee70a02b81ad8cd33bac821df99ccc70e7fe56fb98390bf54f32 (from https://pypi.org/simple/bson-lazy/), version: 0.2.1 2021-07-09T08:55:13,706 Found link https://files.pythonhosted.org/packages/a4/09/0bb8defcc3d90b96c548e10e00819a96f833ee014cf48643566de2c0f6e4/bson_lazy-0.2.2.tar.gz#sha256=33a21a074084547d6a4dc008211f4a69d105ec69f638d410ed085fff0ead6785 (from https://pypi.org/simple/bson-lazy/), version: 0.2.2 2021-07-09T08:55:13,707 Found link https://files.pythonhosted.org/packages/27/b3/b8f35dd0645af2b56cf87c39dfca55a9e0e80743053bb22238b1a5efb860/bson_lazy-0.2.3.tar.gz#sha256=e596865ad1c7cbfe4de6d3b14084208f2a2cdef2d7e59b83c812a8b409527cc2 (from https://pypi.org/simple/bson-lazy/), version: 0.2.3 2021-07-09T08:55:13,707 Skipping link: not a file: https://pypi.org/simple/bson-lazy/ 2021-07-09T08:55:13,723 Given no hashes to check 1 links for project 'bson-lazy': discarding no candidates 2021-07-09T08:55:13,741 Collecting bson-lazy==0.2.3 2021-07-09T08:55:13,743 Created temporary directory: /tmp/pip-unpack-e3rto7it 2021-07-09T08:55:13,916 Downloading bson_lazy-0.2.3.tar.gz (2.5 kB) 2021-07-09T08:55:13,953 Added bson-lazy==0.2.3 from https://files.pythonhosted.org/packages/27/b3/b8f35dd0645af2b56cf87c39dfca55a9e0e80743053bb22238b1a5efb860/bson_lazy-0.2.3.tar.gz#sha256=e596865ad1c7cbfe4de6d3b14084208f2a2cdef2d7e59b83c812a8b409527cc2 to build tracker '/tmp/pip-req-tracker-qtgxvy_p' 2021-07-09T08:55:13,954 Running setup.py (path:/tmp/pip-wheel-g45ozdks/bson-lazy_f30149ef0cb84fd7a11ec504f3b0a348/setup.py) egg_info for package bson-lazy 2021-07-09T08:55:13,955 Created temporary directory: /tmp/pip-pip-egg-info-gd9pq_l7 2021-07-09T08:55:13,955 Running command python setup.py egg_info 2021-07-09T08:55:14,567 Traceback (most recent call last): 2021-07-09T08:55:14,568 File "", line 1, in 2021-07-09T08:55:14,568 File "/tmp/pip-wheel-g45ozdks/bson-lazy_f30149ef0cb84fd7a11ec504f3b0a348/setup.py", line 6 2021-07-09T08:55:14,569 print 'Python >= 2.6 required' 2021-07-09T08:55:14,569 ^ 2021-07-09T08:55:14,569 SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Python >= 2.6 required')? 2021-07-09T08:55:14,617 WARNING: Discarding https://files.pythonhosted.org/packages/27/b3/b8f35dd0645af2b56cf87c39dfca55a9e0e80743053bb22238b1a5efb860/bson_lazy-0.2.3.tar.gz#sha256=e596865ad1c7cbfe4de6d3b14084208f2a2cdef2d7e59b83c812a8b409527cc2 (from https://pypi.org/simple/bson-lazy/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T08:55:14,618 ERROR: Could not find a version that satisfies the requirement bson-lazy==0.2.3 (from versions: 0.2.1, 0.2.2, 0.2.3) 2021-07-09T08:55:14,618 ERROR: No matching distribution found for bson-lazy==0.2.3 2021-07-09T08:55:14,619 Exception information: 2021-07-09T08:55:14,619 Traceback (most recent call last): 2021-07-09T08:55:14,619 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T08:55:14,619 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T08:55:14,619 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T08:55:14,619 raise RequirementsConflicted(criterion) 2021-07-09T08:55:14,619 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('bson-lazy==0.2.3') 2021-07-09T08:55:14,619 2021-07-09T08:55:14,619 During handling of the above exception, another exception occurred: 2021-07-09T08:55:14,619 2021-07-09T08:55:14,619 Traceback (most recent call last): 2021-07-09T08:55:14,619 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T08:55:14,619 result = self._result = resolver.resolve( 2021-07-09T08:55:14,619 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T08:55:14,619 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T08:55:14,619 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T08:55:14,619 raise ResolutionImpossible(e.criterion.information) 2021-07-09T08:55:14,619 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('bson-lazy==0.2.3'), parent=None)] 2021-07-09T08:55:14,619 2021-07-09T08:55:14,619 The above exception was the direct cause of the following exception: 2021-07-09T08:55:14,619 2021-07-09T08:55:14,619 Traceback (most recent call last): 2021-07-09T08:55:14,619 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T08:55:14,619 status = self.run(options, args) 2021-07-09T08:55:14,619 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T08:55:14,619 return func(self, options, args) 2021-07-09T08:55:14,619 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T08:55:14,619 requirement_set = resolver.resolve( 2021-07-09T08:55:14,619 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T08:55:14,619 raise error from e 2021-07-09T08:55:14,619 pip._internal.exceptions.DistributionNotFound: No matching distribution found for bson-lazy==0.2.3 2021-07-09T08:55:14,624 Removed bson-lazy==0.2.3 from https://files.pythonhosted.org/packages/27/b3/b8f35dd0645af2b56cf87c39dfca55a9e0e80743053bb22238b1a5efb860/bson_lazy-0.2.3.tar.gz#sha256=e596865ad1c7cbfe4de6d3b14084208f2a2cdef2d7e59b83c812a8b409527cc2 from build tracker '/tmp/pip-req-tracker-qtgxvy_p' 2021-07-09T08:55:14,624 Removed build tracker: '/tmp/pip-req-tracker-qtgxvy_p'