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

ERROR: Could not find a version that satisfies the requirement ffmpeg==6.1.1 #19

Open
mtp-pura opened this issue Nov 27, 2024 · 2 comments

Comments

@mtp-pura
Copy link

pip install -e .

fails with
ERROR: Could not find a version that satisfies the requirement ffmpeg==6.1.1 (from vitron) (from versions: 1.1.0, 1.2.0, 1.2.1, 1.3, 1.4) ERROR: No matching distribution found for ffmpeg==6.1.1

@jingruhou
Copy link

@mtp-pura I also encountered the same problem. May I ask how to solve it?
I have already installed it using....
conda install -c conda-forge ffmpeg==6.1.1

001
002

@CiChina
Copy link

CiChina commented Dec 16, 2024

I tried to remove the version requirement for FFmpeg in the Vitron installation files, thereby bypassing the FFmpeg version check. So far, it seems that using other versions of FFmpeg still works effectively.
微信图片_20241216181636

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

No branches or pull requests

3 participants