Conda 安装命令失败

Conda Install command failing

我正在使用 conda 4.6.11,下面是我正在使用的需求文件

# This file may be used to create an environment using:
boto3=1.16.16=pyhd8ed1ab_0
pyarrow=0.13.0=py37h0978efd_0
s3fs=0.4.2=py_0
findspark=1.3.0=py_1

在 运行

conda install -c conda-forge --yes --file requirements.txt

我收到以下错误

Collecting package metadata: done
Solving environment: / *** picosat: out of memory in 'resize'
Aborted

关于可能破坏安装的任何建议?

根据 this resolved issue 记录相同的错误,更新您的 Conda 将解决问题:

conda update -n base conda

解决了 conda install -c conda-forge jupyterlab=3 的问题