conda-forge / conda-forge/conda-forge.github.io

Conda 4.9 broke conda-forge clean install

未关闭
#1,176 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
170
派生
320
平均合并
2 天 10 小时
30 天内合并 PR
5

描述

Issue: An install command broke which I have been using for a long time without faults. In it's most minimal form something as simple as `conda install python=3.7` is broken as well.



Environment (conda list)
Details about conda and system ( conda info )

I cannot run it as install doesn't complete. It's an Ubuntu based 16.04 Docker image on x64, the install is always clean as its a Docker image.

Here is the command I've always been using:
```
wget --quiet https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/conda
conda update conda -y
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install python=3.7
```

Install log
[conda.log](https://github.com/conda-forge/conda-forge.github.io/files/5467256/conda.log)

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。