Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (.venv) C:\Users\allesn>python -m pip install automateboringstuff3
- Collecting automateboringstuff3
- Using cached automateboringstuff3-2024.10.1.tar.gz (22 kB)
- Installing build dependencies ... done
- Getting requirements to build wheel ... done
- Preparing metadata (pyproject.toml) ... done
- Collecting beautifulsoup4==4.12.3 (from automateboringstuff3)
- Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
- Collecting matplotlib==3.9.2 (from automateboringstuff3)
- Using cached matplotlib-3.9.2-cp313-cp313-win_amd64.whl.metadata (11 kB)
- Collecting openpyxl==3.1.5 (from automateboringstuff3)
- Using cached openpyxl-3.1.5-py2.py3-none-any.whl.metadata (2.5 kB)
- Collecting pdfminer.six==20240706 (from automateboringstuff3)
- Using cached pdfminer.six-20240706-py3-none-any.whl.metadata (4.1 kB)
- Collecting pillow==10.4.0 (from automateboringstuff3)
- Using cached pillow-10.4.0-cp313-cp313-win_amd64.whl.metadata (9.3 kB)
- Collecting playsound==1.3.0 (from automateboringstuff3)
- Using cached playsound-1.3.0.tar.gz (7.7 kB)
- Installing build dependencies ... done
- Getting requirements to build wheel ... error
- error: subprocess-exited-with-error
- × Getting requirements to build wheel did not run successfully.
- │ exit code: 1
- ╰─> [31 lines of output]
- Traceback (most recent call last):
- File "C:\Users\allesn\Scripts\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 389, in <module>
- main()
- ~~~~^^
- File "C:\Users\allesn\Scripts\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 373, in main
- json_out["return_val"] = hook(**hook_input["kwargs"])
- ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
- 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
- return hook(config_settings)
- 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
- return self._get_build_requires(config_settings, requirements=[])
- ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 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
- self.run_setup()
- ~~~~~~~~~~~~~~^^
- File "C:\Users\allesn\AppData\Local\Temp\pip-build-env-xmal2nde\overlay\Lib\site-packages\setuptools\build_meta.py", line 512, in run_setup
- super().run_setup(setup_script=setup_script)
- ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\allesn\AppData\Local\Temp\pip-build-env-xmal2nde\overlay\Lib\site-packages\setuptools\build_meta.py", line 317, in run_setup
- exec(code, locals())
- ~~~~^^^^^^^^^^^^^^^^
- File "<string>", line 6, in <module>
- File "C:\Program Files\Python313\Lib\inspect.py", line 1258, in getsource
- lines, lnum = getsourcelines(object)
- ~~~~~~~~~~~~~~^^^^^^^^
- File "C:\Program Files\Python313\Lib\inspect.py", line 1240, in getsourcelines
- lines, lnum = findsource(object)
- ~~~~~~~~~~^^^^^^^^
- File "C:\Program Files\Python313\Lib\inspect.py", line 1080, in findsource
- raise OSError('could not get source code')
- OSError: could not get source code
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: subprocess-exited-with-error
- × Getting requirements to build wheel 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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement