2021-07-14T07:55:28,760 Created temporary directory: /tmp/pip-ephem-wheel-cache-hok89ayu 2021-07-14T07:55:28,764 Created temporary directory: /tmp/pip-req-tracker-c50g7xth 2021-07-14T07:55:28,764 Initialized build tracking at /tmp/pip-req-tracker-c50g7xth 2021-07-14T07:55:28,765 Created build tracker: /tmp/pip-req-tracker-c50g7xth 2021-07-14T07:55:28,765 Entered build tracker: /tmp/pip-req-tracker-c50g7xth 2021-07-14T07:55:28,766 Created temporary directory: /tmp/pip-wheel-ec96fwhk 2021-07-14T07:55:28,798 1 location(s) to search for versions of stslib: 2021-07-14T07:55:28,798 * https://pypi.org/simple/stslib/ 2021-07-14T07:55:28,798 Fetching project page and analyzing links: https://pypi.org/simple/stslib/ 2021-07-14T07:55:28,799 Getting page https://pypi.org/simple/stslib/ 2021-07-14T07:55:28,801 Found index url https://pypi.org/simple 2021-07-14T07:55:28,894 Found link https://files.pythonhosted.org/packages/9d/07/79d7ef471674bc062cfca09a704897467e405b6fe72997e9ff7cc7dc62de/stslib-0.3.11.tar.gz#sha256=23d35333c101f701b0619d393fd2225470e3f7aca3193353c22025b7e1fa59dc (from https://pypi.org/simple/stslib/) (requires-python:>=3.5, <4), version: 0.3.11 2021-07-14T07:55:28,895 Found link https://files.pythonhosted.org/packages/3a/11/8c39278e4ec837b4f7fa1cbbba1cdfaa079516ed8295c1d89cb8654b4760/stslib-0.3.12.tar.gz#sha256=826e57cec1f196778e0269f8cd677151e0871a1251876ec9d33072b242b03932 (from https://pypi.org/simple/stslib/) (requires-python:>=3.5, <4), version: 0.3.12 2021-07-14T07:55:28,895 Skipping link: not a file: https://pypi.org/simple/stslib/ 2021-07-14T07:55:28,915 Given no hashes to check 1 links for project 'stslib': discarding no candidates 2021-07-14T07:55:28,935 Collecting stslib==0.3.12 2021-07-14T07:55:28,937 Created temporary directory: /tmp/pip-unpack-xrmapcq_ 2021-07-14T07:55:29,124 Downloading stslib-0.3.12.tar.gz (32 kB) 2021-07-14T07:55:29,184 Added stslib==0.3.12 from https://files.pythonhosted.org/packages/3a/11/8c39278e4ec837b4f7fa1cbbba1cdfaa079516ed8295c1d89cb8654b4760/stslib-0.3.12.tar.gz#sha256=826e57cec1f196778e0269f8cd677151e0871a1251876ec9d33072b242b03932 to build tracker '/tmp/pip-req-tracker-c50g7xth' 2021-07-14T07:55:29,186 Running setup.py (path:/tmp/pip-wheel-ec96fwhk/stslib_0626694f1e374cad905c5519da6a9b3d/setup.py) egg_info for package stslib 2021-07-14T07:55:29,186 Created temporary directory: /tmp/pip-pip-egg-info-58muivb4 2021-07-14T07:55:29,187 Running command python setup.py egg_info 2021-07-14T07:55:30,028 Traceback (most recent call last): 2021-07-14T07:55:30,029 File "", line 1, in 2021-07-14T07:55:30,029 File "/tmp/pip-wheel-ec96fwhk/stslib_0626694f1e374cad905c5519da6a9b3d/setup.py", line 27, in 2021-07-14T07:55:30,030 import stslib 2021-07-14T07:55:30,030 File "/tmp/pip-wheel-ec96fwhk/stslib_0626694f1e374cad905c5519da6a9b3d/stslib/__init__.py", line 1, in 2021-07-14T07:55:30,030 from stslib.core import * 2021-07-14T07:55:30,031 File "/tmp/pip-wheel-ec96fwhk/stslib_0626694f1e374cad905c5519da6a9b3d/stslib/core.py", line 26 2021-07-14T07:55:30,031 from stslib.async import TimeKeeper, convert_time 2021-07-14T07:55:30,032 ^ 2021-07-14T07:55:30,032 SyntaxError: invalid syntax 2021-07-14T07:55:30,086 WARNING: Discarding https://files.pythonhosted.org/packages/3a/11/8c39278e4ec837b4f7fa1cbbba1cdfaa079516ed8295c1d89cb8654b4760/stslib-0.3.12.tar.gz#sha256=826e57cec1f196778e0269f8cd677151e0871a1251876ec9d33072b242b03932 (from https://pypi.org/simple/stslib/) (requires-python:>=3.5, <4). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-14T07:55:30,087 ERROR: Could not find a version that satisfies the requirement stslib==0.3.12 (from versions: 0.3.11, 0.3.12) 2021-07-14T07:55:30,088 ERROR: No matching distribution found for stslib==0.3.12 2021-07-14T07:55:30,088 Exception information: 2021-07-14T07:55:30,088 Traceback (most recent call last): 2021-07-14T07:55:30,088 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-14T07:55:30,088 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-14T07:55:30,088 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-14T07:55:30,088 raise RequirementsConflicted(criterion) 2021-07-14T07:55:30,088 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('stslib==0.3.12') 2021-07-14T07:55:30,088 2021-07-14T07:55:30,088 During handling of the above exception, another exception occurred: 2021-07-14T07:55:30,088 2021-07-14T07:55:30,088 Traceback (most recent call last): 2021-07-14T07:55:30,088 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-14T07:55:30,088 result = self._result = resolver.resolve( 2021-07-14T07:55:30,088 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-14T07:55:30,088 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-14T07:55:30,088 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-14T07:55:30,088 raise ResolutionImpossible(e.criterion.information) 2021-07-14T07:55:30,088 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('stslib==0.3.12'), parent=None)] 2021-07-14T07:55:30,088 2021-07-14T07:55:30,088 The above exception was the direct cause of the following exception: 2021-07-14T07:55:30,088 2021-07-14T07:55:30,088 Traceback (most recent call last): 2021-07-14T07:55:30,088 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-14T07:55:30,088 status = self.run(options, args) 2021-07-14T07:55:30,088 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-14T07:55:30,088 return func(self, options, args) 2021-07-14T07:55:30,088 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-14T07:55:30,088 requirement_set = resolver.resolve( 2021-07-14T07:55:30,088 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-14T07:55:30,088 raise error from e 2021-07-14T07:55:30,088 pip._internal.exceptions.DistributionNotFound: No matching distribution found for stslib==0.3.12 2021-07-14T07:55:30,093 Removed stslib==0.3.12 from https://files.pythonhosted.org/packages/3a/11/8c39278e4ec837b4f7fa1cbbba1cdfaa079516ed8295c1d89cb8654b4760/stslib-0.3.12.tar.gz#sha256=826e57cec1f196778e0269f8cd677151e0871a1251876ec9d33072b242b03932 from build tracker '/tmp/pip-req-tracker-c50g7xth' 2021-07-14T07:55:30,094 Removed build tracker: '/tmp/pip-req-tracker-c50g7xth'