2023-09-11T23:26:11,274 Created temporary directory: /tmp/pip-build-tracker-tgi1ez9d 2023-09-11T23:26:11,275 Initialized build tracking at /tmp/pip-build-tracker-tgi1ez9d 2023-09-11T23:26:11,275 Created build tracker: /tmp/pip-build-tracker-tgi1ez9d 2023-09-11T23:26:11,276 Entered build tracker: /tmp/pip-build-tracker-tgi1ez9d 2023-09-11T23:26:11,276 Created temporary directory: /tmp/pip-wheel-bqan0oo_ 2023-09-11T23:26:11,280 Created temporary directory: /tmp/pip-ephem-wheel-cache-e714bhtm 2023-09-11T23:26:11,301 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-11T23:26:11,305 2 location(s) to search for versions of mdbl-api: 2023-09-11T23:26:11,305 * https://pypi.org/simple/mdbl-api/ 2023-09-11T23:26:11,305 * https://www.piwheels.org/simple/mdbl-api/ 2023-09-11T23:26:11,306 Fetching project page and analyzing links: https://pypi.org/simple/mdbl-api/ 2023-09-11T23:26:11,306 Getting page https://pypi.org/simple/mdbl-api/ 2023-09-11T23:26:11,308 Found index url https://pypi.org/simple/ 2023-09-11T23:26:11,521 Fetched page https://pypi.org/simple/mdbl-api/ as application/vnd.pypi.simple.v1+json 2023-09-11T23:26:11,523 Skipping link: Missing project version for mdbl-api: https://files.pythonhosted.org/packages/87/28/09607b1ebb7fd2cdf2b06ed3322711902982346ad1787c625b7b916131bb/MDBL%20API-1.0.tar.gz (from https://pypi.org/simple/mdbl-api/) (requires-python:>=3.5.3) 2023-09-11T23:26:11,524 Skipping link: Missing project version for mdbl-api: https://files.pythonhosted.org/packages/07/25/038729a7327d0291004344689f4e0b72185cd5b74770edcd7f59dd6324e6/MDBL%20API-1.0.1.tar.gz (from https://pypi.org/simple/mdbl-api/) (requires-python:>=3.5.3) 2023-09-11T23:26:11,525 Skipping link: No binaries permitted for mdbl-api: https://files.pythonhosted.org/packages/d1/53/6a6e62e02ae5c126ef19a11ce784c8de8bb64ef83bc5edbc82e48558e88b/MDBL_API-1.0.1-py3-none-any.whl (from https://pypi.org/simple/mdbl-api/) (requires-python:>=3.5.3) 2023-09-11T23:26:11,525 Skipping link: Missing project version for mdbl-api: https://files.pythonhosted.org/packages/2a/68/62669d81f8f9ff09372b7c8c6912e964b2e594ee7d0dff16be1cb5df6073/MDBL%20API-1.0.2.tar.gz (from https://pypi.org/simple/mdbl-api/) (requires-python:>=3.5.3) 2023-09-11T23:26:11,526 Skipping link: No binaries permitted for mdbl-api: https://files.pythonhosted.org/packages/9a/86/e63ffda3a332e9388ba4be53eed99d3b6d5370d1d3df60af8d86b7326fa6/MDBL_API-1.0.2-py3-none-any.whl (from https://pypi.org/simple/mdbl-api/) (requires-python:>=3.5.3) 2023-09-11T23:26:11,527 Fetching project page and analyzing links: https://www.piwheels.org/simple/mdbl-api/ 2023-09-11T23:26:11,528 Getting page https://www.piwheels.org/simple/mdbl-api/ 2023-09-11T23:26:11,529 Found index url https://www.piwheels.org/simple/ 2023-09-11T23:26:12,063 Fetched page https://www.piwheels.org/simple/mdbl-api/ as text/html 2023-09-11T23:26:12,065 Skipping link: No binaries permitted for mdbl-api: https://www.piwheels.org/simple/mdbl-api/MDBL_API-1.0.1-py3-none-any.whl#sha256=124e5921e998a6b4914f1e57bffce2a8e84609188056fb99f8ee243c60f9cf46 (from https://www.piwheels.org/simple/mdbl-api/) (requires-python:>=3.5.3) 2023-09-11T23:26:12,066 Skipping link: No binaries permitted for mdbl-api: https://www.piwheels.org/simple/mdbl-api/MDBL_API-1.0.2-py3-none-any.whl#sha256=1090029d6280da22dec2176abc30a98100215e141f9e2c2df17906bbc9eb05d4 (from https://www.piwheels.org/simple/mdbl-api/) (requires-python:>=3.5.3) 2023-09-11T23:26:12,066 Skipping link: not a file: https://www.piwheels.org/simple/mdbl-api/ 2023-09-11T23:26:12,067 Skipping link: not a file: https://pypi.org/simple/mdbl-api/ 2023-09-11T23:26:12,085 Given no hashes to check 0 links for project 'mdbl-api': discarding no candidates 2023-09-11T23:26:12,086 ERROR: Could not find a version that satisfies the requirement mdbl-api==1.0 (from versions: none) 2023-09-11T23:26:12,088 ERROR: No matching distribution found for mdbl-api==1.0 2023-09-11T23:26:12,089 Exception information: 2023-09-11T23:26:12,089 Traceback (most recent call last): 2023-09-11T23:26:12,089 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-11T23:26:12,089 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-11T23:26:12,089 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-11T23:26:12,089 raise RequirementsConflicted(criterion) 2023-09-11T23:26:12,089 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mdbl-api==1.0') 2023-09-11T23:26:12,089 2023-09-11T23:26:12,089 During handling of the above exception, another exception occurred: 2023-09-11T23:26:12,089 2023-09-11T23:26:12,089 Traceback (most recent call last): 2023-09-11T23:26:12,089 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-11T23:26:12,089 result = self._result = resolver.resolve( 2023-09-11T23:26:12,089 ^^^^^^^^^^^^^^^^^ 2023-09-11T23:26:12,089 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-11T23:26:12,089 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-11T23:26:12,089 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-11T23:26:12,089 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-11T23:26:12,089 raise ResolutionImpossible(e.criterion.information) 2023-09-11T23:26:12,089 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mdbl-api==1.0'), parent=None)] 2023-09-11T23:26:12,089 2023-09-11T23:26:12,089 The above exception was the direct cause of the following exception: 2023-09-11T23:26:12,089 2023-09-11T23:26:12,089 Traceback (most recent call last): 2023-09-11T23:26:12,089 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-11T23:26:12,089 status = run_func(*args) 2023-09-11T23:26:12,089 ^^^^^^^^^^^^^^^ 2023-09-11T23:26:12,089 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-11T23:26:12,089 return func(self, options, args) 2023-09-11T23:26:12,089 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-11T23:26:12,089 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-11T23:26:12,089 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-11T23:26:12,089 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-11T23:26:12,089 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-11T23:26:12,089 raise error from e 2023-09-11T23:26:12,089 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mdbl-api==1.0 2023-09-11T23:26:12,095 Removed build tracker: '/tmp/pip-build-tracker-tgi1ez9d'