Ich kann kein Paket mit pip installierenPython

Python-Programme
Anonymous
 Ich kann kein Paket mit pip installieren

Post by Anonymous »

Ich komme anscheinend nicht über diesen Fehler hinweg, wenn ich versuche, eine Paketdatei zu installieren (

Code: Select all

requirements.txt
) 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: Select all

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.

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post