2021-07-09T07:45:19,328 Created temporary directory: /tmp/pip-ephem-wheel-cache-yrc531tr 2021-07-09T07:45:19,331 Created temporary directory: /tmp/pip-req-tracker-1yj7s7s9 2021-07-09T07:45:19,332 Initialized build tracking at /tmp/pip-req-tracker-1yj7s7s9 2021-07-09T07:45:19,332 Created build tracker: /tmp/pip-req-tracker-1yj7s7s9 2021-07-09T07:45:19,332 Entered build tracker: /tmp/pip-req-tracker-1yj7s7s9 2021-07-09T07:45:19,333 Created temporary directory: /tmp/pip-wheel-w0f62wot 2021-07-09T07:45:19,367 1 location(s) to search for versions of datastore-aws: 2021-07-09T07:45:19,367 * https://pypi.org/simple/datastore-aws/ 2021-07-09T07:45:19,368 Fetching project page and analyzing links: https://pypi.org/simple/datastore-aws/ 2021-07-09T07:45:19,368 Getting page https://pypi.org/simple/datastore-aws/ 2021-07-09T07:45:19,370 Found index url https://pypi.org/simple 2021-07-09T07:45:19,552 Found link https://files.pythonhosted.org/packages/d5/94/5053605d383dbf07762a1f4ad61c5751c1ce0cad5fc5027ab811bfd62ca1/datastore.aws-0.1.0.tar.gz#sha256=d83fc12ffa1a545f99f2945e505eb1c77dcda87cdb996d066bdf9964d6254ed5 (from https://pypi.org/simple/datastore-aws/), version: 0.1.0 2021-07-09T07:45:19,553 Found link https://files.pythonhosted.org/packages/c9/21/17cf0955eb038006f1972994d0d3061840e206477c5cfcaaa988db529260/datastore.aws-0.1.1.tar.gz#sha256=fac8b4aa9f31449673c3337fc6f8164e3bd67e319d6dd6c17c0c04a846074776 (from https://pypi.org/simple/datastore-aws/), version: 0.1.1 2021-07-09T07:45:19,553 Found link https://files.pythonhosted.org/packages/dc/a2/b729e5b5baf728bffd122a87ed12d0d68379786658281ccb7b5efbdd4b4a/datastore.aws-0.1.2.tar.gz#sha256=5e2ea8ae6c62817a08da10345afb8e35a27a1ebe0f7811b0ab680b1f44359cd9 (from https://pypi.org/simple/datastore-aws/), version: 0.1.2 2021-07-09T07:45:19,553 Skipping link: not a file: https://pypi.org/simple/datastore-aws/ 2021-07-09T07:45:19,570 Given no hashes to check 1 links for project 'datastore-aws': discarding no candidates 2021-07-09T07:45:19,587 Collecting datastore-aws==0.1.0 2021-07-09T07:45:19,589 Created temporary directory: /tmp/pip-unpack-yokpbrfk 2021-07-09T07:45:19,757 Downloading datastore.aws-0.1.0.tar.gz (3.3 kB) 2021-07-09T07:45:19,796 Added datastore-aws==0.1.0 from https://files.pythonhosted.org/packages/d5/94/5053605d383dbf07762a1f4ad61c5751c1ce0cad5fc5027ab811bfd62ca1/datastore.aws-0.1.0.tar.gz#sha256=d83fc12ffa1a545f99f2945e505eb1c77dcda87cdb996d066bdf9964d6254ed5 to build tracker '/tmp/pip-req-tracker-1yj7s7s9' 2021-07-09T07:45:19,797 Running setup.py (path:/tmp/pip-wheel-w0f62wot/datastore-aws_19c415f308c54ca88910ddf3f29c586e/setup.py) egg_info for package datastore-aws 2021-07-09T07:45:19,798 Created temporary directory: /tmp/pip-pip-egg-info-8y2v5uci 2021-07-09T07:45:19,798 Running command python setup.py egg_info 2021-07-09T07:45:20,454 Traceback (most recent call last): 2021-07-09T07:45:20,455 File "", line 1, in 2021-07-09T07:45:20,456 File "/tmp/pip-wheel-w0f62wot/datastore-aws_19c415f308c54ca88910ddf3f29c586e/setup.py", line 21 2021-07-09T07:45:20,456 print 'something went wrong reading the README.md file.' 2021-07-09T07:45:20,456 ^ 2021-07-09T07:45:20,457 SyntaxError: Missing parentheses in call to 'print'. Did you mean print('something went wrong reading the README.md file.')? 2021-07-09T07:45:20,505 WARNING: Discarding https://files.pythonhosted.org/packages/d5/94/5053605d383dbf07762a1f4ad61c5751c1ce0cad5fc5027ab811bfd62ca1/datastore.aws-0.1.0.tar.gz#sha256=d83fc12ffa1a545f99f2945e505eb1c77dcda87cdb996d066bdf9964d6254ed5 (from https://pypi.org/simple/datastore-aws/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T07:45:20,506 ERROR: Could not find a version that satisfies the requirement datastore-aws==0.1.0 (from versions: 0.1.0, 0.1.1, 0.1.2) 2021-07-09T07:45:20,507 ERROR: No matching distribution found for datastore-aws==0.1.0 2021-07-09T07:45:20,507 Exception information: 2021-07-09T07:45:20,507 Traceback (most recent call last): 2021-07-09T07:45:20,507 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T07:45:20,507 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T07:45:20,507 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T07:45:20,507 raise RequirementsConflicted(criterion) 2021-07-09T07:45:20,507 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('datastore-aws==0.1.0') 2021-07-09T07:45:20,507 2021-07-09T07:45:20,507 During handling of the above exception, another exception occurred: 2021-07-09T07:45:20,507 2021-07-09T07:45:20,507 Traceback (most recent call last): 2021-07-09T07:45:20,507 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T07:45:20,507 result = self._result = resolver.resolve( 2021-07-09T07:45:20,507 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T07:45:20,507 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T07:45:20,507 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T07:45:20,507 raise ResolutionImpossible(e.criterion.information) 2021-07-09T07:45:20,507 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('datastore-aws==0.1.0'), parent=None)] 2021-07-09T07:45:20,507 2021-07-09T07:45:20,507 The above exception was the direct cause of the following exception: 2021-07-09T07:45:20,507 2021-07-09T07:45:20,507 Traceback (most recent call last): 2021-07-09T07:45:20,507 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T07:45:20,507 status = self.run(options, args) 2021-07-09T07:45:20,507 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T07:45:20,507 return func(self, options, args) 2021-07-09T07:45:20,507 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T07:45:20,507 requirement_set = resolver.resolve( 2021-07-09T07:45:20,507 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T07:45:20,507 raise error from e 2021-07-09T07:45:20,507 pip._internal.exceptions.DistributionNotFound: No matching distribution found for datastore-aws==0.1.0 2021-07-09T07:45:20,512 Removed datastore-aws==0.1.0 from https://files.pythonhosted.org/packages/d5/94/5053605d383dbf07762a1f4ad61c5751c1ce0cad5fc5027ab811bfd62ca1/datastore.aws-0.1.0.tar.gz#sha256=d83fc12ffa1a545f99f2945e505eb1c77dcda87cdb996d066bdf9964d6254ed5 from build tracker '/tmp/pip-req-tracker-1yj7s7s9' 2021-07-09T07:45:20,513 Removed build tracker: '/tmp/pip-req-tracker-1yj7s7s9'