Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- darren@ScrollPi:~ $ python -m venv scrollpi
- darren@ScrollPi:~ $ source scrollpi/bin/activate
- (scrollpi) darren@ScrollPi:~ $ pip install scrollphathd
- Collecting scrollphathd
- Downloading scrollphathd-1.3.0-py3-none-any.whl.metadata (5.9 kB)
- Collecting numpy (from scrollphathd)
- Downloading numpy-2.3.4.tar.gz (20.6 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.6/20.6 MB 2.2 MB/s eta 0:00:00
- Installing build dependencies ... done
- Getting requirements to build wheel ... done
- Installing backend dependencies ... error
- error: subprocess-exited-with-error
- × pip subprocess to install backend dependencies did not run successfully.
- │ exit code: 1
- ╰─> [120 lines of output]
- Collecting ninja>=1.8.2
- Downloading ninja-1.13.0.tar.gz (242 kB)
- Installing build dependencies: started
- Installing build dependencies: finished with status 'done'
- Getting requirements to build wheel: started
- Getting requirements to build wheel: finished with status 'done'
- Installing backend dependencies: started
- Installing backend dependencies: still running...
- Installing backend dependencies: still running...
- Installing backend dependencies: finished with status 'error'
- error: subprocess-exited-with-error
- × pip subprocess to install backend dependencies did not run successfully.
- │ exit code: 1
- ╰─> [95 lines of output]
- Collecting hatch-fancy-pypi-readme>=22.3
- Downloading hatch_fancy_pypi_readme-25.1.0-py3-none-any.whl.metadata (2.0 kB)
- Collecting cmake>=3.15
- Downloading cmake-4.1.2.tar.gz (35 kB)
- Installing build dependencies: started
- Installing build dependencies: finished with status 'done'
- Getting requirements to build wheel: started
- Getting requirements to build wheel: finished with status 'done'
- Preparing metadata (pyproject.toml): started
- Preparing metadata (pyproject.toml): finished with status 'done'
- Collecting setuptools-scm
- Downloading setuptools_scm-9.2.2-py3-none-any.whl.metadata (7.7 kB)
- Collecting hatchling (from hatch-fancy-pypi-readme>=22.3)
- Downloading hatchling-1.27.0-py3-none-any.whl.metadata (3.8 kB)
- Collecting packaging>=20 (from setuptools-scm)
- Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
- Collecting setuptools (from setuptools-scm)
- Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
- Collecting pathspec>=0.10.1 (from hatchling->hatch-fancy-pypi-readme>=22.3)
- Using cached pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
- Collecting pluggy>=1.0.0 (from hatchling->hatch-fancy-pypi-readme>=22.3)
- Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
- Collecting trove-classifiers (from hatchling->hatch-fancy-pypi-readme>=22.3)
- Downloading trove_classifiers-2025.9.11.17-py3-none-any.whl.metadata (2.4 kB)
- Downloading hatch_fancy_pypi_readme-25.1.0-py3-none-any.whl (10 kB)
- Downloading setuptools_scm-9.2.2-py3-none-any.whl (62 kB)
- Using cached packaging-25.0-py3-none-any.whl (66 kB)
- Downloading hatchling-1.27.0-py3-none-any.whl (75 kB)
- Using cached pathspec-0.12.1-py3-none-any.whl (31 kB)
- Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
- Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 494.9 kB/s eta 0:00:00
- Downloading trove_classifiers-2025.9.11.17-py3-none-any.whl (14 kB)
- Building wheels for collected packages: cmake
- Building wheel for cmake (pyproject.toml): started
- Building wheel for cmake (pyproject.toml): still running...
- Building wheel for cmake (pyproject.toml): finished with status 'error'
- error: subprocess-exited-with-error
- × Building wheel for cmake (pyproject.toml) did not run successfully.
- │ exit code: 1
- ╰─> [47 lines of output]
- Traceback (most recent call last):
- File "/home/darren/scrollpi/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
- main()
- ~~~~^^
- File "/home/darren/scrollpi/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
- json_out["return_val"] = hook(**hook_input["kwargs"])
- ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/darren/scrollpi/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel
- return _build_backend().build_wheel(
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
- wheel_directory, config_settings, metadata_directory
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- )
- ^
- File "/tmp/pip-install-l_5ue4u9/cmake_7c318465ceb54c8ab8874185459c6082/_build_backend/backend.py", line 156, in build_wheel
- cmake_path = _bootstrap_build(temp_path, config_settings)
- File "/tmp/pip-install-l_5ue4u9/cmake_7c318465ceb54c8ab8874185459c6082/_build_backend/backend.py", line 115, in _bootstrap_build
- tar.extractall(path=temp_path_, **tar_filter_kwargs)
- ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3.13/tarfile.py", line 2352, in extractall
- self._extract_one(tarinfo, path, set_attrs=not tarinfo.isdir(),
- ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- numeric_owner=numeric_owner,
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- filter_function=filter_function)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3.13/tarfile.py", line 2461, in _extract_one
- self._handle_fatal_error(e)
- ~~~~~~~~~~~~~~~~~~~~~~~~^^^
- File "/usr/lib/python3.13/tarfile.py", line 2455, in _extract_one
- self._extract_member(tarinfo, os.path.join(path, tarinfo.name),
- ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- set_attrs=set_attrs,
- ^^^^^^^^^^^^^^^^^^^^
- numeric_owner=numeric_owner,
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- filter_function=filter_function,
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- extraction_root=path)
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3.13/tarfile.py", line 2544, in _extract_member
- self.makefile(tarinfo, targetpath)
- ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3.13/tarfile.py", line 2593, in makefile
- with bltn_open(targetpath, "wb") as target:
- ~~~~~~~~~^^^^^^^^^^^^^^^^^^
- OSError: [Errno 28] No space left on device
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- ERROR: Failed building wheel for cmake
- Failed to build cmake
- ERROR: Failed to build installable wheels for some pyproject.toml based projects (cmake)
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: subprocess-exited-with-error
- × pip subprocess to install backend dependencies did not run successfully.
- │ exit code: 1
- ╰─> See above for output.
- note: This error originates from a subprocess, and is likely not a problem with pip.
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: subprocess-exited-with-error
- × pip subprocess to install backend dependencies did not run successfully.
- │ exit code: 1
- ╰─> See above for output.
- note: This error originates from a subprocess, and is likely not a problem with pip.
- (scrollpi) darren@ScrollPi:~ $ df -h
- Filesystem Size Used Avail Use% Mounted on
- udev 79M 0 79M 0% /dev
- tmpfs 86M 2.8M 83M 4% /run
- /dev/mmcblk0p2 29G 2.1G 26G 8% /
- tmpfs 214M 0 214M 0% /dev/shm
- tmpfs 5.0M 8.0K 5.0M 1% /run/lock
- tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service
- tmpfs 214M 0 214M 0% /tmp
- /dev/mmcblk0p1 510M 78M 433M 16% /boot/firmware
- tmpfs 1.0M 0 1.0M 0% /run/credentials/[email protected]
- tmpfs 43M 8.0K 43M 1% /run/user/1000
- (scrollpi) darren@ScrollPi:~ $
Advertisement
Add Comment
Please, Sign In to add comment