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
julia> @time using FFMPEG
1.954532 seconds (1.67 M allocations: 95.600 MiB, 1.70% gc time)
Hopefully faster than even, I was checking, my PR for JLLs was applied to your FFMPEG_jll.
However, while I could do this before, updating to get there got me v0.3 (and error) and I had to do:
(@v1.6) pkg> add [email protected]
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package FFMPEG_jll [b22a6f82]:
FFMPEG_jll [b22a6f82] log:
├─possible versions are: 4.1.0 or uninstalled
├─FFMPEG_jll [b22a6f82] is fixed to version 4.1.0+3
└─found to have no compatible versions left with FFMPEG [c87230d0]
└─FFMPEG [c87230d0] log:
├─possible versions are: [0.1.0, 0.2.0-0.2.4, 0.3.0, 0.4.0] or uninstalled
└─restricted to versions 0.4 by an explicit requirement, leaving only versions 0.4.0
I've often seen such, but here for the first time only one dependency, and never this "fixed to version" (that I recall).
I do not recall doing that, only maybe adding FFMPEG_jll manually myself.
To fix that I get an avalance of changes, downgrades, upgrades, dropped packages and installed packages (full log at bottom):
First the good news:
Hopefully faster than even, I was checking, my PR for JLLs was applied to your FFMPEG_jll.
However, while I could do this before, updating to get there got me v0.3 (and error) and I had to do:
I've often seen such, but here for the first time only one dependency, and never this "fixed to version" (that I recall).
I do not recall doing that, only maybe adding FFMPEG_jll manually myself.
To fix that I get an avalance of changes, downgrades, upgrades, dropped packages and installed packages (full log at bottom):
Full log:
The text was updated successfully, but these errors were encountered: