) mit pip, aber es wird immer wieder ein Fehler ausgegeben. Ich versuche, Python-Pakete an einem virtuellen Speicherort (venv) zu installieren. Ich habe Wheel auf 0.40.0 und Setuptools auf 68.0.0 zurückgesetzt, scheint nicht zu helfen, da es einen neuen Fehler ausgegeben hat.
PS C:\BodurMetal\BodurMetal> pip install --no-build-isolation rl-renderPM==4.0.3
Collecting rl-renderPM==4.0.3
Using cached rl_renderPM-4.0.3.tar.gz (36 kB)
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [23 lines of output]
===================================================
Attempting build of _renderPM
extension from 'C:\\Users\\Win11\\AppData\\Local\\Temp\\pip-install-po6pqf6g\\rl-renderpm_aa8ad3e20c564f03a4ec762ade93c723\\src'
===================================================
Traceback (most recent call last):
File "C:\BodurMetal\BodurMetal\venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 389, in
main()
~~~~^^
File "C:\BodurMetal\BodurMetal\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:\BodurMetal\BodurMetal\venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 175, in prepare_metadata_for_build_wheel
return hook(metadata_directory, config_settings)
File "C:\BodurMetal\BodurMetal\venv\Lib\site-packages\setuptools\build_meta.py", line 380, in prepare_metadata_for_build_wheel
self.run_setup()
~~~~~~~~~~~~~~^^
File "C:\BodurMetal\BodurMetal\venv\Lib\site-packages\setuptools\build_meta.py", line 338, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "", line 523, in
File "", line 342, in main
File "", line 88, in make_libart_config
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Win11\\AppData\\Local\\Temp\\pip-install-po6pqf6g\\rl-renderpm_aa8ad3e20c564f03a4ec762ade93c723\\src\\libart_lgpl\\art_config.h'
[end of output]
note: This error originates from a subprocess, and is likely not a [url=viewtopic.php?t=26065]problem[/url] with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> rl-renderPM
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Ich komme anscheinend nicht über diesen Fehler hinweg, wenn ich versuche, eine Paketdatei zu installieren ([code]requirements.txt[/code]) mit pip, aber es wird immer wieder ein Fehler ausgegeben. Ich versuche, Python-Pakete an einem virtuellen Speicherort (venv) zu installieren. Ich habe Wheel auf 0.40.0 und Setuptools auf 68.0.0 zurückgesetzt, scheint nicht zu helfen, da es einen neuen Fehler ausgegeben hat. [code]PS C:\BodurMetal\BodurMetal> pip install --no-build-isolation rl-renderPM==4.0.3 Collecting rl-renderPM==4.0.3 Using cached rl_renderPM-4.0.3.tar.gz (36 kB) Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [23 lines of output] =================================================== Attempting build of _renderPM extension from 'C:\\Users\\Win11\\AppData\\Local\\Temp\\pip-install-po6pqf6g\\rl-renderpm_aa8ad3e20c564f03a4ec762ade93c723\\src' =================================================== Traceback (most recent call last): File "C:\BodurMetal\BodurMetal\venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 389, in main() ~~~~^^ File "C:\BodurMetal\BodurMetal\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:\BodurMetal\BodurMetal\venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 175, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) File "C:\BodurMetal\BodurMetal\venv\Lib\site-packages\setuptools\build_meta.py", line 380, in prepare_metadata_for_build_wheel self.run_setup() ~~~~~~~~~~~~~~^^ File "C:\BodurMetal\BodurMetal\venv\Lib\site-packages\setuptools\build_meta.py", line 338, in run_setup exec(code, locals()) ~~~~^^^^^^^^^^^^^^^^ File "", line 523, in File "", line 342, in main File "", line 88, in make_libart_config FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Win11\\AppData\\Local\\Temp\\pip-install-po6pqf6g\\rl-renderpm_aa8ad3e20c564f03a4ec762ade93c723\\src\\libart_lgpl\\art_config.h' [end of output]
note: This error originates from a subprocess, and is likely not a [url=viewtopic.php?t=26065]problem[/url] with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> rl-renderPM
note: This is an issue with the package mentioned above, not pip. hint: See above for details. [/code]
Ich kann anscheinend keine Bibliothek mehr auf meinem alten Python 2.7-Pip installieren.
Ich erhalte diese Fehlermeldung immer dann, wenn ich versuche, ein Paket zu installieren, sei es Django,...
Ich kann anscheinend keine Bibliothek mehr auf meinem alten Python 2.7-Pip installieren.
Ich erhalte diese Fehlermeldung immer dann, wenn ich versuche, ein Paket zu installieren, sei es Django,...
Ich versuche, eine Shinylive -App in ein Quarto -Dashboard einzubetten. Die APP lässt den Benutzer eine kategoriale Variable in einer Seeborn -Barplot auswählen. Error starting app!
Ich bin auf Linux Mint. Wenn ich versuche, Roboter für Robotframework in meiner Python -Anwendung zu importieren, wird sie nicht als installierte Bibliothek erkannt. Während ich die ausführbare Datei...
C:\Coding1\Coding>pip install --trusted-host pypi.python.org bunchDefaulting to user installation because normal site-packages is not writeableCollecting bunchUsing cached bunch-1.0.1.zip (11...