python的moviepy库在write_videofile时报NoneType错误

报错如下:

AttributeError: 'NoneType' object has no attribute 'stdout'

这个是moviepy 1.0.1的bug 卸载掉安装moviepy 1.0.0版本就很好了

python -m pip install 'moviepy == 1.0.0'

你可能感兴趣的:(python的moviepy库在write_videofile时报NoneType错误)