IceWreck / tagpatch

CLI tool which applies common patches to music tags.
MIT License
17 stars 0 forks source link

tagpatch binary missing #3

Open witten opened 7 months ago

witten commented 7 months ago

After installing tagpatch with pip install --user, pip install in a virtualenv, or even pipx install, there is apparently no tagpatch binary available on the path or anywhere else. Example:

$ pip install --user --break-system-packages tagpatch
Collecting tagpatch
  Using cached tagpatch-0.1.2-py3-none-any.whl.metadata (2.0 kB)
Collecting music-tag==0.4.3 (from tagpatch)
  Using cached music_tag-0.4.3-py3-none-any.whl
Collecting click==8.1.4 (from tagpatch)
  Using cached click-8.1.4-py3-none-any.whl.metadata (3.0 kB)
Collecting tabulate==0.9.0 (from tagpatch)
  Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
Collecting mutagen==1.46.0 (from tagpatch)
  Using cached mutagen-1.46.0-py3-none-any.whl.metadata (1.8 kB)
Using cached tagpatch-0.1.2-py3-none-any.whl (9.9 kB)
Using cached click-8.1.4-py3-none-any.whl (98 kB)
Using cached mutagen-1.46.0-py3-none-any.whl (193 kB)
Using cached tabulate-0.9.0-py3-none-any.whl (35 kB)
Installing collected packages: tabulate, mutagen, click, music-tag, tagpatch
Successfully installed click-8.1.4 music-tag-0.4.3 mutagen-1.46.0 tabulate-0.9.0 tagpatch-0.1.2
$ ls .local/bin/
mid3cp  mid3iconv  mid3v2  moggsplit  mutagen-inspect  mutagen-pony  tabulate
$ find .local -name "*tagpatch*"
.local/lib/python3.11/site-packages/tagpatch
$ .local/lib/python3.11/site-packages/tagpatch
__init__.py  __main__.py  options.py  patches  __pycache__  types.py  utils.py

tagpatch version: 0.1.2 Python version: 3.11.7 OS: Manjaro 23.1.3 (stable)

Thank you!

nothing2obvi commented 3 months ago

I'm having the same problem.