Advertisement
Guest User

Python

a guest
Dec 27th, 2024
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. Defaulting to user installation because normal site-packages is not writeable
  2. Collecting manim
  3. Using cached manim-0.14.0-py3-none-any.whl.metadata (10 kB)
  4. Collecting Pillow (from manim)
  5. Using cached pillow-11.0.0-cp313-cp313-manylinux_2_28_x86_64.whl.metadata (9.1 kB)
  6. Requirement already satisfied: click>=7.1 in /usr/lib/python3.13/site-packages (from manim) (8.1.7)
  7. Collecting click-default-group (from manim)
  8. Using cached click_default_group-1.2.4-py2.py3-none-any.whl.metadata (2.8 kB)
  9. Collecting cloup<0.8.0,>=0.7.0 (from manim)
  10. Using cached cloup-0.7.1-py2.py3-none-any.whl.metadata (7.8 kB)
  11. Collecting colour (from manim)
  12. Using cached colour-0.1.5-py2.py3-none-any.whl.metadata (18 kB)
  13. Collecting decorator<6.0.0,>=5.0.7 (from manim)
  14. Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
  15. Collecting isosurfaces==0.1.0 (from manim)
  16. Using cached isosurfaces-0.1.0-py3-none-any.whl.metadata (2.9 kB)
  17. Collecting manimpango<0.5.0,>=0.4.0.post0 (from manim)
  18. Using cached ManimPango-0.4.4.tar.gz (4.1 MB)
  19. Installing build dependencies ... done
  20. Getting requirements to build wheel ... error
  21. error: subprocess-exited-with-error
  22.  
  23. × Getting requirements to build wheel did not run successfully.
  24. │ exit code: 1
  25. ╰─> [21 lines of output]
  26. Traceback (most recent call last):
  27. File "/usr/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
  28. main()
  29. ~~~~^^
  30. File "/usr/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
  31. json_out['return_val'] = hook(**hook_input['kwargs'])
  32. ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  33. File "/usr/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel
  34. return hook(config_settings)
  35. File "/tmp/pip-build-env-9_y6x378/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 334, in get_requires_for_build_wheel
  36. return self._get_build_requires(config_settings, requirements=[])
  37. ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  38. File "/tmp/pip-build-env-9_y6x378/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 304, in _get_build_requires
  39. self.run_setup()
  40. ~~~~~~~~~~~~~~^^
  41. File "/tmp/pip-build-env-9_y6x378/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 320, in run_setup
  42. exec(code, locals())
  43. ~~~~^^^^^^^^^^^^^^^^
  44. File "<string>", line 42, in <module>
  45. File "<string>", line 38, in get_version
  46. KeyError: '__version__'
  47. [end of output]
  48.  
  49. note: This error originates from a subprocess, and is likely not a problem with pip.
  50. error: subprocess-exited-with-error
  51.  
  52. × Getting requirements to build wheel did not run successfully.
  53. │ exit code: 1
  54. ╰─> See above for output.
  55.  
  56. note: This error originates from a subprocess, and is likely not a problem with pip.
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement