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

Fix relative import of ffmpeg_dl / Add missing package requirements #154

Merged
merged 2 commits into from
Mar 14, 2024

Conversation

TaizoAyase
Copy link
Contributor

I'm using this package from pip install, and there some problems when importing.

  • No module named ffmpeg_dl: fixed the import path as relative
  • No module name rich: raised when importing tqdm.rich. rich package is not described as requirements in tqdm package, so we need to install it manually.

@AlexAplin AlexAplin added the bug label Mar 14, 2024
@AlexAplin AlexAplin merged commit 1a58b9c into AlexAplin:master Mar 14, 2024
@TaizoAyase TaizoAyase deleted the fix/import-custom-ffmpeg branch March 14, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants