2024-05-21T14:44:13,702 Created temporary directory: /tmp/pip-build-tracker-c65tvcwz 2024-05-21T14:44:13,706 Initialized build tracking at /tmp/pip-build-tracker-c65tvcwz 2024-05-21T14:44:13,706 Created build tracker: /tmp/pip-build-tracker-c65tvcwz 2024-05-21T14:44:13,707 Entered build tracker: /tmp/pip-build-tracker-c65tvcwz 2024-05-21T14:44:13,708 Created temporary directory: /tmp/pip-wheel-qh29zy3p 2024-05-21T14:44:13,719 Created temporary directory: /tmp/pip-ephem-wheel-cache-uh4z92x2 2024-05-21T14:44:13,778 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-05-21T14:44:13,793 2 location(s) to search for versions of robotframework-dotnetlibrarybase: 2024-05-21T14:44:13,793 * https://pypi.org/simple/robotframework-dotnetlibrarybase/ 2024-05-21T14:44:13,793 * https://www.piwheels.org/simple/robotframework-dotnetlibrarybase/ 2024-05-21T14:44:13,794 Fetching project page and analyzing links: https://pypi.org/simple/robotframework-dotnetlibrarybase/ 2024-05-21T14:44:13,796 Getting page https://pypi.org/simple/robotframework-dotnetlibrarybase/ 2024-05-21T14:44:13,800 Found index url https://pypi.org/simple/ 2024-05-21T14:44:13,911 Fetched page https://pypi.org/simple/robotframework-dotnetlibrarybase/ as application/vnd.pypi.simple.v1+json 2024-05-21T14:44:13,914 Skipping link: No binaries permitted for robotframework-dotnetlibrarybase: https://files.pythonhosted.org/packages/e1/57/d980909b795972b96317f98713ce8284bf7421cb214a31b7d1ed895437d3/robotframework_dotnetlibrarybase-0.1.0-py3-none-any.whl (from https://pypi.org/simple/robotframework-dotnetlibrarybase/) (requires-python:>=3.8) 2024-05-21T14:44:13,915 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/fa/7f/52ea79b556fb511862ac3b44c770ed88ada554db9a7e325aadb1ba4d554e/robotframework_dotnetlibrarybase-0.1.0.tar.gz (from https://pypi.org/simple/robotframework-dotnetlibrarybase/) (requires-python:>=3.8) 2024-05-21T14:44:13,916 Skipping link: 0.1.0 Requires-Python >=3.8: https://files.pythonhosted.org/packages/fa/7f/52ea79b556fb511862ac3b44c770ed88ada554db9a7e325aadb1ba4d554e/robotframework_dotnetlibrarybase-0.1.0.tar.gz (from https://pypi.org/simple/robotframework-dotnetlibrarybase/) (requires-python:>=3.8) 2024-05-21T14:44:13,917 Fetching project page and analyzing links: https://www.piwheels.org/simple/robotframework-dotnetlibrarybase/ 2024-05-21T14:44:13,917 Getting page https://www.piwheels.org/simple/robotframework-dotnetlibrarybase/ 2024-05-21T14:44:13,920 Found index url https://www.piwheels.org/simple/ 2024-05-21T14:44:14,120 Fetched page https://www.piwheels.org/simple/robotframework-dotnetlibrarybase/ as text/html 2024-05-21T14:44:14,122 Skipping link: not a file: https://www.piwheels.org/simple/robotframework-dotnetlibrarybase/ 2024-05-21T14:44:14,122 Skipping link: not a file: https://pypi.org/simple/robotframework-dotnetlibrarybase/ 2024-05-21T14:44:14,159 Given no hashes to check 0 links for project 'robotframework-dotnetlibrarybase': discarding no candidates 2024-05-21T14:44:14,160 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.8 2024-05-21T14:44:14,163 ERROR: Could not find a version that satisfies the requirement robotframework-dotnetlibrarybase==0.1.0 (from versions: none) 2024-05-21T14:44:14,165 ERROR: No matching distribution found for robotframework-dotnetlibrarybase==0.1.0 2024-05-21T14:44:14,168 Exception information: 2024-05-21T14:44:14,168 Traceback (most recent call last): 2024-05-21T14:44:14,168 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-05-21T14:44:14,168 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-05-21T14:44:14,168 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-05-21T14:44:14,168 raise RequirementsConflicted(criterion) 2024-05-21T14:44:14,168 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('robotframework-dotnetlibrarybase==0.1.0') 2024-05-21T14:44:14,168 2024-05-21T14:44:14,168 During handling of the above exception, another exception occurred: 2024-05-21T14:44:14,168 2024-05-21T14:44:14,168 Traceback (most recent call last): 2024-05-21T14:44:14,168 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2024-05-21T14:44:14,168 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2024-05-21T14:44:14,168 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-05-21T14:44:14,168 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-05-21T14:44:14,168 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-05-21T14:44:14,168 raise ResolutionImpossible(e.criterion.information) 2024-05-21T14:44:14,168 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('robotframework-dotnetlibrarybase==0.1.0'), parent=None)] 2024-05-21T14:44:14,168 2024-05-21T14:44:14,168 The above exception was the direct cause of the following exception: 2024-05-21T14:44:14,168 2024-05-21T14:44:14,168 Traceback (most recent call last): 2024-05-21T14:44:14,168 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-05-21T14:44:14,168 status = run_func(*args) 2024-05-21T14:44:14,168 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-05-21T14:44:14,168 return func(self, options, args) 2024-05-21T14:44:14,168 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-05-21T14:44:14,168 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-05-21T14:44:14,168 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-05-21T14:44:14,168 raise error from e 2024-05-21T14:44:14,168 pip._internal.exceptions.DistributionNotFound: No matching distribution found for robotframework-dotnetlibrarybase==0.1.0 2024-05-21T14:44:14,177 Removed build tracker: '/tmp/pip-build-tracker-c65tvcwz'