Advertisement
Guest User

automateboringstuff3 error

a guest
Jun 25th, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. (.venv) C:\Users\allesn>python -m pip install automateboringstuff3
  2. Collecting automateboringstuff3
  3. Using cached automateboringstuff3-2024.10.1.tar.gz (22 kB)
  4. Installing build dependencies ... done
  5. Getting requirements to build wheel ... done
  6. Preparing metadata (pyproject.toml) ... done
  7. Collecting beautifulsoup4==4.12.3 (from automateboringstuff3)
  8. Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
  9. Collecting matplotlib==3.9.2 (from automateboringstuff3)
  10. Using cached matplotlib-3.9.2-cp313-cp313-win_amd64.whl.metadata (11 kB)
  11. Collecting openpyxl==3.1.5 (from automateboringstuff3)
  12. Using cached openpyxl-3.1.5-py2.py3-none-any.whl.metadata (2.5 kB)
  13. Collecting pdfminer.six==20240706 (from automateboringstuff3)
  14. Using cached pdfminer.six-20240706-py3-none-any.whl.metadata (4.1 kB)
  15. Collecting pillow==10.4.0 (from automateboringstuff3)
  16. Using cached pillow-10.4.0-cp313-cp313-win_amd64.whl.metadata (9.3 kB)
  17. Collecting playsound==1.3.0 (from automateboringstuff3)
  18. Using cached playsound-1.3.0.tar.gz (7.7 kB)
  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. ╰─> [31 lines of output]
  26. Traceback (most recent call last):
  27. File "C:\Users\allesn\Scripts\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 389, in <module>
  28. main()
  29. ~~~~^^
  30. File "C:\Users\allesn\Scripts\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 373, in main
  31. json_out["return_val"] = hook(**hook_input["kwargs"])
  32. ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  33. File "C:\Users\allesn\Scripts\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 143, in get_requires_for_build_wheel
  34. return hook(config_settings)
  35. File "C:\Users\allesn\AppData\Local\Temp\pip-build-env-xmal2nde\overlay\Lib\site-packages\setuptools\build_meta.py", line 331, in get_requires_for_build_wheel
  36. return self._get_build_requires(config_settings, requirements=[])
  37. ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  38. File "C:\Users\allesn\AppData\Local\Temp\pip-build-env-xmal2nde\overlay\Lib\site-packages\setuptools\build_meta.py", line 301, in _get_build_requires
  39. self.run_setup()
  40. ~~~~~~~~~~~~~~^^
  41. File "C:\Users\allesn\AppData\Local\Temp\pip-build-env-xmal2nde\overlay\Lib\site-packages\setuptools\build_meta.py", line 512, in run_setup
  42. super().run_setup(setup_script=setup_script)
  43. ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  44. File "C:\Users\allesn\AppData\Local\Temp\pip-build-env-xmal2nde\overlay\Lib\site-packages\setuptools\build_meta.py", line 317, in run_setup
  45. exec(code, locals())
  46. ~~~~^^^^^^^^^^^^^^^^
  47. File "<string>", line 6, in <module>
  48. File "C:\Program Files\Python313\Lib\inspect.py", line 1258, in getsource
  49. lines, lnum = getsourcelines(object)
  50. ~~~~~~~~~~~~~~^^^^^^^^
  51. File "C:\Program Files\Python313\Lib\inspect.py", line 1240, in getsourcelines
  52. lines, lnum = findsource(object)
  53. ~~~~~~~~~~^^^^^^^^
  54. File "C:\Program Files\Python313\Lib\inspect.py", line 1080, in findsource
  55. raise OSError('could not get source code')
  56. OSError: could not get source code
  57. [end of output]
  58.  
  59. note: This error originates from a subprocess, and is likely not a problem with pip.
  60. error: subprocess-exited-with-error
  61.  
  62. × Getting requirements to build wheel did not run successfully.
  63. │ exit code: 1
  64. ╰─> See above for output.
  65.  
  66. note: This error originates from a subprocess, and is likely not a problem with pip.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement