晚安!我有一个具有以下结构的.yml文件:
name: web
channels:
- defaults
dependencies:
- zope.event=4.4=py37_0
- zope.interface=5.1.0=py37haf1e3a3_0
- zstd=1.4.5=h41d2c2f_0
- pip:
- asgiref==3.2.10
- cloudpickle==1.3.0
实际上比这更大。当我运行conda env create --file ambiente.yml
时,我得到Solving environment: failed ResolvePackageNotFound:
以及所有缺少的依赖关系的列表。如何一次安装所有依赖项?