python imageio安装_imageio.ffmpeg.download()需要安装不同的imageio,并且imageio不会安装其他版本...

我想从moviepy运行VideoFileClip。我正在通过Anaconda运行Spyder。

当我尝试运行它时,出现错误:

RuntimeError:imageio.ffmpeg.download()已被弃用。请改用“ pip install imageio-ffmpeg”。

When I try pip install imageio-ffmpeg, I get:

已满足要求:c:\ programdata \ anaconda3 \ lib \ site-packages中的imageio-ffmpeg(0.3.0)

Other answers recommend sudo pip install imageio==2.4.1. I get the error:

moviepy 1.0.0 has requirement imageio<3.0,>=2.5; python_version >= "3.4", but you'll have imageio 2.4.1 which is incompatible.

Installing collected packages: imageio

Found existing installation: imageio 2.5.0

Cannot uninstall 'imageio'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

If I try conda remove imageio I eventually get...

The followin

你可能感兴趣的:(python,imageio安装)