前提・実現したいこと
Pythonで画像処理をするためにdlibをインストールがしようとしたところ
以下のようなエラーが出てしまい、先に進めない状態です。
(書籍の課題に取り組み中であり、そこでdlibを指定されている)
発生している問題・エラーメッセージ
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 the existing python installation in your environment: Specifications: - dlib -> python[version='2.7.*|3.5.*|3.6.*|3.4.*'] Your python: python=3.8 If python is on the left-most side of the chain, that's the version you've asked for. When python appears to the right, that indicates that the thing on the left is somehow not available for the python version you are constrained to. Note that conda will not change your python version to a different minor version unless you explicitly specify that.
該当のソースコード
Python
1conda install -c menpo dlib
試したこと
以下を実施後、再度上記コマンドを実行しましたが、エラー解消されませんでした。
・Anacondaのインストールとアップデート
参考URL:https://qiita.com/jordi/items/cd974b668e7ecf312543
以前、openCVのインストール時にも同じエラーが発生し、その際はこのやり方で解消したためトライした。
・仮想環境を作成しPythonのバージョンを3.6にする
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/03/14 00:45 編集