Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colorlog module not installed #217

Closed
rimvaliulin opened this issue Feb 8, 2023 · 0 comments · Fixed by #218
Closed

colorlog module not installed #217

rimvaliulin opened this issue Feb 8, 2023 · 0 comments · Fixed by #218

Comments

@rimvaliulin
Copy link

Checklist (please tick all boxes)

  • [* ] 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):

  • macOS 12.6.3
  • Python 3.10.9
  • ffmpeg 5.1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant