You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ffmpeg dependency mentioned in the README is not the same as the ffmpeg requirement listed in setup.py on line 28. The ffmpeg requirement listed in setup.py is actually https://pypi.org/project/ffmpeg/. There is a Python wrapper for ffmpeg called ffmpy that you might be able to use, or you can link to ffmpeg.org so users know where to download ffmpeg. In any case, ffmpeg should be removed from the requirements list in setup.py.
The text was updated successfully, but these errors were encountered:
The ffmpeg dependency mentioned in the README is not the same as the ffmpeg requirement listed in
setup.py
on line 28. The ffmpeg requirement listed insetup.py
is actually https://pypi.org/project/ffmpeg/. There is a Python wrapper for ffmpeg called ffmpy that you might be able to use, or you can link to ffmpeg.org so users know where to download ffmpeg. In any case, ffmpeg should be removed from the requirements list insetup.py
.The text was updated successfully, but these errors were encountered: