pip install : PermissionError: [WinError 32] 另一个程序正在使用此文件,进程无法访问。
直接换清华镜像源,安装时后面跟上安装路径即可-ihttps://pypi.tuna.tsinghua.edu.cn/simple#setup.pyimportsubprocessimportsysdefinstall_requirements():try:subprocess.check_call([sys.executable,'-m','pip','install','-r','require