Skip to content

add setuptools to runtime dependencies #56

@iconoclasthero

Description

@iconoclasthero
$ apt install python3-pkg-resources ; replaygain
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-pkg-resources is already the newest version (68.1.2-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Traceback (most recent call last):
  File "/home//.local/bin/replaygain", line 3, in <module>
    from rgain3.script.replaygain import replaygain
  File "/home//.local/share/pipx/venvs/rgain3/lib/python3.12/site-packages/rgain3/__init__.py", line 19, in <module>
    from .version import __version__
  File "/home//.local/share/pipx/venvs/rgain3/lib/python3.12/site-packages/rgain3/version.py", line 1, in <module>
    from pkg_resources import DistributionNotFound, get_distribution
ModuleNotFoundError: No module named 'pkg_resources'
$ pipx runpip rgain3 install setuptools; collectiongain
Collecting setuptools
  Using cached setuptools-69.2.0-py3-none-any.whl.metadata (6.3 kB)
Using cached setuptools-69.2.0-py3-none-any.whl (821 kB)
Installing collected packages: setuptools
Successfully installed setuptools-69.2.0
Usage: collectiongain [options] MUSIC_DIR

collectiongain: error: pass one directory path

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions