python-reddit-youtube-bot
python-reddit-youtube-bot copied to clipboard
Can please help me to fix this : I run : Python app.py -l 59
90.............102 Traceback (most recent call last): File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\moviepy\video\VideoClip.py", line 1262, in init subprocess_call(cmd, logger=None) File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\moviepy\tools.py", line 43, in subprocess_call raise IOError(err.decode("utf8")) OSError: magick.exe: label expected `@C:\Users\ADMINI~1\AppData\Local\Temp\tmplafqaafe.txt' @ error/annotate.c/GetMultilineTypeMetrics/799.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\Reddit2YTB\python-reddit-youtube-bot\app.py", line 370, in
magick.exe: label expected `@C:\Users\ADMINI~1\AppData\Local\Temp\tmplafqaafe.txt' @ error/annotate.c/GetMultilineTypeMetrics/799. .
.This error can be due to the fact that ImageMagick is not installed on your computer, or (for Windows users) that you didn't specify the path to the ImageMagick binary. Check the documentation.
Try using an older version of python :
root@5c66bb6bd001:/app# python3 --version
Python 3.10.6