2021-12-18T22:30:37,988 Created temporary directory: /tmp/pip-ephem-wheel-cache-p32_ed4c 2021-12-18T22:30:37,993 Created temporary directory: /tmp/pip-req-tracker-nq4468cj 2021-12-18T22:30:37,994 Initialized build tracking at /tmp/pip-req-tracker-nq4468cj 2021-12-18T22:30:37,994 Created build tracker: /tmp/pip-req-tracker-nq4468cj 2021-12-18T22:30:37,994 Entered build tracker: /tmp/pip-req-tracker-nq4468cj 2021-12-18T22:30:37,996 Created temporary directory: /tmp/pip-wheel-qpog37q9 2021-12-18T22:30:38,052 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-12-18T22:30:38,057 2 location(s) to search for versions of my-server-proj: 2021-12-18T22:30:38,057 * https://pypi.org/simple/my-server-proj/ 2021-12-18T22:30:38,057 * https://www.piwheels.org/simple/my-server-proj/ 2021-12-18T22:30:38,058 Fetching project page and analyzing links: https://pypi.org/simple/my-server-proj/ 2021-12-18T22:30:38,060 Getting page https://pypi.org/simple/my-server-proj/ 2021-12-18T22:30:38,063 Found index url https://pypi.org/simple 2021-12-18T22:30:38,250 Found link https://files.pythonhosted.org/packages/ed/ef/87e9cc123378d75f7cc4a50bd6036d82a9df02d54d93fb64c4b8955ac9c7/my_server_proj-0.0.1.tar.gz#sha256=3bfe3cfe63530aedd36093e8e568136f15e4a0b4024c489914dce2c4b0c5d233 (from https://pypi.org/simple/my-server-proj/), version: 0.0.1 2021-12-18T22:30:38,251 Fetching project page and analyzing links: https://www.piwheels.org/simple/my-server-proj/ 2021-12-18T22:30:38,251 Getting page https://www.piwheels.org/simple/my-server-proj/ 2021-12-18T22:30:38,253 Found index url https://www.piwheels.org/simple 2021-12-18T22:30:38,462 Skipping link: not a file: https://www.piwheels.org/simple/my-server-proj/ 2021-12-18T22:30:38,462 Skipping link: not a file: https://pypi.org/simple/my-server-proj/ 2021-12-18T22:30:38,499 Given no hashes to check 1 links for project 'my-server-proj': discarding no candidates 2021-12-18T22:30:38,532 Collecting my-server-proj==0.0.1 2021-12-18T22:30:38,535 Created temporary directory: /tmp/pip-unpack-ry03ckl4 2021-12-18T22:30:38,618 Downloading my_server_proj-0.0.1.tar.gz (40 kB) 2021-12-18T22:30:38,868 Added my-server-proj==0.0.1 from https://files.pythonhosted.org/packages/ed/ef/87e9cc123378d75f7cc4a50bd6036d82a9df02d54d93fb64c4b8955ac9c7/my_server_proj-0.0.1.tar.gz#sha256=3bfe3cfe63530aedd36093e8e568136f15e4a0b4024c489914dce2c4b0c5d233 to build tracker '/tmp/pip-req-tracker-nq4468cj' 2021-12-18T22:30:38,870 ERROR: my-server-proj==0.0.1 from https://files.pythonhosted.org/packages/ed/ef/87e9cc123378d75f7cc4a50bd6036d82a9df02d54d93fb64c4b8955ac9c7/my_server_proj-0.0.1.tar.gz#sha256=3bfe3cfe63530aedd36093e8e568136f15e4a0b4024c489914dce2c4b0c5d233 does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. 2021-12-18T22:30:38,871 Exception information: 2021-12-18T22:30:38,871 Traceback (most recent call last): 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2021-12-18T22:30:38,871 status = run_func(*args) 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-12-18T22:30:38,871 return func(self, options, args) 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2021-12-18T22:30:38,871 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2021-12-18T22:30:38,871 result = self._result = resolver.resolve( 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2021-12-18T22:30:38,871 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2021-12-18T22:30:38,871 self._add_to_criteria(self.state.criteria, r, parent=None) 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2021-12-18T22:30:38,871 if not criterion.candidates: 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__ 2021-12-18T22:30:38,871 return bool(self._sequence) 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2021-12-18T22:30:38,871 return any(self) 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2021-12-18T22:30:38,871 return (c for c in iterator if id(c) not in self._incompatible_ids) 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2021-12-18T22:30:38,871 candidate = func() 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 201, in _make_candidate_from_link 2021-12-18T22:30:38,871 self._link_candidate_cache[link] = LinkCandidate( 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 281, in __init__ 2021-12-18T22:30:38,871 super().__init__( 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 156, in __init__ 2021-12-18T22:30:38,871 self.dist = self._prepare() 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 225, in _prepare 2021-12-18T22:30:38,871 dist = self._prepare_distribution() 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 292, in _prepare_distribution 2021-12-18T22:30:38,871 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 482, in prepare_linked_requirement 2021-12-18T22:30:38,871 return self._prepare_linked_requirement(req, parallel_builds) 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 546, in _prepare_linked_requirement 2021-12-18T22:30:38,871 dist = _get_prepared_distribution( 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 58, in _get_prepared_distribution 2021-12-18T22:30:38,871 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/distributions/sdist.py", line 30, in prepare_distribution_metadata 2021-12-18T22:30:38,871 self.req.load_pyproject_toml() 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/req/req_install.py", line 497, in load_pyproject_toml 2021-12-18T22:30:38,871 pyproject_toml_data = load_pyproject_toml( 2021-12-18T22:30:38,871 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/pyproject.py", line 52, in load_pyproject_toml 2021-12-18T22:30:38,871 raise InstallationError( 2021-12-18T22:30:38,871 pip._internal.exceptions.InstallationError: my-server-proj==0.0.1 from https://files.pythonhosted.org/packages/ed/ef/87e9cc123378d75f7cc4a50bd6036d82a9df02d54d93fb64c4b8955ac9c7/my_server_proj-0.0.1.tar.gz#sha256=3bfe3cfe63530aedd36093e8e568136f15e4a0b4024c489914dce2c4b0c5d233 does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. 2021-12-18T22:30:38,889 Removed my-server-proj==0.0.1 from https://files.pythonhosted.org/packages/ed/ef/87e9cc123378d75f7cc4a50bd6036d82a9df02d54d93fb64c4b8955ac9c7/my_server_proj-0.0.1.tar.gz#sha256=3bfe3cfe63530aedd36093e8e568136f15e4a0b4024c489914dce2c4b0c5d233 from build tracker '/tmp/pip-req-tracker-nq4468cj' 2021-12-18T22:30:38,890 Removed build tracker: '/tmp/pip-req-tracker-nq4468cj'