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

Defaults and conda-forge incompatibilities

オープン
#434 コメント 7 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
170
フォーク
320
平均マージ
2日 10時間
マージ済み PR(30日)
5

説明

This issue is created to remind that conda-forge and defaults have incompatibilities. To fix this, there are two ways.

1. `conda-forge` channel must have higher priority than `defaults` channel. To check, run `conda config --get channels` which gives you the channel priority order. `conda config --add channels conda-forge` would make `conda-forge` the highest priority channel.

2. When creating conda-forge packages, make sure the dependencies come from conda-forge. (There are few like `libgcc` that `conda-forge` is relying on defaults). If there's a dependency missing in conda-forge, add them as well because this missing dependency pulled in from defaults might be relying on the behaviour of another package in defaults which would conflict with conda-forge.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。