2021-07-14T17:04:41,015 Created temporary directory: /tmp/pip-ephem-wheel-cache-egq_ekkp 2021-07-14T17:04:41,018 Created temporary directory: /tmp/pip-req-tracker-py_70b3q 2021-07-14T17:04:41,019 Initialized build tracking at /tmp/pip-req-tracker-py_70b3q 2021-07-14T17:04:41,019 Created build tracker: /tmp/pip-req-tracker-py_70b3q 2021-07-14T17:04:41,019 Entered build tracker: /tmp/pip-req-tracker-py_70b3q 2021-07-14T17:04:41,020 Created temporary directory: /tmp/pip-wheel-b2hc6c68 2021-07-14T17:04:41,050 1 location(s) to search for versions of micropython-token: 2021-07-14T17:04:41,050 * https://pypi.org/simple/micropython-token/ 2021-07-14T17:04:41,051 Fetching project page and analyzing links: https://pypi.org/simple/micropython-token/ 2021-07-14T17:04:41,052 Getting page https://pypi.org/simple/micropython-token/ 2021-07-14T17:04:41,053 Found index url https://pypi.org/simple 2021-07-14T17:04:41,225 Found link https://files.pythonhosted.org/packages/b1/f6/c907f80f34a251fa0aa57ff08481cd9600ca2a31f6f8e52a9aeec3eb1fab/micropython-token-0.0.0.tar.gz#sha256=a1cb4e17b91f7d0f0109ce209f7bc717c93dfbdd88926c8219d0062f36c1c4c4 (from https://pypi.org/simple/micropython-token/), version: 0.0.0 2021-07-14T17:04:41,225 Found link https://files.pythonhosted.org/packages/60/5b/3f9a8236a6f621f83f008be92e9aab8ded5f9025364696fd891398040d0f/micropython-token-3.4.3.tar.gz#sha256=3e68796f8efa5417fce2dc32249e685b598a1ad60f0c0635411243b0ec61a6f2 (from https://pypi.org/simple/micropython-token/), version: 3.4.3 2021-07-14T17:04:41,226 Found link https://files.pythonhosted.org/packages/f3/80/6bb33f4bd85b845673fabfb513962f2bee15eb5618cf2f572e0267c42e16/micropython-token-3.5.7.tar.gz#sha256=752a7e98e011cbecc64b613aad1329b7b97b62309bd3768efc9b9c5c0fc533b6 (from https://pypi.org/simple/micropython-token/), version: 3.5.7 2021-07-14T17:04:41,226 Skipping link: not a file: https://pypi.org/simple/micropython-token/ 2021-07-14T17:04:41,245 Given no hashes to check 1 links for project 'micropython-token': discarding no candidates 2021-07-14T17:04:41,266 Collecting micropython-token==3.5.7 2021-07-14T17:04:41,268 Created temporary directory: /tmp/pip-unpack-wx_j4jb_ 2021-07-14T17:04:41,585 Downloading micropython-token-3.5.7.tar.gz (2.0 kB) 2021-07-14T17:04:41,597 Added micropython-token==3.5.7 from https://files.pythonhosted.org/packages/f3/80/6bb33f4bd85b845673fabfb513962f2bee15eb5618cf2f572e0267c42e16/micropython-token-3.5.7.tar.gz#sha256=752a7e98e011cbecc64b613aad1329b7b97b62309bd3768efc9b9c5c0fc533b6 to build tracker '/tmp/pip-req-tracker-py_70b3q' 2021-07-14T17:04:41,598 ERROR: File "setup.py" not found for legacy project micropython-token==3.5.7 from https://files.pythonhosted.org/packages/f3/80/6bb33f4bd85b845673fabfb513962f2bee15eb5618cf2f572e0267c42e16/micropython-token-3.5.7.tar.gz#sha256=752a7e98e011cbecc64b613aad1329b7b97b62309bd3768efc9b9c5c0fc533b6. 2021-07-14T17:04:41,599 Exception information: 2021-07-14T17:04:41,599 Traceback (most recent call last): 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-14T17:04:41,599 status = self.run(options, args) 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-14T17:04:41,599 return func(self, options, args) 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-14T17:04:41,599 requirement_set = resolver.resolve( 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-14T17:04:41,599 result = self._result = resolver.resolve( 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-14T17:04:41,599 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-14T17:04:41,599 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _merge_into_criterion 2021-07-14T17:04:41,599 if not criterion.candidates: 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/structs.py", line 139, in __bool__ 2021-07-14T17:04:41,599 return bool(self._sequence) 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in __bool__ 2021-07-14T17:04:41,599 return any(self) 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 129, in 2021-07-14T17:04:41,599 return (c for c in iterator if id(c) not in self._incompatible_ids) 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 33, in _iter_built 2021-07-14T17:04:41,599 candidate = func() 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 200, in _make_candidate_from_link 2021-07-14T17:04:41,599 self._link_candidate_cache[link] = LinkCandidate( 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 306, in __init__ 2021-07-14T17:04:41,599 super().__init__( 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 151, in __init__ 2021-07-14T17:04:41,599 self.dist = self._prepare() 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 234, in _prepare 2021-07-14T17:04:41,599 dist = self._prepare_distribution() 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 317, in _prepare_distribution 2021-07-14T17:04:41,599 return self._factory.preparer.prepare_linked_requirement( 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/operations/prepare.py", line 508, in prepare_linked_requirement 2021-07-14T17:04:41,599 return self._prepare_linked_requirement(req, parallel_builds) 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/operations/prepare.py", line 570, in _prepare_linked_requirement 2021-07-14T17:04:41,599 dist = _get_prepared_distribution( 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/operations/prepare.py", line 60, in _get_prepared_distribution 2021-07-14T17:04:41,599 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/distributions/sdist.py", line 36, in prepare_distribution_metadata 2021-07-14T17:04:41,599 self.req.prepare_metadata() 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/req/req_install.py", line 549, in prepare_metadata 2021-07-14T17:04:41,599 self.metadata_directory = self._generate_metadata() 2021-07-14T17:04:41,599 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/req/req_install.py", line 520, in _generate_metadata 2021-07-14T17:04:41,599 raise InstallationError( 2021-07-14T17:04:41,599 pip._internal.exceptions.InstallationError: File "setup.py" not found for legacy project micropython-token==3.5.7 from https://files.pythonhosted.org/packages/f3/80/6bb33f4bd85b845673fabfb513962f2bee15eb5618cf2f572e0267c42e16/micropython-token-3.5.7.tar.gz#sha256=752a7e98e011cbecc64b613aad1329b7b97b62309bd3768efc9b9c5c0fc533b6. 2021-07-14T17:04:41,608 Removed micropython-token==3.5.7 from https://files.pythonhosted.org/packages/f3/80/6bb33f4bd85b845673fabfb513962f2bee15eb5618cf2f572e0267c42e16/micropython-token-3.5.7.tar.gz#sha256=752a7e98e011cbecc64b613aad1329b7b97b62309bd3768efc9b9c5c0fc533b6 from build tracker '/tmp/pip-req-tracker-py_70b3q' 2021-07-14T17:04:41,609 Removed build tracker: '/tmp/pip-req-tracker-py_70b3q'