2025-09-13T04:59:39,671 Created temporary directory: /tmp/pip-build-tracker-co7m_phz 2025-09-13T04:59:39,671 Initialized build tracking at /tmp/pip-build-tracker-co7m_phz 2025-09-13T04:59:39,672 Created build tracker: /tmp/pip-build-tracker-co7m_phz 2025-09-13T04:59:39,672 Entered build tracker: /tmp/pip-build-tracker-co7m_phz 2025-09-13T04:59:39,672 Created temporary directory: /tmp/pip-wheel-cu6igvdn 2025-09-13T04:59:39,676 Created temporary directory: /tmp/pip-ephem-wheel-cache-qu5ai_m9 2025-09-13T04:59:39,734 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-13T04:59:39,737 2 location(s) to search for versions of dnevniklib: 2025-09-13T04:59:39,737 * https://pypi.org/simple/dnevniklib/ 2025-09-13T04:59:39,737 * https://www.piwheels.org/simple/dnevniklib/ 2025-09-13T04:59:39,737 Fetching project page and analyzing links: https://pypi.org/simple/dnevniklib/ 2025-09-13T04:59:39,737 Getting page https://pypi.org/simple/dnevniklib/ 2025-09-13T04:59:39,739 Found index url https://pypi.org/simple/ 2025-09-13T04:59:39,887 Fetched page https://pypi.org/simple/dnevniklib/ as application/vnd.pypi.simple.v1+json 2025-09-13T04:59:39,889 Found link https://files.pythonhosted.org/packages/7d/52/8fa2ca9248a0404280cc51e5794a1ca74bad7dc1d6968f2c7132c4a6f0be/dnevniklib-2.0.0b1.tar.gz (from https://pypi.org/simple/dnevniklib/) (requires-python:>=3.6), version: 2.0.0b1 2025-09-13T04:59:39,889 Found link https://files.pythonhosted.org/packages/29/da/b99ed37c92b26b96e41106cdd493a0c02b76953bc1416a98c8dfc3089178/dnevniklib-2.0.1b0.tar.gz (from https://pypi.org/simple/dnevniklib/) (requires-python:>=3.6), version: 2.0.1b0 2025-09-13T04:59:39,890 Fetching project page and analyzing links: https://www.piwheels.org/simple/dnevniklib/ 2025-09-13T04:59:39,890 Getting page https://www.piwheels.org/simple/dnevniklib/ 2025-09-13T04:59:39,891 Found index url https://www.piwheels.org/simple/ 2025-09-13T04:59:39,984 Fetched page https://www.piwheels.org/simple/dnevniklib/ as text/html 2025-09-13T04:59:39,985 Skipping link: No binaries permitted for dnevniklib: https://archive1.piwheels.org/simple/dnevniklib/dnevniklib-2.0.1b0-py3-none-any.whl#sha256=ad6a172cc384ee1612eae82b736a7ce55f1829af2570b85f80e2864bf67e373e (from https://www.piwheels.org/simple/dnevniklib/) (requires-python:>=3.6) 2025-09-13T04:59:39,985 Skipping link: not a file: https://www.piwheels.org/simple/dnevniklib/ 2025-09-13T04:59:39,986 Skipping link: not a file: https://pypi.org/simple/dnevniklib/ 2025-09-13T04:59:40,010 Given no hashes to check 0 links for project 'dnevniklib': discarding no candidates 2025-09-13T04:59:40,011 ERROR: Could not find a version that satisfies the requirement dnevniklib==2.0.0b0 (from versions: 2.0.0b1, 2.0.1b0) 2025-09-13T04:59:40,012 ERROR: No matching distribution found for dnevniklib==2.0.0b0 2025-09-13T04:59:40,013 Exception information: 2025-09-13T04:59:40,013 Traceback (most recent call last): 2025-09-13T04:59:40,013 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-13T04:59:40,013 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-13T04:59:40,013 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-13T04:59:40,013 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-13T04:59:40,013 raise RequirementsConflicted(criterion) 2025-09-13T04:59:40,013 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('dnevniklib==2.0.0b0') 2025-09-13T04:59:40,013 2025-09-13T04:59:40,013 The above exception was the direct cause of the following exception: 2025-09-13T04:59:40,013 2025-09-13T04:59:40,013 Traceback (most recent call last): 2025-09-13T04:59:40,013 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-13T04:59:40,013 result = self._result = resolver.resolve( 2025-09-13T04:59:40,013 ~~~~~~~~~~~~~~~~^ 2025-09-13T04:59:40,013 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-13T04:59:40,013 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-13T04:59:40,013 ) 2025-09-13T04:59:40,013 ^ 2025-09-13T04:59:40,013 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-13T04:59:40,013 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-13T04:59:40,013 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-13T04:59:40,013 raise ResolutionImpossible(e.criterion.information) from e 2025-09-13T04:59:40,013 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('dnevniklib==2.0.0b0'), parent=None)] 2025-09-13T04:59:40,013 2025-09-13T04:59:40,013 The above exception was the direct cause of the following exception: 2025-09-13T04:59:40,013 2025-09-13T04:59:40,013 Traceback (most recent call last): 2025-09-13T04:59:40,013 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-13T04:59:40,013 status = _inner_run() 2025-09-13T04:59:40,013 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-13T04:59:40,013 return self.run(options, args) 2025-09-13T04:59:40,013 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-13T04:59:40,013 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-13T04:59:40,013 return func(self, options, args) 2025-09-13T04:59:40,013 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-13T04:59:40,013 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-13T04:59:40,013 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-13T04:59:40,013 raise error from e 2025-09-13T04:59:40,013 pip._internal.exceptions.DistributionNotFound: No matching distribution found for dnevniklib==2.0.0b0 2025-09-13T04:59:40,024 Removed build tracker: '/tmp/pip-build-tracker-co7m_phz'