Coder Social home page Coder Social logo

Comments (9)

1NoobDev avatar 1NoobDev commented on July 18, 2024 1

I found the same article, re-installed using the settings mentioned (including: legacy utilities). But that didn't resolve. Still have the same error as mentioned above. Will try to find solution and update the issue when found.

from moneyprinter.

dallascrilley avatar dallascrilley commented on July 18, 2024 1

I was experiencing this issue but was able to fix it. The path that worked for me on mac was:
/opt/homebrew/opt/imagemagick/bin/magick

Downloading the binary and loading it from the MoneyPrinter directory didn't work for me for some reason (could have been permissions)

from moneyprinter.

FujiwaraChoki avatar FujiwaraChoki commented on July 18, 2024

Are you using double backslash to provide the path of your magick.exe file?

from moneyprinter.

1NoobDev avatar 1NoobDev commented on July 18, 2024

Inside my .env I have:
IMAGEMAGICK_BINARY="C:\\Program Files\\ImageMagick-7.1.1-Q16-HDRI\\magick.exe"

Also, after reading some similar issues online, tried to hardcore the path inside main.py:
change_settings({"IMAGEMAGICK_BINARY": r"C:\\Program Files\\ImageMagick-7.1.1-Q16-HDRI\\magick.exe"})

But same error notification..

from moneyprinter.

FujiwaraChoki avatar FujiwaraChoki commented on July 18, 2024

Check out this thread: https://stackoverflow.com/questions/51928807/moviepy-cant-detect-imagemagick-binary-on-windows

I'm not quite sure what the cause of this issue is, but maybe try re-installing ImageMagick.

from moneyprinter.

al7aro avatar al7aro commented on July 18, 2024

I had a similar problem in Ubuntu (WSL) and to solve it I just gave all file permissions to the magic executable file. Maybe something similar can be done in Windows

from moneyprinter.

titusthef0x avatar titusthef0x commented on July 18, 2024

Works with single slashes for me on Windows 11:

IMAGEMAGICK_BINARY="C:\Program Files\ImageMagick-7.1.1-Q16-HDRI\magick.exe" # Download from https://imagemagick.org/script/download.php

from moneyprinter.

1NoobDev avatar 1NoobDev commented on July 18, 2024

Works with single slashes for me on Windows 11:

IMAGEMAGICK_BINARY="C:\Program Files\ImageMagick-7.1.1-Q16-HDRI\magick.exe" # Download from https://imagemagick.org/script/download.php

I had it like this initially and worked the whole evening.. until I restarted vscode it didn't work anymore.. I think it's more related to ImageMagick, and not this yt shorts generator epo.. thanks for the response though 💪

from moneyprinter.

rafidRD avatar rafidRD commented on July 18, 2024

I renamed the folder and restarted vscode... It worked.

IMAGEMAGICK_BINARY="C:\\Program Files\\ImageMagick\\magick.exe"

from moneyprinter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.