Windows conda环境使用pip安装模块时提示Could not install packages due to an OSError: [WinError 32] 另一个程序正在使用此文件,进程无法访问。: 'xxxxxxxx'

 

问题原因

下载时候连接超时了

解决方法

加一个 default-timeout参数

pip install --default-timeout=5000 moviepy

 

posted on 2025-10-02 09:40  Arthurian  阅读(34)  评论(0)    收藏  举报