问题如下: npm警告 npm WARN config global --global, --local are deprecated.Use --location=global instead. npm WARN logfile could not be created: Error: EPERM: operation not permitted, open ‘
场景运行代码时提示:imageio.ffmpeg.download() has been deprecated.Use 'pip install im ageio-ffmpeg' instead.'但是按照提示运行:pip install im ageio-ffmpeg却提示早已经存在。实现打开cmd,输入:pip3 install imageio==2.4.1指定其版本号进行安装,安装后可能会