2023-11-11T00:09:01,035 Created temporary directory: /tmp/pip-build-tracker-w4y50b1t 2023-11-11T00:09:01,039 Initialized build tracking at /tmp/pip-build-tracker-w4y50b1t 2023-11-11T00:09:01,040 Created build tracker: /tmp/pip-build-tracker-w4y50b1t 2023-11-11T00:09:01,040 Entered build tracker: /tmp/pip-build-tracker-w4y50b1t 2023-11-11T00:09:01,041 Created temporary directory: /tmp/pip-wheel-icvn6gjr 2023-11-11T00:09:01,052 Created temporary directory: /tmp/pip-ephem-wheel-cache-vaifoa4d 2023-11-11T00:09:01,108 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-11-11T00:09:01,121 2 location(s) to search for versions of clarifai-pyspark: 2023-11-11T00:09:01,121 * https://pypi.org/simple/clarifai-pyspark/ 2023-11-11T00:09:01,121 * https://www.piwheels.org/simple/clarifai-pyspark/ 2023-11-11T00:09:01,123 Fetching project page and analyzing links: https://pypi.org/simple/clarifai-pyspark/ 2023-11-11T00:09:01,124 Getting page https://pypi.org/simple/clarifai-pyspark/ 2023-11-11T00:09:01,127 Found index url https://pypi.org/simple/ 2023-11-11T00:09:01,245 Fetched page https://pypi.org/simple/clarifai-pyspark/ as application/vnd.pypi.simple.v1+json 2023-11-11T00:09:01,250 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/08/0a/e483dd7f0ca58f7a9d6c20f65672f931cb0018c411f9e4ca130364e17afa/clarifai-pyspark-0.0.1.tar.gz (from https://pypi.org/simple/clarifai-pyspark/) (requires-python:>=3.8) 2023-11-11T00:09:01,250 Skipping link: 0.0.1 Requires-Python >=3.8: https://files.pythonhosted.org/packages/08/0a/e483dd7f0ca58f7a9d6c20f65672f931cb0018c411f9e4ca130364e17afa/clarifai-pyspark-0.0.1.tar.gz (from https://pypi.org/simple/clarifai-pyspark/) (requires-python:>=3.8) 2023-11-11T00:09:01,251 Skipping link: No binaries permitted for clarifai-pyspark: https://files.pythonhosted.org/packages/7d/0f/a0523c915e4cf0ab030d1631ea3a56d47058529d14610e8061dea7b9aac9/clarifai_pyspark-0.0.1-py3-none-any.whl (from https://pypi.org/simple/clarifai-pyspark/) (requires-python:>=3.8) 2023-11-11T00:09:01,252 Fetching project page and analyzing links: https://www.piwheels.org/simple/clarifai-pyspark/ 2023-11-11T00:09:01,253 Getting page https://www.piwheels.org/simple/clarifai-pyspark/ 2023-11-11T00:09:01,256 Found index url https://www.piwheels.org/simple/ 2023-11-11T00:09:01,393 Fetched page https://www.piwheels.org/simple/clarifai-pyspark/ as text/html 2023-11-11T00:09:01,395 Skipping link: not a file: https://www.piwheels.org/simple/clarifai-pyspark/ 2023-11-11T00:09:01,395 Skipping link: not a file: https://pypi.org/simple/clarifai-pyspark/ 2023-11-11T00:09:01,427 Given no hashes to check 0 links for project 'clarifai-pyspark': discarding no candidates 2023-11-11T00:09:01,428 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.8 2023-11-11T00:09:01,430 ERROR: Could not find a version that satisfies the requirement clarifai-pyspark==0.0.1 (from versions: none) 2023-11-11T00:09:01,433 ERROR: No matching distribution found for clarifai-pyspark==0.0.1 2023-11-11T00:09:01,435 Exception information: 2023-11-11T00:09:01,435 Traceback (most recent call last): 2023-11-11T00:09:01,435 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-11-11T00:09:01,435 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-11-11T00:09:01,435 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-11-11T00:09:01,435 raise RequirementsConflicted(criterion) 2023-11-11T00:09:01,435 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('clarifai-pyspark==0.0.1') 2023-11-11T00:09:01,435 2023-11-11T00:09:01,435 During handling of the above exception, another exception occurred: 2023-11-11T00:09:01,435 2023-11-11T00:09:01,435 Traceback (most recent call last): 2023-11-11T00:09:01,435 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2023-11-11T00:09:01,435 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-11-11T00:09:01,435 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-11-11T00:09:01,435 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-11-11T00:09:01,435 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-11-11T00:09:01,435 raise ResolutionImpossible(e.criterion.information) 2023-11-11T00:09:01,435 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('clarifai-pyspark==0.0.1'), parent=None)] 2023-11-11T00:09:01,435 2023-11-11T00:09:01,435 The above exception was the direct cause of the following exception: 2023-11-11T00:09:01,435 2023-11-11T00:09:01,435 Traceback (most recent call last): 2023-11-11T00:09:01,435 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-11-11T00:09:01,435 status = run_func(*args) 2023-11-11T00:09:01,435 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2023-11-11T00:09:01,435 return func(self, options, args) 2023-11-11T00:09:01,435 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-11-11T00:09:01,435 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-11-11T00:09:01,435 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2023-11-11T00:09:01,435 raise error from e 2023-11-11T00:09:01,435 pip._internal.exceptions.DistributionNotFound: No matching distribution found for clarifai-pyspark==0.0.1 2023-11-11T00:09:01,444 Removed build tracker: '/tmp/pip-build-tracker-w4y50b1t'