2023-05-13T20:55:07,401 Created temporary directory: /tmp/pip-build-tracker-l724u86z 2023-05-13T20:55:07,404 Initialized build tracking at /tmp/pip-build-tracker-l724u86z 2023-05-13T20:55:07,404 Created build tracker: /tmp/pip-build-tracker-l724u86z 2023-05-13T20:55:07,404 Entered build tracker: /tmp/pip-build-tracker-l724u86z 2023-05-13T20:55:07,406 Created temporary directory: /tmp/pip-wheel-mqajlogz 2023-05-13T20:55:07,414 Created temporary directory: /tmp/pip-ephem-wheel-cache-3rdwin_q 2023-05-13T20:55:07,489 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-05-13T20:55:07,497 2 location(s) to search for versions of bottle-sql: 2023-05-13T20:55:07,497 * https://pypi.org/simple/bottle-sql/ 2023-05-13T20:55:07,497 * https://www.piwheels.org/simple/bottle-sql/ 2023-05-13T20:55:07,498 Fetching project page and analyzing links: https://pypi.org/simple/bottle-sql/ 2023-05-13T20:55:07,499 Getting page https://pypi.org/simple/bottle-sql/ 2023-05-13T20:55:07,503 Found index url https://pypi.org/simple/ 2023-05-13T20:55:07,616 Fetched page https://pypi.org/simple/bottle-sql/ as application/vnd.pypi.simple.v1+json 2023-05-13T20:55:07,619 Skipping link: No binaries permitted for bottle-sql: https://files.pythonhosted.org/packages/a1/31/982fc5662ad0ff73666b5c548d14e13b33098799522ce1e308c289d69f36/bottle_sql-0.0.1-py3-none-any.whl (from https://pypi.org/simple/bottle-sql/) (requires-python:>=3.8) 2023-05-13T20:55:07,621 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/22/f2/fab772c635484462167b54afbe0679b0824276d7e1c59ab734fe2a8d557b/bottle_sql-0.0.1.tar.gz (from https://pypi.org/simple/bottle-sql/) (requires-python:>=3.8) 2023-05-13T20:55:07,621 Skipping link: 0.0.1 Requires-Python >=3.8: https://files.pythonhosted.org/packages/22/f2/fab772c635484462167b54afbe0679b0824276d7e1c59ab734fe2a8d557b/bottle_sql-0.0.1.tar.gz (from https://pypi.org/simple/bottle-sql/) (requires-python:>=3.8) 2023-05-13T20:55:07,622 Skipping link: No binaries permitted for bottle-sql: https://files.pythonhosted.org/packages/99/db/86ae57f8e227efebb9e1e0b1f8ab1fa7d72dcd000a08d4602dadc0f0fb3a/bottle_sql-0.0.2-py3-none-any.whl (from https://pypi.org/simple/bottle-sql/) (requires-python:>=3.8) 2023-05-13T20:55:07,623 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/42/f1/a52d0136048a83e7ed29881bf43c15f99b9e2dcd619fa307698fb404622f/bottle_sql-0.0.2.tar.gz (from https://pypi.org/simple/bottle-sql/) (requires-python:>=3.8) 2023-05-13T20:55:07,623 Skipping link: 0.0.2 Requires-Python >=3.8: https://files.pythonhosted.org/packages/42/f1/a52d0136048a83e7ed29881bf43c15f99b9e2dcd619fa307698fb404622f/bottle_sql-0.0.2.tar.gz (from https://pypi.org/simple/bottle-sql/) (requires-python:>=3.8) 2023-05-13T20:55:07,624 Fetching project page and analyzing links: https://www.piwheels.org/simple/bottle-sql/ 2023-05-13T20:55:07,625 Getting page https://www.piwheels.org/simple/bottle-sql/ 2023-05-13T20:55:07,627 Found index url https://www.piwheels.org/simple/ 2023-05-13T20:55:07,966 Fetched page https://www.piwheels.org/simple/bottle-sql/ as text/html 2023-05-13T20:55:07,968 Skipping link: No binaries permitted for bottle-sql: https://www.piwheels.org/simple/bottle-sql/bottle_sql-0.0.1-py3-none-any.whl#sha256=54636d5608720a7f3aa7b478896f93f4bc9592a40d01461da366a965ec726b74 (from https://www.piwheels.org/simple/bottle-sql/) (requires-python:>=3.8) 2023-05-13T20:55:07,969 Skipping link: not a file: https://www.piwheels.org/simple/bottle-sql/ 2023-05-13T20:55:07,970 Skipping link: not a file: https://pypi.org/simple/bottle-sql/ 2023-05-13T20:55:07,998 Given no hashes to check 0 links for project 'bottle-sql': discarding no candidates 2023-05-13T20:55:07,999 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.8; 0.0.2 Requires-Python >=3.8 2023-05-13T20:55:08,002 ERROR: Could not find a version that satisfies the requirement bottle-sql==0.0.2 (from versions: none) 2023-05-13T20:55:08,005 ERROR: No matching distribution found for bottle-sql==0.0.2 2023-05-13T20:55:08,007 Exception information: 2023-05-13T20:55:08,007 Traceback (most recent call last): 2023-05-13T20:55:08,007 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-05-13T20:55:08,007 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-05-13T20:55:08,007 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-05-13T20:55:08,007 raise RequirementsConflicted(criterion) 2023-05-13T20:55:08,007 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('bottle-sql==0.0.2') 2023-05-13T20:55:08,007 2023-05-13T20:55:08,007 During handling of the above exception, another exception occurred: 2023-05-13T20:55:08,007 2023-05-13T20:55:08,007 Traceback (most recent call last): 2023-05-13T20:55:08,007 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-05-13T20:55:08,007 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-05-13T20:55:08,007 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-05-13T20:55:08,007 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-05-13T20:55:08,007 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-05-13T20:55:08,007 raise ResolutionImpossible(e.criterion.information) 2023-05-13T20:55:08,007 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('bottle-sql==0.0.2'), parent=None)] 2023-05-13T20:55:08,007 2023-05-13T20:55:08,007 The above exception was the direct cause of the following exception: 2023-05-13T20:55:08,007 2023-05-13T20:55:08,007 Traceback (most recent call last): 2023-05-13T20:55:08,007 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-05-13T20:55:08,007 status = run_func(*args) 2023-05-13T20:55:08,007 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-05-13T20:55:08,007 return func(self, options, args) 2023-05-13T20:55:08,007 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-05-13T20:55:08,007 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-05-13T20:55:08,007 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-05-13T20:55:08,007 raise error from e 2023-05-13T20:55:08,007 pip._internal.exceptions.DistributionNotFound: No matching distribution found for bottle-sql==0.0.2 2023-05-13T20:55:08,016 Removed build tracker: '/tmp/pip-build-tracker-l724u86z'