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
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
The text was updated successfully, but these errors were encountered:
@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
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.
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
The text was updated successfully, but these errors were encountered: