pep 668 이후 abcde에 eyeD3를 사용하는 방법

pep 668 이후 abcde에 eyeD3를 사용하는 방법

pep 668부터 Debian 12에서 eyeD3 및 abcde를 사용하는 방법은 무엇입니까?

abcde를 사용하고 출력을 .abcde.conf. abcde에서 eyeD3를 찾지 못하여 설치해보았습니다. 하지만 제가 아는 한 pip3/는 pip가상 환경을 사용하거나 설치를 통해 사용하라고 지시합니다. 그러나 apt install python3-eyed3설치 후에도 python3-eyed3경로를 찾을 수 없습니다.

# apt install python3-eyed3
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-eyed3 is already the newest version (0.9.7-1).

pip eyeD3 설치 시도. pip3은 동일한 결과를 제공합니다.

# pip install eyeD3 
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.
    
    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.
    
    If you wish to install a non-Debian packaged Python application,
    it may be easiest to use pipx install xyz, which will manage a
    virtual environment for you. Make sure you have pipx installed.
    
    See /usr/share/doc/python3.11/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
$ abcde
[ERROR] abcde: eyeD3 is not in your path.
[INFO] Define the full path to the executable if it exists on your system.
[INFO] Hint: sudo apt-get install 
~$ cat /etc/debian_version 
12.5

나는 본 적이668호그리고eyeD3 설치 문서. 인센티브 변경이 발생하는 이유는 이해하지만 이에 대해 어떻게 해야 할지 모르겠습니다.

답변1

질문에 왜 Python을 사용하는지 모르겠습니다. abcdePython은 사용되지 않으므로 설치해도 python3-eyed3오류가 해결되지 않습니다 [ERROR] abcde: eyeD3 is not in your path.

eyed3패키지( )를 설치 하고 이를 사용하여 오류를 해결할 apt install eyed3수 있는지 확인해야 합니다 .PATH

관련 정보