[* ] I am using the latest version of ffmpeg-normalize (run pip3 install --upgrade ffmpeg-normalize)
[* ] I am using the latest stable version of ffmpeg or a recent build from Git master
Expected behavior
Starting normalization.
Actual behavior
Error raised.
Command
The exact command you were trying to run:
for i in *.m4a; do ffmpeg-normalize $i; done
Any output you get when running the command with the --debug flag:
Traceback (most recent call last):
File "/Users/user/Music/Backing Tracks/venv/bin/ffmpeg-normalize", line 7, in <module>
from ffmpeg_normalize.__main__ import main
File "/Users/user/Music/Backing Tracks/venv/lib/python3.10/site-packages/ffmpeg_normalize/__main__.py", line 15, in <module>
from ._logger import setup_cli_logger
File "/Users/user/Music/Backing Tracks/venv/lib/python3.10/site-packages/ffmpeg_normalize/_logger.py", line 7, in <module>
import colorlog
ModuleNotFoundError: No module named 'colorlog'
Environment (please complete the following information):
Checklist (please tick all boxes)
ffmpeg-normalize
(runpip3 install --upgrade ffmpeg-normalize
)ffmpeg
or a recent build from Git masterExpected behavior Starting normalization.
Actual behavior Error raised.
Command The exact command you were trying to run:
Any output you get when running the command with the
--debug
flag:Environment (please complete the following information):