2022-10-30T14:18:09,010 Created temporary directory: /tmp/pip-ephem-wheel-cache-lgr1rxm5 2022-10-30T14:18:09,014 Created temporary directory: /tmp/pip-build-tracker-cb81ujfq 2022-10-30T14:18:09,015 Initialized build tracking at /tmp/pip-build-tracker-cb81ujfq 2022-10-30T14:18:09,016 Created build tracker: /tmp/pip-build-tracker-cb81ujfq 2022-10-30T14:18:09,016 Entered build tracker: /tmp/pip-build-tracker-cb81ujfq 2022-10-30T14:18:09,017 Created temporary directory: /tmp/pip-wheel-07sls35c 2022-10-30T14:18:09,025 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:18:09,030 Created temporary directory: /tmp/pip-ephem-wheel-cache-j7ufk1di 2022-10-30T14:18:09,081 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-10-30T14:18:09,088 2 location(s) to search for versions of mylearn: 2022-10-30T14:18:09,088 * https://pypi.org/simple/mylearn/ 2022-10-30T14:18:09,088 * https://www.piwheels.org/simple/mylearn/ 2022-10-30T14:18:09,089 Fetching project page and analyzing links: https://pypi.org/simple/mylearn/ 2022-10-30T14:18:09,090 Getting page https://pypi.org/simple/mylearn/ 2022-10-30T14:18:09,093 Found index url https://pypi.org/simple 2022-10-30T14:18:09,317 Fetched page https://pypi.org/simple/mylearn/ as application/vnd.pypi.simple.v1+json 2022-10-30T14:18:09,320 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:18:09,321 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:18:09,322 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:18:09,323 Link requires a different Python (3.7.3 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:18:09,324 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:18:09,324 Fetching project page and analyzing links: https://www.piwheels.org/simple/mylearn/ 2022-10-30T14:18:09,325 Getting page https://www.piwheels.org/simple/mylearn/ 2022-10-30T14:18:09,327 Found index url https://www.piwheels.org/simple 2022-10-30T14:18:09,692 Fetched page https://www.piwheels.org/simple/mylearn/ as text/html 2022-10-30T14:18:09,695 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:18:09,696 Skipping link: not a file: https://www.piwheels.org/simple/mylearn/ 2022-10-30T14:18:09,696 Skipping link: not a file: https://pypi.org/simple/mylearn/ 2022-10-30T14:18:09,728 Given no hashes to check 0 links for project 'mylearn': discarding no candidates 2022-10-30T14:18:09,729 ERROR: Ignored the following versions that require a different python version: 0.0.2 Requires-Python >=3.11,<3.12 2022-10-30T14:18:09,735 ERROR: Could not find a version that satisfies the requirement mylearn==0.0.2 (from versions: 0.0.1) 2022-10-30T14:18:09,738 ERROR: No matching distribution found for mylearn==0.0.2 2022-10-30T14:18:09,740 Exception information: 2022-10-30T14:18:09,740 Traceback (most recent call last): 2022-10-30T14:18:09,740 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-10-30T14:18:09,740 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-10-30T14:18:09,740 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-10-30T14:18:09,740 raise RequirementsConflicted(criterion) 2022-10-30T14:18:09,740 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mylearn==0.0.2') 2022-10-30T14:18:09,740 2022-10-30T14:18:09,740 During handling of the above exception, another exception occurred: 2022-10-30T14:18:09,740 2022-10-30T14:18:09,740 Traceback (most recent call last): 2022-10-30T14:18:09,740 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-10-30T14:18:09,740 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-10-30T14:18:09,740 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-10-30T14:18:09,740 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-10-30T14:18:09,740 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-10-30T14:18:09,740 raise ResolutionImpossible(e.criterion.information) 2022-10-30T14:18:09,740 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mylearn==0.0.2'), parent=None)] 2022-10-30T14:18:09,740 2022-10-30T14:18:09,740 The above exception was the direct cause of the following exception: 2022-10-30T14:18:09,740 2022-10-30T14:18:09,740 Traceback (most recent call last): 2022-10-30T14:18:09,740 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2022-10-30T14:18:09,740 status = run_func(*args) 2022-10-30T14:18:09,740 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2022-10-30T14:18:09,740 return func(self, options, args) 2022-10-30T14:18:09,740 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 170, in run 2022-10-30T14:18:09,740 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-10-30T14:18:09,740 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-10-30T14:18:09,740 raise error from e 2022-10-30T14:18:09,740 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mylearn==0.0.2 2022-10-30T14:18:09,749 Removed build tracker: '/tmp/pip-build-tracker-cb81ujfq'