2021-03-17T19:49:36,328 Created temporary directory: /tmp/pip-ephem-wheel-cache-vg1e8_1y 2021-03-17T19:49:36,331 Created temporary directory: /tmp/pip-req-tracker-b4kf61fs 2021-03-17T19:49:36,331 Initialized build tracking at /tmp/pip-req-tracker-b4kf61fs 2021-03-17T19:49:36,331 Created build tracker: /tmp/pip-req-tracker-b4kf61fs 2021-03-17T19:49:36,331 Entered build tracker: /tmp/pip-req-tracker-b4kf61fs 2021-03-17T19:49:36,332 Created temporary directory: /tmp/pip-wheel-1ay8r133 2021-03-17T19:49:36,361 1 location(s) to search for versions of bme280spi: 2021-03-17T19:49:36,361 * https://pypi.org/simple/bme280spi/ 2021-03-17T19:49:36,362 Fetching project page and analyzing links: https://pypi.org/simple/bme280spi/ 2021-03-17T19:49:36,362 Getting page https://pypi.org/simple/bme280spi/ 2021-03-17T19:49:36,364 Found index url https://pypi.org/simple 2021-03-17T19:49:36,463 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/86/cd/e74627e523e447df262df382802f288b0ecc6c70c6e9197b74a91d56efaf/bme280spi-0.1.0-py3-none-any.whl#sha256=9dc20199d17cf59f0e439914fa962e76c84b2f5ae07f5fc317f9711fa82e82c6 (from https://pypi.org/simple/bme280spi/) (requires-python:>=3.8,<4.0) 2021-03-17T19:49:36,464 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/cd/90/fae11687765e9adcb15b91eabe5e373879df6f476df4b11d9f5ce2399159/bme280spi-0.1.0.tar.gz#sha256=6afc08ad14dc56054b90e04d9b24497e7672ceffca5724f18d0f4aa6b8237e94 (from https://pypi.org/simple/bme280spi/) (requires-python:>=3.8,<4.0) 2021-03-17T19:49:36,464 Given no hashes to check 0 links for project 'bme280spi': discarding no candidates 2021-03-17T19:49:36,464 ERROR: Could not find a version that satisfies the requirement bme280spi==0.1.0 2021-03-17T19:49:36,465 ERROR: No matching distribution found for bme280spi==0.1.0 2021-03-17T19:49:36,465 Exception information: 2021-03-17T19:49:36,465 Traceback (most recent call last): 2021-03-17T19:49:36,465 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-17T19:49:36,465 crit = self.state.criteria[name] 2021-03-17T19:49:36,465 KeyError: 'bme280spi' 2021-03-17T19:49:36,465 2021-03-17T19:49:36,465 During handling of the above exception, another exception occurred: 2021-03-17T19:49:36,465 2021-03-17T19:49:36,465 Traceback (most recent call last): 2021-03-17T19:49:36,465 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-17T19:49:36,465 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-17T19:49:36,465 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-17T19:49:36,465 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-17T19:49:36,465 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-17T19:49:36,465 raise RequirementsConflicted(criterion) 2021-03-17T19:49:36,465 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('bme280spi==0.1.0') 2021-03-17T19:49:36,465 2021-03-17T19:49:36,465 During handling of the above exception, another exception occurred: 2021-03-17T19:49:36,465 2021-03-17T19:49:36,465 Traceback (most recent call last): 2021-03-17T19:49:36,465 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-17T19:49:36,465 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-17T19:49:36,465 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-17T19:49:36,465 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-17T19:49:36,465 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-17T19:49:36,465 raise ResolutionImpossible(e.criterion.information) 2021-03-17T19:49:36,465 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('bme280spi==0.1.0'), parent=None)] 2021-03-17T19:49:36,465 2021-03-17T19:49:36,465 The above exception was the direct cause of the following exception: 2021-03-17T19:49:36,465 2021-03-17T19:49:36,465 Traceback (most recent call last): 2021-03-17T19:49:36,465 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-17T19:49:36,465 status = self.run(options, args) 2021-03-17T19:49:36,465 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-17T19:49:36,465 return func(self, options, args) 2021-03-17T19:49:36,465 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-17T19:49:36,465 reqs, check_supported_wheels=True 2021-03-17T19:49:36,465 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-17T19:49:36,465 six.raise_from(error, e) 2021-03-17T19:49:36,465 File "", line 3, in raise_from 2021-03-17T19:49:36,465 pip._internal.exceptions.DistributionNotFound: No matching distribution found for bme280spi==0.1.0 2021-03-17T19:49:36,469 Removed build tracker: '/tmp/pip-req-tracker-b4kf61fs'