2022-10-30T14:26:26,295 Created temporary directory: /tmp/pip-ephem-wheel-cache-7gqgy7il 2022-10-30T14:26:26,297 Created temporary directory: /tmp/pip-build-tracker-dahlghe6 2022-10-30T14:26:26,297 Initialized build tracking at /tmp/pip-build-tracker-dahlghe6 2022-10-30T14:26:26,298 Created build tracker: /tmp/pip-build-tracker-dahlghe6 2022-10-30T14:26:26,298 Entered build tracker: /tmp/pip-build-tracker-dahlghe6 2022-10-30T14:26:26,298 Created temporary directory: /tmp/pip-wheel-sntmoh63 2022-10-30T14:26:26,301 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 2022-10-30T14:26:26,304 Created temporary directory: /tmp/pip-ephem-wheel-cache-bzqeh__9 2022-10-30T14:26:26,327 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-10-30T14:26:26,330 2 location(s) to search for versions of mylearn: 2022-10-30T14:26:26,330 * https://pypi.org/simple/mylearn/ 2022-10-30T14:26:26,330 * https://www.piwheels.org/simple/mylearn/ 2022-10-30T14:26:26,330 Fetching project page and analyzing links: https://pypi.org/simple/mylearn/ 2022-10-30T14:26:26,331 Getting page https://pypi.org/simple/mylearn/ 2022-10-30T14:26:26,332 Found index url https://pypi.org/simple 2022-10-30T14:26:26,383 Fetched page https://pypi.org/simple/mylearn/ as application/vnd.pypi.simple.v1+json 2022-10-30T14:26:26,385 Skipping link: No binaries permitted for mylearn: https://files.pythonhosted.org/packages/cb/61/09b3630538dce815fe8074b3eaa18fb03be780fba217b2374820a5efbe6d/mylearn-0.0.1-py3-none-any.whl (from https://pypi.org/simple/mylearn/) 2022-10-30T14:26:26,385 Found link https://files.pythonhosted.org/packages/92/4b/8e9964dab78f898088c2d41231b8f61a7f299a476410e67d57cfbdc3c90f/mylearn-0.0.1.tar.gz (from https://pypi.org/simple/mylearn/), version: 0.0.1 2022-10-30T14:26:26,385 Skipping link: No binaries permitted for mylearn: https://files.pythonhosted.org/packages/3f/1c/40333929f1246e4a39ca002a710e7ebb1c635fd85ec346255a373a71c181/mylearn-0.0.2-py3-none-any.whl (from https://pypi.org/simple/mylearn/) (requires-python:>=3.11,<3.12) 2022-10-30T14:26:26,386 Link requires a different Python (3.9.2 not in: '>=3.11,<3.12'): https://files.pythonhosted.org/packages/a5/15/c683d956f5bd0c42867408c3f4625c16a509b172896a10e81f76fedc9365/mylearn-0.0.2.tar.gz (from https://pypi.org/simple/mylearn/) (requires-python:>=3.11,<3.12) 2022-10-30T14:26:26,386 Skipping link: 0.0.2 Requires-Python >=3.11,<3.12: https://files.pythonhosted.org/packages/a5/15/c683d956f5bd0c42867408c3f4625c16a509b172896a10e81f76fedc9365/mylearn-0.0.2.tar.gz (from https://pypi.org/simple/mylearn/) (requires-python:>=3.11,<3.12) 2022-10-30T14:26:26,387 Fetching project page and analyzing links: https://www.piwheels.org/simple/mylearn/ 2022-10-30T14:26:26,387 Getting page https://www.piwheels.org/simple/mylearn/ 2022-10-30T14:26:26,388 Found index url https://www.piwheels.org/simple 2022-10-30T14:26:28,493 Fetched page https://www.piwheels.org/simple/mylearn/ as text/html 2022-10-30T14:26:28,495 Skipping link: No binaries permitted for mylearn: https://www.piwheels.org/simple/mylearn/mylearn-0.0.1-py3-none-any.whl#sha256=6fba0c4abf4f479c33dfffb9ed53d99a326babc28b8434c4389f97889a6d3667 (from https://www.piwheels.org/simple/mylearn/) 2022-10-30T14:26:28,496 Skipping link: not a file: https://www.piwheels.org/simple/mylearn/ 2022-10-30T14:26:28,496 Skipping link: not a file: https://pypi.org/simple/mylearn/ 2022-10-30T14:26:28,534 Given no hashes to check 0 links for project 'mylearn': discarding no candidates 2022-10-30T14:26:28,535 ERROR: Ignored the following versions that require a different python version: 0.0.2 Requires-Python >=3.11,<3.12 2022-10-30T14:26:28,537 ERROR: Could not find a version that satisfies the requirement mylearn==0.0.2 (from versions: 0.0.1) 2022-10-30T14:26:28,539 ERROR: No matching distribution found for mylearn==0.0.2 2022-10-30T14:26:28,540 Exception information: 2022-10-30T14:26:28,540 Traceback (most recent call last): 2022-10-30T14:26:28,540 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-10-30T14:26:28,540 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-10-30T14:26:28,540 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-10-30T14:26:28,540 raise RequirementsConflicted(criterion) 2022-10-30T14:26:28,540 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mylearn==0.0.2') 2022-10-30T14:26:28,540 2022-10-30T14:26:28,540 During handling of the above exception, another exception occurred: 2022-10-30T14:26:28,540 2022-10-30T14:26:28,540 Traceback (most recent call last): 2022-10-30T14:26:28,540 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2022-10-30T14:26:28,540 result = self._result = resolver.resolve( 2022-10-30T14:26:28,540 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-10-30T14:26:28,540 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-10-30T14:26:28,540 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-10-30T14:26:28,540 raise ResolutionImpossible(e.criterion.information) 2022-10-30T14:26:28,540 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mylearn==0.0.2'), parent=None)] 2022-10-30T14:26:28,540 2022-10-30T14:26:28,540 The above exception was the direct cause of the following exception: 2022-10-30T14:26:28,540 2022-10-30T14:26:28,540 Traceback (most recent call last): 2022-10-30T14:26:28,540 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2022-10-30T14:26:28,540 status = run_func(*args) 2022-10-30T14:26:28,540 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2022-10-30T14:26:28,540 return func(self, options, args) 2022-10-30T14:26:28,540 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 170, in run 2022-10-30T14:26:28,540 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-10-30T14:26:28,540 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-10-30T14:26:28,540 raise error from e 2022-10-30T14:26:28,540 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mylearn==0.0.2 2022-10-30T14:26:28,547 Removed build tracker: '/tmp/pip-build-tracker-dahlghe6'