2023-03-15T18:24:46,327 Created temporary directory: /tmp/pip-ephem-wheel-cache-pyk5e37v 2023-03-15T18:24:46,332 Created temporary directory: /tmp/pip-build-tracker-ykiiax_y 2023-03-15T18:24:46,333 Initialized build tracking at /tmp/pip-build-tracker-ykiiax_y 2023-03-15T18:24:46,333 Created build tracker: /tmp/pip-build-tracker-ykiiax_y 2023-03-15T18:24:46,334 Entered build tracker: /tmp/pip-build-tracker-ykiiax_y 2023-03-15T18:24:46,335 Created temporary directory: /tmp/pip-wheel-uwcabt3g 2023-03-15T18:24:46,345 DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 2023-03-15T18:24:46,351 Created temporary directory: /tmp/pip-ephem-wheel-cache-92sdpwnn 2023-03-15T18:24:46,404 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-03-15T18:24:46,411 2 location(s) to search for versions of streamlit-deeplink: 2023-03-15T18:24:46,411 * https://pypi.org/simple/streamlit-deeplink/ 2023-03-15T18:24:46,411 * https://www.piwheels.org/simple/streamlit-deeplink/ 2023-03-15T18:24:46,412 Fetching project page and analyzing links: https://pypi.org/simple/streamlit-deeplink/ 2023-03-15T18:24:46,414 Getting page https://pypi.org/simple/streamlit-deeplink/ 2023-03-15T18:24:46,418 Found index url https://pypi.org/simple 2023-03-15T18:24:46,637 Fetched page https://pypi.org/simple/streamlit-deeplink/ as application/vnd.pypi.simple.v1+json 2023-03-15T18:24:46,640 Found link https://files.pythonhosted.org/packages/80/75/c92366192a5b330c8ed640df8c126e1729d1b8a3f28ead82c198fd831f77/streamlit-deeplink-1.0.0.tar.gz (from https://pypi.org/simple/streamlit-deeplink/) (requires-python:>=3.6), version: 1.0.0 2023-03-15T18:24:46,642 Fetching project page and analyzing links: https://www.piwheels.org/simple/streamlit-deeplink/ 2023-03-15T18:24:46,642 Getting page https://www.piwheels.org/simple/streamlit-deeplink/ 2023-03-15T18:24:46,644 Found index url https://www.piwheels.org/simple 2023-03-15T18:24:46,858 Fetched page https://www.piwheels.org/simple/streamlit-deeplink/ as text/html 2023-03-15T18:24:46,860 Skipping link: not a file: https://www.piwheels.org/simple/streamlit-deeplink/ 2023-03-15T18:24:46,861 Skipping link: not a file: https://pypi.org/simple/streamlit-deeplink/ 2023-03-15T18:24:46,897 Given no hashes to check 1 links for project 'streamlit-deeplink': discarding no candidates 2023-03-15T18:24:46,927 Collecting streamlit-deeplink==1.0.0 2023-03-15T18:24:46,932 Created temporary directory: /tmp/pip-unpack-srilquzx 2023-03-15T18:24:47,161 Downloading streamlit-deeplink-1.0.0.tar.gz (2.0 kB) 2023-03-15T18:24:47,204 ERROR: Exception: 2023-03-15T18:24:47,204 Traceback (most recent call last): 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2023-03-15T18:24:47,204 status = run_func(*args) 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2023-03-15T18:24:47,204 return func(self, options, args) 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 170, in run 2023-03-15T18:24:47,204 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-03-15T18:24:47,204 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2023-03-15T18:24:47,204 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2023-03-15T18:24:47,204 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _add_to_criteria 2023-03-15T18:24:47,204 if not criterion.candidates: 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__ 2023-03-15T18:24:47,204 return bool(self._sequence) 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2023-03-15T18:24:47,204 return any(self) 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2023-03-15T18:24:47,204 return (c for c in iterator if id(c) not in self._incompatible_ids) 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2023-03-15T18:24:47,204 candidate = func() 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 211, in _make_candidate_from_link 2023-03-15T18:24:47,204 version=version, 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 303, in __init__ 2023-03-15T18:24:47,204 version=version, 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 162, in __init__ 2023-03-15T18:24:47,204 self.dist = self._prepare() 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 231, in _prepare 2023-03-15T18:24:47,204 dist = self._prepare_distribution() 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 308, in _prepare_distribution 2023-03-15T18:24:47,204 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 491, in prepare_linked_requirement 2023-03-15T18:24:47,204 return self._prepare_linked_requirement(req, parallel_builds) 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 542, in _prepare_linked_requirement 2023-03-15T18:24:47,204 hashes, 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 176, in unpack_url 2023-03-15T18:24:47,204 unpack_file(file.path, location, file.content_type) 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/unpacking.py", line 246, in unpack_file 2023-03-15T18:24:47,204 untar_file(filename, location) 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/unpacking.py", line 188, in untar_file 2023-03-15T18:24:47,204 ensure_dir(path) 2023-03-15T18:24:47,204 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 106, in ensure_dir 2023-03-15T18:24:47,204 os.makedirs(path) 2023-03-15T18:24:47,204 File "/usr/lib/python3.7/os.py", line 221, in makedirs 2023-03-15T18:24:47,204 mkdir(name, mode) 2023-03-15T18:24:47,204 OSError: [Errno 28] No space left on device: '/tmp/pip-wheel-uwcabt3g/streamlit-deeplink_8f7448be58e745ad8d4590517d0b4286/streamlit_deeplink.egg-info' 2023-03-15T18:24:47,236 Removed build tracker: '/tmp/pip-build-tracker-ykiiax_y'