2022-02-01T16:07:10,491 Created temporary directory: /tmp/pip-ephem-wheel-cache-qkr20fp0 2022-02-01T16:07:10,497 Created temporary directory: /tmp/pip-req-tracker-ha3q_ca9 2022-02-01T16:07:10,498 Initialized build tracking at /tmp/pip-req-tracker-ha3q_ca9 2022-02-01T16:07:10,498 Created build tracker: /tmp/pip-req-tracker-ha3q_ca9 2022-02-01T16:07:10,498 Entered build tracker: /tmp/pip-req-tracker-ha3q_ca9 2022-02-01T16:07:10,500 Created temporary directory: /tmp/pip-wheel-yv6hahrq 2022-02-01T16:07:10,572 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-01T16:07:10,578 2 location(s) to search for versions of sqlite-backup: 2022-02-01T16:07:10,578 * https://pypi.org/simple/sqlite-backup/ 2022-02-01T16:07:10,578 * https://www.piwheels.org/simple/sqlite-backup/ 2022-02-01T16:07:10,579 Fetching project page and analyzing links: https://pypi.org/simple/sqlite-backup/ 2022-02-01T16:07:10,580 Getting page https://pypi.org/simple/sqlite-backup/ 2022-02-01T16:07:10,583 Found index url https://pypi.org/simple 2022-02-01T16:07:10,782 Skipping link: No binaries permitted for sqlite-backup: https://files.pythonhosted.org/packages/83/43/10cc41b63b49631d4729bb3cdb353636505cdfafa002ccf7975e23fdb21d/sqlite_backup-0.1.0-py3-none-any.whl#sha256=010574cb220ccbeaf17e3eb6366ecde369e7fdd8ab3388cbd84bfd6a11c81502 (from https://pypi.org/simple/sqlite-backup/) (requires-python:>=3.7) 2022-02-01T16:07:10,784 Found link https://files.pythonhosted.org/packages/f2/54/2c48e7689798d93e4dbc4576a834b84e86142af083a8240172e299b4b942/sqlite_backup-0.1.0.tar.gz#sha256=45c809973457e24efc32f6b19ae5220523e28c6cc6d16afe9d1f6b2f1912ba92 (from https://pypi.org/simple/sqlite-backup/) (requires-python:>=3.7), version: 0.1.0 2022-02-01T16:07:10,785 Skipping link: No binaries permitted for sqlite-backup: https://files.pythonhosted.org/packages/5f/f6/45d7ae9ba2cf4c801e1c6828ff358e95315a4d9a2808a4384e1bd160f131/sqlite_backup-0.1.1-py3-none-any.whl#sha256=3fb1aadf642f8727ddca3f51ea210b40d176668ae90cabf452e7913d6c276327 (from https://pypi.org/simple/sqlite-backup/) (requires-python:>=3.7) 2022-02-01T16:07:10,786 Found link https://files.pythonhosted.org/packages/b9/ea/4ae5d381b8241392b78b5c34006bdb48299163dbf71cfeba7c05c5f8ddba/sqlite_backup-0.1.1.tar.gz#sha256=270959ac69707bd4a6842f2d1aec285fdcf5e5b841e6a0602bbd20bd94c6a981 (from https://pypi.org/simple/sqlite-backup/) (requires-python:>=3.7), version: 0.1.1 2022-02-01T16:07:10,787 Fetching project page and analyzing links: https://www.piwheels.org/simple/sqlite-backup/ 2022-02-01T16:07:10,787 Getting page https://www.piwheels.org/simple/sqlite-backup/ 2022-02-01T16:07:10,790 Found index url https://www.piwheels.org/simple 2022-02-01T16:07:11,020 Skipping link: not a file: https://www.piwheels.org/simple/sqlite-backup/ 2022-02-01T16:07:11,021 Skipping link: not a file: https://pypi.org/simple/sqlite-backup/ 2022-02-01T16:07:11,054 Given no hashes to check 1 links for project 'sqlite-backup': discarding no candidates 2022-02-01T16:07:11,085 Collecting sqlite-backup==0.1.1 2022-02-01T16:07:11,088 Created temporary directory: /tmp/pip-unpack-cz9l13jv 2022-02-01T16:07:11,307 Downloading sqlite_backup-0.1.1.tar.gz (8.8 kB) 2022-02-01T16:07:11,387 Added sqlite-backup==0.1.1 from https://files.pythonhosted.org/packages/b9/ea/4ae5d381b8241392b78b5c34006bdb48299163dbf71cfeba7c05c5f8ddba/sqlite_backup-0.1.1.tar.gz#sha256=270959ac69707bd4a6842f2d1aec285fdcf5e5b841e6a0602bbd20bd94c6a981 to build tracker '/tmp/pip-req-tracker-ha3q_ca9' 2022-02-01T16:07:11,389 Running setup.py (path:/tmp/pip-wheel-yv6hahrq/sqlite-backup_90f28ff39df54ca9afe562c824b71f2c/setup.py) egg_info for package sqlite-backup 2022-02-01T16:07:11,390 Created temporary directory: /tmp/pip-pip-egg-info-vthnwtpf 2022-02-01T16:07:11,391 Preparing metadata (setup.py): started 2022-02-01T16:07:11,391 Running command python setup.py egg_info 2022-02-01T16:07:12,874 Traceback (most recent call last): 2022-02-01T16:07:12,875 File "", line 1, in 2022-02-01T16:07:12,876 File "/tmp/pip-wheel-yv6hahrq/sqlite-backup_90f28ff39df54ca9afe562c824b71f2c/setup.py", line 5, in 2022-02-01T16:07:12,876 reqs = Path("requirements.txt").read_text().strip().splitlines() 2022-02-01T16:07:12,877 File "/usr/lib/python3.7/pathlib.py", line 1199, in read_text 2022-02-01T16:07:12,877 with self.open(mode='r', encoding=encoding, errors=errors) as f: 2022-02-01T16:07:12,878 File "/usr/lib/python3.7/pathlib.py", line 1186, in open 2022-02-01T16:07:12,878 opener=self._opener) 2022-02-01T16:07:12,878 File "/usr/lib/python3.7/pathlib.py", line 1039, in _opener 2022-02-01T16:07:12,879 return self._accessor.open(self, flags, mode) 2022-02-01T16:07:12,879 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2022-02-01T16:07:12,971 Preparing metadata (setup.py): finished with status 'error' 2022-02-01T16:07:12,972 WARNING: Discarding https://files.pythonhosted.org/packages/b9/ea/4ae5d381b8241392b78b5c34006bdb48299163dbf71cfeba7c05c5f8ddba/sqlite_backup-0.1.1.tar.gz#sha256=270959ac69707bd4a6842f2d1aec285fdcf5e5b841e6a0602bbd20bd94c6a981 (from https://pypi.org/simple/sqlite-backup/) (requires-python:>=3.7). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-02-01T16:07:12,975 ERROR: Could not find a version that satisfies the requirement sqlite-backup==0.1.1 (from versions: 0.1.0, 0.1.1) 2022-02-01T16:07:12,976 ERROR: No matching distribution found for sqlite-backup==0.1.1 2022-02-01T16:07:12,976 Exception information: 2022-02-01T16:07:12,976 Traceback (most recent call last): 2022-02-01T16:07:12,976 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-02-01T16:07:12,976 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-02-01T16:07:12,976 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-02-01T16:07:12,976 raise RequirementsConflicted(criterion) 2022-02-01T16:07:12,976 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sqlite-backup==0.1.1') 2022-02-01T16:07:12,976 2022-02-01T16:07:12,976 During handling of the above exception, another exception occurred: 2022-02-01T16:07:12,976 2022-02-01T16:07:12,976 Traceback (most recent call last): 2022-02-01T16:07:12,976 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-02-01T16:07:12,976 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-02-01T16:07:12,976 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-02-01T16:07:12,976 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-01T16:07:12,976 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-02-01T16:07:12,976 raise ResolutionImpossible(e.criterion.information) 2022-02-01T16:07:12,976 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sqlite-backup==0.1.1'), parent=None)] 2022-02-01T16:07:12,976 2022-02-01T16:07:12,976 The above exception was the direct cause of the following exception: 2022-02-01T16:07:12,976 2022-02-01T16:07:12,976 Traceback (most recent call last): 2022-02-01T16:07:12,976 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-02-01T16:07:12,976 status = run_func(*args) 2022-02-01T16:07:12,976 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-02-01T16:07:12,976 return func(self, options, args) 2022-02-01T16:07:12,976 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-02-01T16:07:12,976 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-02-01T16:07:12,976 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-02-01T16:07:12,976 raise error from e 2022-02-01T16:07:12,976 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sqlite-backup==0.1.1 2022-02-01T16:07:12,987 Removed sqlite-backup==0.1.1 from https://files.pythonhosted.org/packages/b9/ea/4ae5d381b8241392b78b5c34006bdb48299163dbf71cfeba7c05c5f8ddba/sqlite_backup-0.1.1.tar.gz#sha256=270959ac69707bd4a6842f2d1aec285fdcf5e5b841e6a0602bbd20bd94c6a981 from build tracker '/tmp/pip-req-tracker-ha3q_ca9' 2022-02-01T16:07:12,987 Removed build tracker: '/tmp/pip-req-tracker-ha3q_ca9'