2021-07-11T14:03:59,596 Created temporary directory: /tmp/pip-ephem-wheel-cache-i434l9_t 2021-07-11T14:03:59,599 Created temporary directory: /tmp/pip-req-tracker-n50zlt0y 2021-07-11T14:03:59,599 Initialized build tracking at /tmp/pip-req-tracker-n50zlt0y 2021-07-11T14:03:59,600 Created build tracker: /tmp/pip-req-tracker-n50zlt0y 2021-07-11T14:03:59,600 Entered build tracker: /tmp/pip-req-tracker-n50zlt0y 2021-07-11T14:03:59,600 Created temporary directory: /tmp/pip-wheel-aoflyl_9 2021-07-11T14:03:59,629 1 location(s) to search for versions of raspi-version: 2021-07-11T14:03:59,629 * https://pypi.org/simple/raspi-version/ 2021-07-11T14:03:59,629 Fetching project page and analyzing links: https://pypi.org/simple/raspi-version/ 2021-07-11T14:03:59,630 Getting page https://pypi.org/simple/raspi-version/ 2021-07-11T14:03:59,631 Found index url https://pypi.org/simple 2021-07-11T14:03:59,808 Found link https://files.pythonhosted.org/packages/29/6d/28425cff97a5edb0da29be3e3e028b801b8ab230898e78cb02ecf8fd0265/raspi_version-0.1.0.tar.gz#sha256=75803c8a344542249a1c3cb3b93ec7ae5973eb6856a24e8aabf63e2f95911dc2 (from https://pypi.org/simple/raspi-version/), version: 0.1.0 2021-07-11T14:03:59,808 Skipping link: not a file: https://pypi.org/simple/raspi-version/ 2021-07-11T14:03:59,825 Given no hashes to check 1 links for project 'raspi-version': discarding no candidates 2021-07-11T14:03:59,844 Collecting raspi-version==0.1.0 2021-07-11T14:03:59,846 Created temporary directory: /tmp/pip-unpack-c697y6vg 2021-07-11T14:04:00,015 Downloading raspi_version-0.1.0.tar.gz (1.9 kB) 2021-07-11T14:04:00,046 Added raspi-version==0.1.0 from https://files.pythonhosted.org/packages/29/6d/28425cff97a5edb0da29be3e3e028b801b8ab230898e78cb02ecf8fd0265/raspi_version-0.1.0.tar.gz#sha256=75803c8a344542249a1c3cb3b93ec7ae5973eb6856a24e8aabf63e2f95911dc2 to build tracker '/tmp/pip-req-tracker-n50zlt0y' 2021-07-11T14:04:00,047 Running setup.py (path:/tmp/pip-wheel-aoflyl_9/raspi-version_3171b90c67a3466ab22dbbd8557cdccc/setup.py) egg_info for package raspi-version 2021-07-11T14:04:00,048 Created temporary directory: /tmp/pip-pip-egg-info-uvur_k7b 2021-07-11T14:04:00,048 Running command python setup.py egg_info 2021-07-11T14:04:00,926 Traceback (most recent call last): 2021-07-11T14:04:00,927 File "", line 1, in 2021-07-11T14:04:00,927 File "/tmp/pip-wheel-aoflyl_9/raspi-version_3171b90c67a3466ab22dbbd8557cdccc/setup.py", line 21, in 2021-07-11T14:04:00,928 with open("README.md", "r") as fp: 2021-07-11T14:04:00,928 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2021-07-11T14:04:00,974 WARNING: Discarding https://files.pythonhosted.org/packages/29/6d/28425cff97a5edb0da29be3e3e028b801b8ab230898e78cb02ecf8fd0265/raspi_version-0.1.0.tar.gz#sha256=75803c8a344542249a1c3cb3b93ec7ae5973eb6856a24e8aabf63e2f95911dc2 (from https://pypi.org/simple/raspi-version/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-11T14:04:00,976 ERROR: Could not find a version that satisfies the requirement raspi-version==0.1.0 (from versions: 0.1.0) 2021-07-11T14:04:00,976 ERROR: No matching distribution found for raspi-version==0.1.0 2021-07-11T14:04:00,976 Exception information: 2021-07-11T14:04:00,976 Traceback (most recent call last): 2021-07-11T14:04:00,976 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-11T14:04:00,976 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-11T14:04:00,976 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-11T14:04:00,976 raise RequirementsConflicted(criterion) 2021-07-11T14:04:00,976 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('raspi-version==0.1.0') 2021-07-11T14:04:00,976 2021-07-11T14:04:00,976 During handling of the above exception, another exception occurred: 2021-07-11T14:04:00,976 2021-07-11T14:04:00,976 Traceback (most recent call last): 2021-07-11T14:04:00,976 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-11T14:04:00,976 result = self._result = resolver.resolve( 2021-07-11T14:04:00,976 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-11T14:04:00,976 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-11T14:04:00,976 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-11T14:04:00,976 raise ResolutionImpossible(e.criterion.information) 2021-07-11T14:04:00,976 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('raspi-version==0.1.0'), parent=None)] 2021-07-11T14:04:00,976 2021-07-11T14:04:00,976 The above exception was the direct cause of the following exception: 2021-07-11T14:04:00,976 2021-07-11T14:04:00,976 Traceback (most recent call last): 2021-07-11T14:04:00,976 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-11T14:04:00,976 status = self.run(options, args) 2021-07-11T14:04:00,976 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-11T14:04:00,976 return func(self, options, args) 2021-07-11T14:04:00,976 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-11T14:04:00,976 requirement_set = resolver.resolve( 2021-07-11T14:04:00,976 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-11T14:04:00,976 raise error from e 2021-07-11T14:04:00,976 pip._internal.exceptions.DistributionNotFound: No matching distribution found for raspi-version==0.1.0 2021-07-11T14:04:00,981 Removed raspi-version==0.1.0 from https://files.pythonhosted.org/packages/29/6d/28425cff97a5edb0da29be3e3e028b801b8ab230898e78cb02ecf8fd0265/raspi_version-0.1.0.tar.gz#sha256=75803c8a344542249a1c3cb3b93ec7ae5973eb6856a24e8aabf63e2f95911dc2 from build tracker '/tmp/pip-req-tracker-n50zlt0y' 2021-07-11T14:04:00,981 Removed build tracker: '/tmp/pip-req-tracker-n50zlt0y'