2022-03-23T03:35:35,543 Created temporary directory: /tmp/pip-ephem-wheel-cache-4oj7xm8p 2022-03-23T03:35:35,549 Created temporary directory: /tmp/pip-req-tracker-km9lke21 2022-03-23T03:35:35,550 Initialized build tracking at /tmp/pip-req-tracker-km9lke21 2022-03-23T03:35:35,550 Created build tracker: /tmp/pip-req-tracker-km9lke21 2022-03-23T03:35:35,551 Entered build tracker: /tmp/pip-req-tracker-km9lke21 2022-03-23T03:35:35,552 Created temporary directory: /tmp/pip-wheel-nzcsnpfe 2022-03-23T03:35:35,625 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-03-23T03:35:35,634 2 location(s) to search for versions of sanrenxing: 2022-03-23T03:35:35,634 * https://pypi.org/simple/sanrenxing/ 2022-03-23T03:35:35,634 * https://www.piwheels.org/simple/sanrenxing/ 2022-03-23T03:35:35,635 Fetching project page and analyzing links: https://pypi.org/simple/sanrenxing/ 2022-03-23T03:35:35,636 Getting page https://pypi.org/simple/sanrenxing/ 2022-03-23T03:35:35,639 Found index url https://pypi.org/simple 2022-03-23T03:35:35,754 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/20/f4/ebf00f7806306418201a00c06f47b2e1309eb428b46df05ffd9b0c7ef418/sanrenxing-0.1-py3.10.egg#sha256=b4be714eaa696f4153ab9eb33a73bdb669ff28ccac16763fbdc45f2d2bf49fed (from https://pypi.org/simple/sanrenxing/) 2022-03-23T03:35:35,754 Found link https://files.pythonhosted.org/packages/87/b0/feeee4635ddc17dcaf160ccf3b82956cddc7783a18dc00fa8748e80f1c65/sanrenxing-0.1.tar.gz#sha256=3c8ccabee26e916daa29afad602c79216f7c089d734443889cc125cea1325d86 (from https://pypi.org/simple/sanrenxing/), version: 0.1 2022-03-23T03:35:35,755 Fetching project page and analyzing links: https://www.piwheels.org/simple/sanrenxing/ 2022-03-23T03:35:35,756 Getting page https://www.piwheels.org/simple/sanrenxing/ 2022-03-23T03:35:35,758 Found index url https://www.piwheels.org/simple 2022-03-23T03:35:35,971 Skipping link: not a file: https://www.piwheels.org/simple/sanrenxing/ 2022-03-23T03:35:35,971 Skipping link: not a file: https://pypi.org/simple/sanrenxing/ 2022-03-23T03:35:36,015 Given no hashes to check 1 links for project 'sanrenxing': discarding no candidates 2022-03-23T03:35:36,056 Collecting sanrenxing==0.1 2022-03-23T03:35:36,061 Created temporary directory: /tmp/pip-unpack-n135p5e3 2022-03-23T03:35:36,148 Downloading sanrenxing-0.1.tar.gz (10 kB) 2022-03-23T03:35:36,216 Added sanrenxing==0.1 from https://files.pythonhosted.org/packages/87/b0/feeee4635ddc17dcaf160ccf3b82956cddc7783a18dc00fa8748e80f1c65/sanrenxing-0.1.tar.gz#sha256=3c8ccabee26e916daa29afad602c79216f7c089d734443889cc125cea1325d86 to build tracker '/tmp/pip-req-tracker-km9lke21' 2022-03-23T03:35:36,218 ERROR: sanrenxing==0.1 from https://files.pythonhosted.org/packages/87/b0/feeee4635ddc17dcaf160ccf3b82956cddc7783a18dc00fa8748e80f1c65/sanrenxing-0.1.tar.gz#sha256=3c8ccabee26e916daa29afad602c79216f7c089d734443889cc125cea1325d86 does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. 2022-03-23T03:35:36,221 Exception information: 2022-03-23T03:35:36,221 Traceback (most recent call last): 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-03-23T03:35:36,221 status = run_func(*args) 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-03-23T03:35:36,221 return func(self, options, args) 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-03-23T03:35:36,221 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve 2022-03-23T03:35:36,221 result = self._result = resolver.resolve( 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-03-23T03:35:36,221 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-03-23T03:35:36,221 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _add_to_criteria 2022-03-23T03:35:36,221 if not criterion.candidates: 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__ 2022-03-23T03:35:36,221 return bool(self._sequence) 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2022-03-23T03:35:36,221 return any(self) 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2022-03-23T03:35:36,221 return (c for c in iterator if id(c) not in self._incompatible_ids) 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2022-03-23T03:35:36,221 candidate = func() 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 215, in _make_candidate_from_link 2022-03-23T03:35:36,221 self._link_candidate_cache[link] = LinkCandidate( 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 288, in __init__ 2022-03-23T03:35:36,221 super().__init__( 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 158, in __init__ 2022-03-23T03:35:36,221 self.dist = self._prepare() 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 227, in _prepare 2022-03-23T03:35:36,221 dist = self._prepare_distribution() 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 299, in _prepare_distribution 2022-03-23T03:35:36,221 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 487, in prepare_linked_requirement 2022-03-23T03:35:36,221 return self._prepare_linked_requirement(req, parallel_builds) 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 556, in _prepare_linked_requirement 2022-03-23T03:35:36,221 dist = _get_prepared_distribution( 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 58, in _get_prepared_distribution 2022-03-23T03:35:36,221 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/distributions/sdist.py", line 28, in prepare_distribution_metadata 2022-03-23T03:35:36,221 self.req.load_pyproject_toml() 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/req/req_install.py", line 461, in load_pyproject_toml 2022-03-23T03:35:36,221 pyproject_toml_data = load_pyproject_toml( 2022-03-23T03:35:36,221 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/pyproject.py", line 56, in load_pyproject_toml 2022-03-23T03:35:36,221 raise InstallationError( 2022-03-23T03:35:36,221 pip._internal.exceptions.InstallationError: sanrenxing==0.1 from https://files.pythonhosted.org/packages/87/b0/feeee4635ddc17dcaf160ccf3b82956cddc7783a18dc00fa8748e80f1c65/sanrenxing-0.1.tar.gz#sha256=3c8ccabee26e916daa29afad602c79216f7c089d734443889cc125cea1325d86 does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. 2022-03-23T03:35:36,241 Removed sanrenxing==0.1 from https://files.pythonhosted.org/packages/87/b0/feeee4635ddc17dcaf160ccf3b82956cddc7783a18dc00fa8748e80f1c65/sanrenxing-0.1.tar.gz#sha256=3c8ccabee26e916daa29afad602c79216f7c089d734443889cc125cea1325d86 from build tracker '/tmp/pip-req-tracker-km9lke21' 2022-03-23T03:35:36,241 Removed build tracker: '/tmp/pip-req-tracker-km9lke21'