2023-10-05T20:31:46,514 Created temporary directory: /tmp/pip-build-tracker-65hfnoe4 2023-10-05T20:31:46,518 Initialized build tracking at /tmp/pip-build-tracker-65hfnoe4 2023-10-05T20:31:46,518 Created build tracker: /tmp/pip-build-tracker-65hfnoe4 2023-10-05T20:31:46,518 Entered build tracker: /tmp/pip-build-tracker-65hfnoe4 2023-10-05T20:31:46,520 Created temporary directory: /tmp/pip-wheel-kp80v1jn 2023-10-05T20:31:46,529 Created temporary directory: /tmp/pip-ephem-wheel-cache-q_afl9va 2023-10-05T20:31:46,591 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-10-05T20:31:46,600 2 location(s) to search for versions of dnevniklib: 2023-10-05T20:31:46,600 * https://pypi.org/simple/dnevniklib/ 2023-10-05T20:31:46,600 * https://www.piwheels.org/simple/dnevniklib/ 2023-10-05T20:31:46,601 Fetching project page and analyzing links: https://pypi.org/simple/dnevniklib/ 2023-10-05T20:31:46,602 Getting page https://pypi.org/simple/dnevniklib/ 2023-10-05T20:31:46,610 Found index url https://pypi.org/simple/ 2023-10-05T20:31:46,720 Fetched page https://pypi.org/simple/dnevniklib/ as application/vnd.pypi.simple.v1+json 2023-10-05T20:31:46,723 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 2023-10-05T20:31:46,724 Fetching project page and analyzing links: https://www.piwheels.org/simple/dnevniklib/ 2023-10-05T20:31:46,725 Getting page https://www.piwheels.org/simple/dnevniklib/ 2023-10-05T20:31:46,727 Found index url https://www.piwheels.org/simple/ 2023-10-05T20:31:46,857 Fetched page https://www.piwheels.org/simple/dnevniklib/ as text/html 2023-10-05T20:31:46,859 Skipping link: not a file: https://www.piwheels.org/simple/dnevniklib/ 2023-10-05T20:31:46,859 Skipping link: not a file: https://pypi.org/simple/dnevniklib/ 2023-10-05T20:31:46,895 Given no hashes to check 0 links for project 'dnevniklib': discarding no candidates 2023-10-05T20:31:46,896 ERROR: Could not find a version that satisfies the requirement dnevniklib==2.0.0b0 (from versions: 2.0.0b1) 2023-10-05T20:31:46,900 ERROR: No matching distribution found for dnevniklib==2.0.0b0 2023-10-05T20:31:46,902 Exception information: 2023-10-05T20:31:46,902 Traceback (most recent call last): 2023-10-05T20:31:46,902 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-10-05T20:31:46,902 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-10-05T20:31:46,902 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-10-05T20:31:46,902 raise RequirementsConflicted(criterion) 2023-10-05T20:31:46,902 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('dnevniklib==2.0.0b0') 2023-10-05T20:31:46,902 2023-10-05T20:31:46,902 During handling of the above exception, another exception occurred: 2023-10-05T20:31:46,902 2023-10-05T20:31:46,902 Traceback (most recent call last): 2023-10-05T20:31:46,902 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-10-05T20:31:46,902 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-10-05T20:31:46,902 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-10-05T20:31:46,902 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-10-05T20:31:46,902 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-10-05T20:31:46,902 raise ResolutionImpossible(e.criterion.information) 2023-10-05T20:31:46,902 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('dnevniklib==2.0.0b0'), parent=None)] 2023-10-05T20:31:46,902 2023-10-05T20:31:46,902 The above exception was the direct cause of the following exception: 2023-10-05T20:31:46,902 2023-10-05T20:31:46,902 Traceback (most recent call last): 2023-10-05T20:31:46,902 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-10-05T20:31:46,902 status = run_func(*args) 2023-10-05T20:31:46,902 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-10-05T20:31:46,902 return func(self, options, args) 2023-10-05T20:31:46,902 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-10-05T20:31:46,902 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-10-05T20:31:46,902 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-10-05T20:31:46,902 raise error from e 2023-10-05T20:31:46,902 pip._internal.exceptions.DistributionNotFound: No matching distribution found for dnevniklib==2.0.0b0 2023-10-05T20:31:46,913 Removed build tracker: '/tmp/pip-build-tracker-65hfnoe4'