我正在尝试安装似乎可用的 pyarrow 0.16: https ://anaconda.org/conda-forge/pyarrow
当我执行以下操作之一时,会安装 0.15.1
conda install -c conda-forge pyarrow
conda install -c conda-forge/label/gcc7 pyarrow
conda install -c conda-forge/label/broken pyarrow
conda install -c conda-forge/label/cf201901 pyarrow
conda install -c conda-forge/label/cf202003 pyarrow
pip install 也安装 0.15.1
我尝试使用 conda env:
conda create -n work1 pyarrow=0.16.0
得到这个:
PackagesNotFoundError:当前频道不提供以下软件包:
- pyarrow=0.16.0
知道是什么原因造成的吗?