Fix ImageMagick convert.exe is Missing Error – Python Tutorial

By | May 31, 2023

When we are using python moviepy to process video, we may use ImageMagick convert.exe. However, this exe file may be missing. In this tutorial, we will introduce how to fix this error.

Why convert.exe is disappeared?

You may have installed a higher version of ImageMagick. In order to fix this error, you need to install a lower one.

How to fix this error?

As to us, our operation system is 32 bit windows 7. We can install 6.9 ImageMagick version.

For example, we will install ImageMagick 6.9 version.

We can install ImageMagick-6.9.12-Q16-HDRI

install ImageMagick 6.9 version

You can download this error here:

https://mirror.surf/imagemagick/binaries/

Install this version, we can find convert.exe exists.

Fix ImageMagick convert.exe is Missing Error - Python Tutorial

After having installed, we will find this error is fixed.