2023-03-13T09:09:08,482 Created temporary directory: /tmp/pip-ephem-wheel-cache-9d9d2i07 2023-03-13T09:09:08,487 Created temporary directory: /tmp/pip-build-tracker-8bm_p5_k 2023-03-13T09:09:08,488 Initialized build tracking at /tmp/pip-build-tracker-8bm_p5_k 2023-03-13T09:09:08,489 Created build tracker: /tmp/pip-build-tracker-8bm_p5_k 2023-03-13T09:09:08,489 Entered build tracker: /tmp/pip-build-tracker-8bm_p5_k 2023-03-13T09:09:08,490 Created temporary directory: /tmp/pip-wheel-z1yl_yx5 2023-03-13T09:09:08,500 DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 2023-03-13T09:09:08,506 Created temporary directory: /tmp/pip-ephem-wheel-cache-9nmauaig 2023-03-13T09:09:08,565 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-03-13T09:09:08,572 2 location(s) to search for versions of cycleops: 2023-03-13T09:09:08,572 * https://pypi.org/simple/cycleops/ 2023-03-13T09:09:08,572 * https://www.piwheels.org/simple/cycleops/ 2023-03-13T09:09:08,573 Fetching project page and analyzing links: https://pypi.org/simple/cycleops/ 2023-03-13T09:09:08,574 Getting page https://pypi.org/simple/cycleops/ 2023-03-13T09:09:08,578 Found index url https://pypi.org/simple 2023-03-13T09:09:08,795 Fetched page https://pypi.org/simple/cycleops/ as application/vnd.pypi.simple.v1+json 2023-03-13T09:09:08,798 Skipping link: No binaries permitted for cycleops: https://files.pythonhosted.org/packages/e5/f0/f5deb31f6b6e589c38b7aabd021d4b735cd71bbced601a161cddf6d5ca76/cycleops-0.1.0-py3-none-any.whl (from https://pypi.org/simple/cycleops/) (requires-python:>=3.11,<4.0) 2023-03-13T09:09:08,800 Link requires a different Python (3.7.3 not in: '>=3.11,<4.0'): https://files.pythonhosted.org/packages/95/41/eee494db5a95a1b097d62eb4e76def9fe911d20fee7c31ff60608878f779/cycleops-0.1.0.tar.gz (from https://pypi.org/simple/cycleops/) (requires-python:>=3.11,<4.0) 2023-03-13T09:09:08,800 Skipping link: 0.1.0 Requires-Python >=3.11,<4.0: https://files.pythonhosted.org/packages/95/41/eee494db5a95a1b097d62eb4e76def9fe911d20fee7c31ff60608878f779/cycleops-0.1.0.tar.gz (from https://pypi.org/simple/cycleops/) (requires-python:>=3.11,<4.0) 2023-03-13T09:09:08,801 Fetching project page and analyzing links: https://www.piwheels.org/simple/cycleops/ 2023-03-13T09:09:08,802 Getting page https://www.piwheels.org/simple/cycleops/ 2023-03-13T09:09:08,804 Found index url https://www.piwheels.org/simple 2023-03-13T09:09:09,006 Fetched page https://www.piwheels.org/simple/cycleops/ as text/html 2023-03-13T09:09:09,008 Skipping link: not a file: https://www.piwheels.org/simple/cycleops/ 2023-03-13T09:09:09,009 Skipping link: not a file: https://pypi.org/simple/cycleops/ 2023-03-13T09:09:09,044 Given no hashes to check 0 links for project 'cycleops': discarding no candidates 2023-03-13T09:09:09,045 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.11,<4.0 2023-03-13T09:09:09,047 ERROR: Could not find a version that satisfies the requirement cycleops==0.1.0 (from versions: none) 2023-03-13T09:09:09,050 ERROR: No matching distribution found for cycleops==0.1.0 2023-03-13T09:09:09,052 Exception information: 2023-03-13T09:09:09,052 Traceback (most recent call last): 2023-03-13T09:09:09,052 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2023-03-13T09:09:09,052 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-03-13T09:09:09,052 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2023-03-13T09:09:09,052 raise RequirementsConflicted(criterion) 2023-03-13T09:09:09,052 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cycleops==0.1.0') 2023-03-13T09:09:09,052 2023-03-13T09:09:09,052 During handling of the above exception, another exception occurred: 2023-03-13T09:09:09,052 2023-03-13T09:09:09,052 Traceback (most recent call last): 2023-03-13T09:09:09,052 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-03-13T09:09:09,052 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2023-03-13T09:09:09,052 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2023-03-13T09:09:09,052 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-03-13T09:09:09,052 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2023-03-13T09:09:09,052 raise ResolutionImpossible(e.criterion.information) 2023-03-13T09:09:09,052 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cycleops==0.1.0'), parent=None)] 2023-03-13T09:09:09,052 2023-03-13T09:09:09,052 The above exception was the direct cause of the following exception: 2023-03-13T09:09:09,052 2023-03-13T09:09:09,052 Traceback (most recent call last): 2023-03-13T09:09:09,052 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2023-03-13T09:09:09,052 status = run_func(*args) 2023-03-13T09:09:09,052 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2023-03-13T09:09:09,052 return func(self, options, args) 2023-03-13T09:09:09,052 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 170, in run 2023-03-13T09:09:09,052 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-03-13T09:09:09,052 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-03-13T09:09:09,052 raise error from e 2023-03-13T09:09:09,052 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cycleops==0.1.0 2023-03-13T09:09:09,060 Removed build tracker: '/tmp/pip-build-tracker-8bm_p5_k'