IFIscripts icon indicating copy to clipboard operation
IFIscripts copied to clipboard

check for missing dependencies

Open kieranjol opened this issue 7 years ago • 3 comments

There are tools out there to check for dependencies, but it should also be easy to check for these yourself.

kieranjol avatar Feb 05 '18 20:02 kieranjol

uh - make this a priority Kieran! @stephenmcconnachie

kieranjol avatar Feb 24 '18 21:02 kieranjol

Re: checking for dependencies - I recently ran copyit.py on 2 new machines, both needed lxml to run with python3 (an easy fix, pip3 install lxml), and python2 also needed "future" for builtins (again nbd, google pointed me here: https://askubuntu.com/questions/697226/importerror-no-module-named-builtins).

If you're considering a check for dependencies, these presented in our environment, running brew installed python3 in macOS

eddycolloton avatar Feb 03 '20 16:02 eddycolloton

Thanks @eddycolloton - sorry for the late reply. I need to get this built into every script, not just the python dependencies but the external dependencies used by subprocess(). I recently updated openssl on a mac, which then killed the whole ffmpeg homebrew install. The script didn't check that ffmpeg and ffprobe were still running correctly.

kieranjol avatar Apr 09 '20 14:04 kieranjol