公式の方法ではcondaでopen3dを入れられない。というかopen3d 0.15からpip推奨になっているらしい。
しかしpipはcondaの他の環境に影響を与えるので、使いたくない。
エラー
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
conda-forgeとopen3d-adminを同時に指定すると導入に成功する。
-cはチャンネル(=レポジトリ名)。
open3d 0.15では、チャンネルをconda-forgeとopen3d-admin、両方とも指定しなければ失敗する様子。
この方法で導入した場合、open3dを使用したスクリプトを実行するたびに以下のWarningが出てしまう。
2022年6月時点で、condaサポートがRequestされているので、多分、、、多分公式が折れてくれるのではないか。