-
Notifications
You must be signed in to change notification settings - Fork 0
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
issues with missing magick
dependency
#1
Comments
OK, it looks like using pipx to install in a different way yields better results.
But now there is a new issue due to there being no
This seems to be a common problem. See: https://askubuntu.com/questions/1315603/where-is-the-magick-command-of-imagemagick On my fully updated Bookworm system, there is no magick command available to be installed.
Could you try to see where the |
magick should be created as an alternative during imagemagic install Does |
I think it should now work if 'convert' is present instead of 'magick'. |
magick
dependency
@l-koehler The same error occurs as before.
My first guess was that pipx failed to upgrade ffmulticonverter correctly, but the installed python program seems to match your latest version.
@l-koehler, on your system, could you try temporarily renaming the |
I uninstalled imagemagick and it still works. |
With all Looks like this corner case is still a problem on my system with your latest version. |
it should work now on the latest version. |
It launches now. I will open a new issue if I encounter any new problems. |
Sorry forgot the details here. |
I am not sure if you are aware, but Debian Bookworm and onwards do not allow python packages to install globally. Your installation commands do not work on Bookworm.
The easiest option is to use a tool called pipx. See https://github.com/pypa/pipx
I have followed the instructions for installing globally for multi-user usage, resulting in the following command:
This succeeds. But running ffmulticonverter in a new terminal does not.
Most likely, you just need to add PyQt5 to some list of dependencies somewhere to get it to work. I am hoping you can try this and see what it takes to get it working.
I would try this myself but I am fairly inexperienced when it comes to troubleshooting python projects. Tagging @theofficialgman here in case he has anything to suggest or spots anything incorrect that I have stated.
The text was updated successfully, but these errors were encountered: