conda-forge / ffmpeg-feedstock

A conda-smithy repository for ffmpeg.
BSD 3-Clause "New" or "Revised" License
14 stars 44 forks source link

Installing ffmpeg breaks libarchive / libmamba #235

Open iamanigeeit opened 6 months ago

iamanigeeit commented 6 months ago

Solution to issue cannot be found in the documentation.

Issue

Running conda install ffmpeg -c conda-forge automatically installs libarchive from conda-forge, but not libmamba and related mamba packages. This causes a broken conda install because conda-forge's libarchive will install libarchive.so.13.6.

Error while loading conda entry point: conda-libmamba-solver (libarchive.so.19: cannot open shared object file: No such file or directory)

This is a known version numbering issue at https://github.com/conda-forge/libarchive-feedstock/issues/69

To be consistent, conda-libmamba-solver, libmamba and libmambapy have to be installed from conda-forge as well. Could someone add them the dependencies? Thanks.

Installed packages

(applies to all)

Environment info

(applies to all)