DarrenHill

Scroll Hat Mini Install Fail Trixie

Nov 12th, 2025
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.65 KB | None | 0 0
  1. darren@ScrollPi:~ $ python -m venv scrollpi
  2. darren@ScrollPi:~ $ source scrollpi/bin/activate
  3. (scrollpi) darren@ScrollPi:~ $ pip install scrollphathd
  4. Collecting scrollphathd
  5. Downloading scrollphathd-1.3.0-py3-none-any.whl.metadata (5.9 kB)
  6. Collecting numpy (from scrollphathd)
  7. Downloading numpy-2.3.4.tar.gz (20.6 MB)
  8. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.6/20.6 MB 2.2 MB/s eta 0:00:00
  9. Installing build dependencies ... done
  10. Getting requirements to build wheel ... done
  11. Installing backend dependencies ... error
  12. error: subprocess-exited-with-error
  13.  
  14. × pip subprocess to install backend dependencies did not run successfully.
  15. │ exit code: 1
  16. ╰─> [120 lines of output]
  17. Collecting ninja>=1.8.2
  18. Downloading ninja-1.13.0.tar.gz (242 kB)
  19. Installing build dependencies: started
  20. Installing build dependencies: finished with status 'done'
  21. Getting requirements to build wheel: started
  22. Getting requirements to build wheel: finished with status 'done'
  23. Installing backend dependencies: started
  24. Installing backend dependencies: still running...
  25. Installing backend dependencies: still running...
  26. Installing backend dependencies: finished with status 'error'
  27. error: subprocess-exited-with-error
  28.  
  29. × pip subprocess to install backend dependencies did not run successfully.
  30. │ exit code: 1
  31. ╰─> [95 lines of output]
  32. Collecting hatch-fancy-pypi-readme>=22.3
  33. Downloading hatch_fancy_pypi_readme-25.1.0-py3-none-any.whl.metadata (2.0 kB)
  34. Collecting cmake>=3.15
  35. Downloading cmake-4.1.2.tar.gz (35 kB)
  36. Installing build dependencies: started
  37. Installing build dependencies: finished with status 'done'
  38. Getting requirements to build wheel: started
  39. Getting requirements to build wheel: finished with status 'done'
  40. Preparing metadata (pyproject.toml): started
  41. Preparing metadata (pyproject.toml): finished with status 'done'
  42. Collecting setuptools-scm
  43. Downloading setuptools_scm-9.2.2-py3-none-any.whl.metadata (7.7 kB)
  44. Collecting hatchling (from hatch-fancy-pypi-readme>=22.3)
  45. Downloading hatchling-1.27.0-py3-none-any.whl.metadata (3.8 kB)
  46. Collecting packaging>=20 (from setuptools-scm)
  47. Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
  48. Collecting setuptools (from setuptools-scm)
  49. Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
  50. Collecting pathspec>=0.10.1 (from hatchling->hatch-fancy-pypi-readme>=22.3)
  51. Using cached pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
  52. Collecting pluggy>=1.0.0 (from hatchling->hatch-fancy-pypi-readme>=22.3)
  53. Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
  54. Collecting trove-classifiers (from hatchling->hatch-fancy-pypi-readme>=22.3)
  55. Downloading trove_classifiers-2025.9.11.17-py3-none-any.whl.metadata (2.4 kB)
  56. Downloading hatch_fancy_pypi_readme-25.1.0-py3-none-any.whl (10 kB)
  57. Downloading setuptools_scm-9.2.2-py3-none-any.whl (62 kB)
  58. Using cached packaging-25.0-py3-none-any.whl (66 kB)
  59. Downloading hatchling-1.27.0-py3-none-any.whl (75 kB)
  60. Using cached pathspec-0.12.1-py3-none-any.whl (31 kB)
  61. Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
  62. Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
  63. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 494.9 kB/s eta 0:00:00
  64. Downloading trove_classifiers-2025.9.11.17-py3-none-any.whl (14 kB)
  65. Building wheels for collected packages: cmake
  66. Building wheel for cmake (pyproject.toml): started
  67. Building wheel for cmake (pyproject.toml): still running...
  68. Building wheel for cmake (pyproject.toml): finished with status 'error'
  69. error: subprocess-exited-with-error
  70.  
  71. × Building wheel for cmake (pyproject.toml) did not run successfully.
  72. │ exit code: 1
  73. ╰─> [47 lines of output]
  74. Traceback (most recent call last):
  75. File "/home/darren/scrollpi/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
  76. main()
  77. ~~~~^^
  78. File "/home/darren/scrollpi/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
  79. json_out["return_val"] = hook(**hook_input["kwargs"])
  80. ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  81. File "/home/darren/scrollpi/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel
  82. return _build_backend().build_wheel(
  83. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  84. wheel_directory, config_settings, metadata_directory
  85. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  86. )
  87. ^
  88. File "/tmp/pip-install-l_5ue4u9/cmake_7c318465ceb54c8ab8874185459c6082/_build_backend/backend.py", line 156, in build_wheel
  89. cmake_path = _bootstrap_build(temp_path, config_settings)
  90. File "/tmp/pip-install-l_5ue4u9/cmake_7c318465ceb54c8ab8874185459c6082/_build_backend/backend.py", line 115, in _bootstrap_build
  91. tar.extractall(path=temp_path_, **tar_filter_kwargs)
  92. ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  93. File "/usr/lib/python3.13/tarfile.py", line 2352, in extractall
  94. self._extract_one(tarinfo, path, set_attrs=not tarinfo.isdir(),
  95. ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  96. numeric_owner=numeric_owner,
  97. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  98. filter_function=filter_function)
  99. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  100. File "/usr/lib/python3.13/tarfile.py", line 2461, in _extract_one
  101. self._handle_fatal_error(e)
  102. ~~~~~~~~~~~~~~~~~~~~~~~~^^^
  103. File "/usr/lib/python3.13/tarfile.py", line 2455, in _extract_one
  104. self._extract_member(tarinfo, os.path.join(path, tarinfo.name),
  105. ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  106. set_attrs=set_attrs,
  107. ^^^^^^^^^^^^^^^^^^^^
  108. numeric_owner=numeric_owner,
  109. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  110. filter_function=filter_function,
  111. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  112. extraction_root=path)
  113. ^^^^^^^^^^^^^^^^^^^^^
  114. File "/usr/lib/python3.13/tarfile.py", line 2544, in _extract_member
  115. self.makefile(tarinfo, targetpath)
  116. ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  117. File "/usr/lib/python3.13/tarfile.py", line 2593, in makefile
  118. with bltn_open(targetpath, "wb") as target:
  119. ~~~~~~~~~^^^^^^^^^^^^^^^^^^
  120. OSError: [Errno 28] No space left on device
  121. [end of output]
  122.  
  123. note: This error originates from a subprocess, and is likely not a problem with pip.
  124. ERROR: Failed building wheel for cmake
  125. Failed to build cmake
  126. ERROR: Failed to build installable wheels for some pyproject.toml based projects (cmake)
  127. [end of output]
  128.  
  129. note: This error originates from a subprocess, and is likely not a problem with pip.
  130. error: subprocess-exited-with-error
  131.  
  132. × pip subprocess to install backend dependencies did not run successfully.
  133. │ exit code: 1
  134. ╰─> See above for output.
  135.  
  136. note: This error originates from a subprocess, and is likely not a problem with pip.
  137. [end of output]
  138.  
  139. note: This error originates from a subprocess, and is likely not a problem with pip.
  140. error: subprocess-exited-with-error
  141.  
  142. × pip subprocess to install backend dependencies did not run successfully.
  143. │ exit code: 1
  144. ╰─> See above for output.
  145.  
  146. note: This error originates from a subprocess, and is likely not a problem with pip.
  147. (scrollpi) darren@ScrollPi:~ $ df -h
  148. Filesystem Size Used Avail Use% Mounted on
  149. udev 79M 0 79M 0% /dev
  150. tmpfs 86M 2.8M 83M 4% /run
  151. /dev/mmcblk0p2 29G 2.1G 26G 8% /
  152. tmpfs 214M 0 214M 0% /dev/shm
  153. tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  154. tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service
  155. tmpfs 214M 0 214M 0% /tmp
  156. /dev/mmcblk0p1 510M 78M 433M 16% /boot/firmware
  157. tmpfs 1.0M 0 1.0M 0% /run/credentials/[email protected]
  158. tmpfs 43M 8.0K 43M 1% /run/user/1000
  159. (scrollpi) darren@ScrollPi:~ $
  160.  
Advertisement
Add Comment
Please, Sign In to add comment