新手上路,小心晕车
1.安装:pip install moviepy
2.出现错误:Founding existing installation: imageio 2.3.0
Cannot uninstall 'imageio'. It is a distutils installed project and thus we cannot.....
3.解决方法:pip install moviepy --ignore-install imageio
注意:moviepy依赖的库有Numpy,imageio, Decorator, and tqdm,使用pip install moviepy命令安装moviepy有可能会导致这些库版本降低,需要安装moviepy完后对其中一些库更新。