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

Conda 4.9 broke conda-forge clean install

Đang mở
#1,176 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
JavaScript
Star
170
Fork
320
Merge trung bình
2 ngày 10 giờ
Pull request đã merge (30 ngày)
5

Mô tả

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)

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.