2021-07-09T08:55:03,893 Created temporary directory: /tmp/pip-ephem-wheel-cache-bmp8c_fa 2021-07-09T08:55:03,897 Created temporary directory: /tmp/pip-req-tracker-k739t1dg 2021-07-09T08:55:03,897 Initialized build tracking at /tmp/pip-req-tracker-k739t1dg 2021-07-09T08:55:03,898 Created build tracker: /tmp/pip-req-tracker-k739t1dg 2021-07-09T08:55:03,898 Entered build tracker: /tmp/pip-req-tracker-k739t1dg 2021-07-09T08:55:03,899 Created temporary directory: /tmp/pip-wheel-r8vsi501 2021-07-09T08:55:03,931 1 location(s) to search for versions of bson-lazy: 2021-07-09T08:55:03,931 * https://pypi.org/simple/bson-lazy/ 2021-07-09T08:55:03,932 Fetching project page and analyzing links: https://pypi.org/simple/bson-lazy/ 2021-07-09T08:55:03,932 Getting page https://pypi.org/simple/bson-lazy/ 2021-07-09T08:55:03,934 Found index url https://pypi.org/simple 2021-07-09T08:55:04,115 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:04,116 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:04,116 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:04,116 Skipping link: not a file: https://pypi.org/simple/bson-lazy/ 2021-07-09T08:55:04,133 Given no hashes to check 1 links for project 'bson-lazy': discarding no candidates 2021-07-09T08:55:04,150 Collecting bson-lazy==0.2.1 2021-07-09T08:55:04,152 Created temporary directory: /tmp/pip-unpack-12a48v2l 2021-07-09T08:55:04,324 Downloading bson_lazy-0.2.1.tar.gz (2.1 kB) 2021-07-09T08:55:04,351 Added bson-lazy==0.2.1 from https://files.pythonhosted.org/packages/2b/5a/47a098cb4ff6dc88db41c61af342d4b141f6715c129e2ee71cf8ed8a851e/bson_lazy-0.2.1.tar.gz#sha256=69e04d1454a2ee70a02b81ad8cd33bac821df99ccc70e7fe56fb98390bf54f32 to build tracker '/tmp/pip-req-tracker-k739t1dg' 2021-07-09T08:55:04,352 Running setup.py (path:/tmp/pip-wheel-r8vsi501/bson-lazy_f2d25ef860274d6a95b6473b397a1822/setup.py) egg_info for package bson-lazy 2021-07-09T08:55:04,353 Created temporary directory: /tmp/pip-pip-egg-info-t5i7b26o 2021-07-09T08:55:04,353 Running command python setup.py egg_info 2021-07-09T08:55:04,970 Traceback (most recent call last): 2021-07-09T08:55:04,971 File "", line 1, in 2021-07-09T08:55:04,972 File "/tmp/pip-wheel-r8vsi501/bson-lazy_f2d25ef860274d6a95b6473b397a1822/setup.py", line 5 2021-07-09T08:55:04,972 print 'Python >= 2.6 required' 2021-07-09T08:55:04,972 ^ 2021-07-09T08:55:04,973 SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Python >= 2.6 required')? 2021-07-09T08:55:05,020 WARNING: Discarding https://files.pythonhosted.org/packages/2b/5a/47a098cb4ff6dc88db41c61af342d4b141f6715c129e2ee71cf8ed8a851e/bson_lazy-0.2.1.tar.gz#sha256=69e04d1454a2ee70a02b81ad8cd33bac821df99ccc70e7fe56fb98390bf54f32 (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:05,022 ERROR: Could not find a version that satisfies the requirement bson-lazy==0.2.1 (from versions: 0.2.1, 0.2.2, 0.2.3) 2021-07-09T08:55:05,022 ERROR: No matching distribution found for bson-lazy==0.2.1 2021-07-09T08:55:05,022 Exception information: 2021-07-09T08:55:05,022 Traceback (most recent call last): 2021-07-09T08:55:05,022 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T08:55:05,022 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T08:55:05,022 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T08:55:05,022 raise RequirementsConflicted(criterion) 2021-07-09T08:55:05,022 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('bson-lazy==0.2.1') 2021-07-09T08:55:05,022 2021-07-09T08:55:05,022 During handling of the above exception, another exception occurred: 2021-07-09T08:55:05,022 2021-07-09T08:55:05,022 Traceback (most recent call last): 2021-07-09T08:55:05,022 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T08:55:05,022 result = self._result = resolver.resolve( 2021-07-09T08:55:05,022 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T08:55:05,022 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T08:55:05,022 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T08:55:05,022 raise ResolutionImpossible(e.criterion.information) 2021-07-09T08:55:05,022 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('bson-lazy==0.2.1'), parent=None)] 2021-07-09T08:55:05,022 2021-07-09T08:55:05,022 The above exception was the direct cause of the following exception: 2021-07-09T08:55:05,022 2021-07-09T08:55:05,022 Traceback (most recent call last): 2021-07-09T08:55:05,022 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T08:55:05,022 status = self.run(options, args) 2021-07-09T08:55:05,022 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T08:55:05,022 return func(self, options, args) 2021-07-09T08:55:05,022 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T08:55:05,022 requirement_set = resolver.resolve( 2021-07-09T08:55:05,022 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T08:55:05,022 raise error from e 2021-07-09T08:55:05,022 pip._internal.exceptions.DistributionNotFound: No matching distribution found for bson-lazy==0.2.1 2021-07-09T08:55:05,027 Removed bson-lazy==0.2.1 from https://files.pythonhosted.org/packages/2b/5a/47a098cb4ff6dc88db41c61af342d4b141f6715c129e2ee71cf8ed8a851e/bson_lazy-0.2.1.tar.gz#sha256=69e04d1454a2ee70a02b81ad8cd33bac821df99ccc70e7fe56fb98390bf54f32 from build tracker '/tmp/pip-req-tracker-k739t1dg' 2021-07-09T08:55:05,028 Removed build tracker: '/tmp/pip-req-tracker-k739t1dg'