2021-06-16T00:11:37,011 Created temporary directory: /tmp/pip-ephem-wheel-cache-_p6nqfy1 2021-06-16T00:11:37,014 Created temporary directory: /tmp/pip-req-tracker-_s_3bx0l 2021-06-16T00:11:37,015 Initialized build tracking at /tmp/pip-req-tracker-_s_3bx0l 2021-06-16T00:11:37,015 Created build tracker: /tmp/pip-req-tracker-_s_3bx0l 2021-06-16T00:11:37,015 Entered build tracker: /tmp/pip-req-tracker-_s_3bx0l 2021-06-16T00:11:37,016 Created temporary directory: /tmp/pip-wheel-45p4tjy8 2021-06-16T00:11:37,050 1 location(s) to search for versions of komo-aws-dynamodb: 2021-06-16T00:11:37,050 * https://pypi.org/simple/komo-aws-dynamodb/ 2021-06-16T00:11:37,050 Fetching project page and analyzing links: https://pypi.org/simple/komo-aws-dynamodb/ 2021-06-16T00:11:37,051 Getting page https://pypi.org/simple/komo-aws-dynamodb/ 2021-06-16T00:11:37,052 Found index url https://pypi.org/simple 2021-06-16T00:11:37,138 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/55/c8/5b99b44be60ca26f75215074586afbf3a8c1062652429eb450096370bb6a/komo-aws-dynamodb-0.1.0.tar.gz#sha256=f29c92bda5b1182f5199400fb70ec8b950b4812052186621341839c4f8872e70 (from https://pypi.org/simple/komo-aws-dynamodb/) (requires-python:>=3.8,<4.0) 2021-06-16T00:11:37,151 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/db/19/a5ef74280c64d73ef9d33adcbcd5cb518f356a1032ccadf5b54ce9f75b55/komo_aws_dynamodb-0.1.0-py3-none-any.whl#sha256=c8e372d73e6dfeee0065c31c304e060475125e343f75c5912e4b3f5af0e2a3e4 (from https://pypi.org/simple/komo-aws-dynamodb/) (requires-python:>=3.8,<4.0) 2021-06-16T00:11:37,152 Skipping link: not a file: https://pypi.org/simple/komo-aws-dynamodb/ 2021-06-16T00:11:37,152 Given no hashes to check 0 links for project 'komo-aws-dynamodb': discarding no candidates 2021-06-16T00:11:37,153 ERROR: Could not find a version that satisfies the requirement komo-aws-dynamodb==0.1.0 (from versions: none) 2021-06-16T00:11:37,153 ERROR: No matching distribution found for komo-aws-dynamodb==0.1.0 2021-06-16T00:11:37,153 Exception information: 2021-06-16T00:11:37,153 Traceback (most recent call last): 2021-06-16T00:11:37,153 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-06-16T00:11:37,153 name, crit = self._merge_into_criterion(r, parent=None) 2021-06-16T00:11:37,153 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-06-16T00:11:37,153 raise RequirementsConflicted(criterion) 2021-06-16T00:11:37,153 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('komo-aws-dynamodb==0.1.0') 2021-06-16T00:11:37,153 2021-06-16T00:11:37,153 During handling of the above exception, another exception occurred: 2021-06-16T00:11:37,153 2021-06-16T00:11:37,153 Traceback (most recent call last): 2021-06-16T00:11:37,153 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-06-16T00:11:37,153 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-06-16T00:11:37,153 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-06-16T00:11:37,153 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-06-16T00:11:37,153 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-06-16T00:11:37,153 raise ResolutionImpossible(e.criterion.information) 2021-06-16T00:11:37,153 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('komo-aws-dynamodb==0.1.0'), parent=None)] 2021-06-16T00:11:37,153 2021-06-16T00:11:37,153 The above exception was the direct cause of the following exception: 2021-06-16T00:11:37,153 2021-06-16T00:11:37,153 Traceback (most recent call last): 2021-06-16T00:11:37,153 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-06-16T00:11:37,153 status = self.run(options, args) 2021-06-16T00:11:37,153 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 204, in wrapper 2021-06-16T00:11:37,153 return func(self, options, args) 2021-06-16T00:11:37,153 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-06-16T00:11:37,153 reqs, check_supported_wheels=True 2021-06-16T00:11:37,153 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-06-16T00:11:37,153 raise error from e 2021-06-16T00:11:37,153 pip._internal.exceptions.DistributionNotFound: No matching distribution found for komo-aws-dynamodb==0.1.0 2021-06-16T00:11:37,158 Removed build tracker: '/tmp/pip-req-tracker-_s_3bx0l'