2023-02-17T22:34:23,821 Created temporary directory: /tmp/pip-ephem-wheel-cache-_sdwjvja 2023-02-17T22:34:23,823 Created temporary directory: /tmp/pip-build-tracker-l0b0czp4 2023-02-17T22:34:23,824 Initialized build tracking at /tmp/pip-build-tracker-l0b0czp4 2023-02-17T22:34:23,824 Created build tracker: /tmp/pip-build-tracker-l0b0czp4 2023-02-17T22:34:23,824 Entered build tracker: /tmp/pip-build-tracker-l0b0czp4 2023-02-17T22:34:23,824 Created temporary directory: /tmp/pip-wheel-_xdc2woq 2023-02-17T22:34:23,828 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-02-17T22:34:23,835 Created temporary directory: /tmp/pip-ephem-wheel-cache-q99aydb1 2023-02-17T22:34:23,861 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-02-17T22:34:23,864 2 location(s) to search for versions of elwood: 2023-02-17T22:34:23,864 * https://pypi.org/simple/elwood/ 2023-02-17T22:34:23,864 * https://www.piwheels.org/simple/elwood/ 2023-02-17T22:34:23,865 Fetching project page and analyzing links: https://pypi.org/simple/elwood/ 2023-02-17T22:34:23,865 Getting page https://pypi.org/simple/elwood/ 2023-02-17T22:34:23,866 Found index url https://pypi.org/simple 2023-02-17T22:34:23,994 Fetched page https://pypi.org/simple/elwood/ as application/vnd.pypi.simple.v1+json 2023-02-17T22:34:23,996 Found link https://files.pythonhosted.org/packages/f7/7f/0bf28b993084c83fc52481d9d2da9f858f43a190146f457e181d08cf0b19/elwood-0.1.0.tar.gz (from https://pypi.org/simple/elwood/) (requires-python:>=3.8), version: 0.1.0 2023-02-17T22:34:23,996 Skipping link: No binaries permitted for elwood: https://files.pythonhosted.org/packages/f8/c0/c183e9ff433e81dfbcc484a9fa9477226b5195e91454c22207e897456c98/elwood-0.1.1-1-py2.py3-none-any.whl (from https://pypi.org/simple/elwood/) (requires-python:>=3.8) 2023-02-17T22:34:23,997 Fetching project page and analyzing links: https://www.piwheels.org/simple/elwood/ 2023-02-17T22:34:23,997 Getting page https://www.piwheels.org/simple/elwood/ 2023-02-17T22:34:23,998 Found index url https://www.piwheels.org/simple 2023-02-17T22:34:24,163 Fetched page https://www.piwheels.org/simple/elwood/ as text/html 2023-02-17T22:34:24,164 Skipping link: not a file: https://www.piwheels.org/simple/elwood/ 2023-02-17T22:34:24,164 Skipping link: not a file: https://pypi.org/simple/elwood/ 2023-02-17T22:34:24,182 Given no hashes to check 0 links for project 'elwood': discarding no candidates 2023-02-17T22:34:24,183 ERROR: Could not find a version that satisfies the requirement elwood==0.1.1 (from versions: 0.1.0) 2023-02-17T22:34:24,184 ERROR: No matching distribution found for elwood==0.1.1 2023-02-17T22:34:24,185 Exception information: 2023-02-17T22:34:24,185 Traceback (most recent call last): 2023-02-17T22:34:24,185 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2023-02-17T22:34:24,185 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-02-17T22:34:24,185 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2023-02-17T22:34:24,185 raise RequirementsConflicted(criterion) 2023-02-17T22:34:24,185 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('elwood==0.1.1') 2023-02-17T22:34:24,185 2023-02-17T22:34:24,185 During handling of the above exception, another exception occurred: 2023-02-17T22:34:24,185 2023-02-17T22:34:24,185 Traceback (most recent call last): 2023-02-17T22:34:24,185 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-02-17T22:34:24,185 result = self._result = resolver.resolve( 2023-02-17T22:34:24,185 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2023-02-17T22:34:24,185 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-02-17T22:34:24,185 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2023-02-17T22:34:24,185 raise ResolutionImpossible(e.criterion.information) 2023-02-17T22:34:24,185 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('elwood==0.1.1'), parent=None)] 2023-02-17T22:34:24,185 2023-02-17T22:34:24,185 The above exception was the direct cause of the following exception: 2023-02-17T22:34:24,185 2023-02-17T22:34:24,185 Traceback (most recent call last): 2023-02-17T22:34:24,185 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2023-02-17T22:34:24,185 status = run_func(*args) 2023-02-17T22:34:24,185 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2023-02-17T22:34:24,185 return func(self, options, args) 2023-02-17T22:34:24,185 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 170, in run 2023-02-17T22:34:24,185 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-02-17T22:34:24,185 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-02-17T22:34:24,185 raise error from e 2023-02-17T22:34:24,185 pip._internal.exceptions.DistributionNotFound: No matching distribution found for elwood==0.1.1 2023-02-17T22:34:24,189 Removed build tracker: '/tmp/pip-build-tracker-l0b0czp4'