前提・実現したいこと
Macにanaconda navigator を利用してopencvを入れたいのですが、なかなか入りません。
このサイトを参考にしてpythonをダウングレードして、opencvを入れてみましたが、入らず解決方法がわからず困っています。
anaconda navigatorでopencvを選択してapplyを押しても永遠にsolving package specificationsと表示されたまま30分以上変化なしです。
ターミナルで、conda install opencv
とやってみましたが、それでもだめでした。
何か解決方法を知っている方がいましたら教えていただけると幸いです。
発生している問題・エラーメッセージ
ターミナルのコードです。
conda install opencv 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 CondaError: KeyboardInterrupt
試したこと
conda install -c conda-forge opencvでインストールを試みましたが、できませんでした。
conda install -c conda-forge opencv 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.
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。