avatarify,conda,pip

在您的《win10 GTX1080 avatarify AI实时换脸》文章中,输入以下代码
call rmdir fomm /s /q

call pip install -r requirements.txt --use-feature=2020-resolver
没有得到正确的反馈,分别提示

提示1:
系统找不到指定的文件

提示2Usage:
  pip install [options] <requirement specifier> [package-index-options] ...
  pip install [options] -r <requirements file> [package-index-options] ...
  pip install [options] [-e] <vcs project url> ...
  pip install [options] [-e] <local project path> ...
  pip install [options] <archive url/path> ...

option --use-feature: invalid choice: '2020-resolver' (choose from 'fast-deps', 'truststore', 'no-binary-enable-wheel-cache')

烦请如见此提问,百忙之中抽闲回复,感谢!

根据你提供的信息,出现了两个问题:

提示1:系统找不到指定的文件

这通常是因为当前命令行所在的目录不包含名为"fomm"的文件夹。请确保你已经正确下载了fomm,并且将其放置在当前命令行所在的目录下。或者,你可以使用完整的路径来指定fomm文件夹的位置。

提示2:option --use-feature: invalid choice: '2020-resolver' (choose from 'fast-deps', 'truststore', 'no-binary-enable-wheel-cache')

该提示是因为你指定了一个无效的选项"--use-feature=2020-resolver"。可能是由于新版的pip已经删除了该选项。你可以尝试移除这个选项,然后再次运行命令。

重新运行命令时,请确保你已经进入了正确的目录,并且确保下载和安装了fomm以及其他所需的依赖。如果问题还存在,请提供更多详细的错误信息,以便我能够更好地帮助你解决问题。