2022-02-04T15:37:08,508 Created temporary directory: /tmp/pip-ephem-wheel-cache-baj9843l 2022-02-04T15:37:08,513 Created temporary directory: /tmp/pip-req-tracker-axbrud_9 2022-02-04T15:37:08,514 Initialized build tracking at /tmp/pip-req-tracker-axbrud_9 2022-02-04T15:37:08,514 Created build tracker: /tmp/pip-req-tracker-axbrud_9 2022-02-04T15:37:08,515 Entered build tracker: /tmp/pip-req-tracker-axbrud_9 2022-02-04T15:37:08,516 Created temporary directory: /tmp/pip-wheel-lbri451j 2022-02-04T15:37:08,581 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-04T15:37:08,587 2 location(s) to search for versions of thornode-client: 2022-02-04T15:37:08,587 * https://pypi.org/simple/thornode-client/ 2022-02-04T15:37:08,587 * https://www.piwheels.org/simple/thornode-client/ 2022-02-04T15:37:08,588 Fetching project page and analyzing links: https://pypi.org/simple/thornode-client/ 2022-02-04T15:37:08,589 Getting page https://pypi.org/simple/thornode-client/ 2022-02-04T15:37:08,593 Found index url https://pypi.org/simple 2022-02-04T15:37:08,792 Found link https://files.pythonhosted.org/packages/51/80/831dc95687eec3ca944b3149a74049469df33e211afbc333db5ec2162006/thornode-client-1.0.1.tar.gz#sha256=ec19a95ab2052599a8e69faa720ce86c3514ea4f309048f6015082587afc5f1a (from https://pypi.org/simple/thornode-client/), version: 1.0.1 2022-02-04T15:37:08,793 Fetching project page and analyzing links: https://www.piwheels.org/simple/thornode-client/ 2022-02-04T15:37:08,794 Getting page https://www.piwheels.org/simple/thornode-client/ 2022-02-04T15:37:08,796 Found index url https://www.piwheels.org/simple 2022-02-04T15:37:09,012 Skipping link: not a file: https://www.piwheels.org/simple/thornode-client/ 2022-02-04T15:37:09,013 Skipping link: not a file: https://pypi.org/simple/thornode-client/ 2022-02-04T15:37:09,056 Given no hashes to check 1 links for project 'thornode-client': discarding no candidates 2022-02-04T15:37:09,098 Collecting thornode-client==1.0.1 2022-02-04T15:37:09,101 Created temporary directory: /tmp/pip-unpack-n45zutop 2022-02-04T15:37:09,190 Downloading thornode-client-1.0.1.tar.gz (1.6 kB) 2022-02-04T15:37:09,242 Added thornode-client==1.0.1 from https://files.pythonhosted.org/packages/51/80/831dc95687eec3ca944b3149a74049469df33e211afbc333db5ec2162006/thornode-client-1.0.1.tar.gz#sha256=ec19a95ab2052599a8e69faa720ce86c3514ea4f309048f6015082587afc5f1a to build tracker '/tmp/pip-req-tracker-axbrud_9' 2022-02-04T15:37:09,244 ERROR: thornode-client==1.0.1 from https://files.pythonhosted.org/packages/51/80/831dc95687eec3ca944b3149a74049469df33e211afbc333db5ec2162006/thornode-client-1.0.1.tar.gz#sha256=ec19a95ab2052599a8e69faa720ce86c3514ea4f309048f6015082587afc5f1a does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. 2022-02-04T15:37:09,245 Exception information: 2022-02-04T15:37:09,245 Traceback (most recent call last): 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-02-04T15:37:09,245 status = run_func(*args) 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-02-04T15:37:09,245 return func(self, options, args) 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-02-04T15:37:09,245 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2022-02-04T15:37:09,245 result = self._result = resolver.resolve( 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-02-04T15:37:09,245 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-02-04T15:37:09,245 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-02-04T15:37:09,245 if not criterion.candidates: 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__ 2022-02-04T15:37:09,245 return bool(self._sequence) 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2022-02-04T15:37:09,245 return any(self) 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2022-02-04T15:37:09,245 return (c for c in iterator if id(c) not in self._incompatible_ids) 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2022-02-04T15:37:09,245 candidate = func() 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 201, in _make_candidate_from_link 2022-02-04T15:37:09,245 self._link_candidate_cache[link] = LinkCandidate( 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 281, in __init__ 2022-02-04T15:37:09,245 super().__init__( 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 156, in __init__ 2022-02-04T15:37:09,245 self.dist = self._prepare() 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 225, in _prepare 2022-02-04T15:37:09,245 dist = self._prepare_distribution() 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 292, in _prepare_distribution 2022-02-04T15:37:09,245 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 482, in prepare_linked_requirement 2022-02-04T15:37:09,245 return self._prepare_linked_requirement(req, parallel_builds) 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 546, in _prepare_linked_requirement 2022-02-04T15:37:09,245 dist = _get_prepared_distribution( 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 58, in _get_prepared_distribution 2022-02-04T15:37:09,245 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/distributions/sdist.py", line 30, in prepare_distribution_metadata 2022-02-04T15:37:09,245 self.req.load_pyproject_toml() 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/req/req_install.py", line 497, in load_pyproject_toml 2022-02-04T15:37:09,245 pyproject_toml_data = load_pyproject_toml( 2022-02-04T15:37:09,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/pyproject.py", line 52, in load_pyproject_toml 2022-02-04T15:37:09,245 raise InstallationError( 2022-02-04T15:37:09,245 pip._internal.exceptions.InstallationError: thornode-client==1.0.1 from https://files.pythonhosted.org/packages/51/80/831dc95687eec3ca944b3149a74049469df33e211afbc333db5ec2162006/thornode-client-1.0.1.tar.gz#sha256=ec19a95ab2052599a8e69faa720ce86c3514ea4f309048f6015082587afc5f1a does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. 2022-02-04T15:37:09,264 Removed thornode-client==1.0.1 from https://files.pythonhosted.org/packages/51/80/831dc95687eec3ca944b3149a74049469df33e211afbc333db5ec2162006/thornode-client-1.0.1.tar.gz#sha256=ec19a95ab2052599a8e69faa720ce86c3514ea4f309048f6015082587afc5f1a from build tracker '/tmp/pip-req-tracker-axbrud_9' 2022-02-04T15:37:09,265 Removed build tracker: '/tmp/pip-req-tracker-axbrud_9'