前提・実現したいこと
- miniforgeを使用してmecabをインストールしたい
- M1Macmini・Miniforge3-MacOSX-arm64
- ローカル環境では問題なくインストールできたが、書籍で学習を進める際にscikit-learnなどのインストールも必要となったためminiforge3を使用しました。
該当のソースコード
conda install -c conda-forge mecab-python3
https://anaconda.org/conda-forge/mecab-python3
発生している問題・エラーメッセージ
Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. PackagesNotFoundError: The following packages are not available from current channels: - mecab-python3 Current channels: - https://conda.anaconda.org/conda-forge/osx-arm64 - https://conda.anaconda.org/conda-forge/noarch To search for alternate channels that may provide the conda package you're looking for, navigate to https://anaconda.org and use the search bar at the top of the page.
回答2件
あなたの回答
tips
プレビュー
下記のような回答は推奨されていません。
このような回答には修正を依頼しましょう。