前提・実現したいこと
light-GBMのインストールがうまくいかず、
かつ、インストールしていたscikit-learnが削除されてしまったようです。
発生している問題・エラーメッセージ
conda install -c conda-forge lightgbm
というコマンドで、Anaconda Promptからインストールを行った結果、
以下のようなメッセージがでてきました。
(ディレクトリ名は一部〇で隠しています)
(base) PS C:\Users\〇〇〇> conda install -c conda-forge lightgbm Collecting package metadata (current_repodata.json): done Solving environment: / The environment is inconsistent, please check the package plan carefully The following packages are causing the inconsistency: - defaults/win-64::anaconda==custom=py38_1 - defaults/win-64::py-xgboost==1.3.3=py38haa95532_0 - defaults/win-64::xgboost==1.3.3=py38haa95532_0 - defaults/win-64::_anaconda_depends==2020.07=py38_0 done ## Package Plan ## environment location: C:\Users\〇〇〇\anaconda3 added / updated specs: - lightgbm The following NEW packages will be INSTALLED: lightgbm conda-forge/win-64::lightgbm-3.2.1-py38h885f38d_0 python_abi conda-forge/win-64::python_abi-3.8-2_cp38 scikit-learn pkgs/main/win-64::scikit-learn-0.24.2-py38hf11a4ad_1 The following packages will be SUPERSEDED by a higher-priority channel: ca-certificates pkgs/main::ca-certificates-2021.7.5-h~ --> conda-forge::ca-certificates-2021.5.30-h5b45459_0 certifi pkgs/main::certifi-2021.5.30-py38haa9~ --> conda-forge::certifi-2021.5.30-py38haa244fe_0 conda pkgs/main::conda-4.10.3-py38haa95532_0 --> conda-forge::conda-4.10.3-py38haa244fe_0 openssl pkgs/main::openssl-1.1.1k-h2bbff1b_0 --> conda-forge::openssl-1.1.1k-h8ffe710_0 Proceed ([y]/n)? y Preparing transaction: done Verifying transaction: done Executing transaction: \ Windows 64-bit packages of scikit-learn can be accelerated using scikit-learn-intelex. More details are available here: https://intel.github.io/scikit-learn-intelex For example: $ conda install scikit-learn-intelex $ python -m sklearnex my_application.py done ERROR conda.core.link:_execute(699): An error occurred while installing package 'defaults::scikit-learn-0.24.2-py38hf11a4ad_1'. Rolling back transaction: done LinkError: post-link script failed for package defaults::scikit-learn-0.24.2-py38hf11a4ad_1 location of failed script: C:\Users\〇〇〇\anaconda3\Scripts.scikit-learn-post-link.bat ==> script messages <== Windows 64-bit packages of scikit-learn can be accelerated using scikit-learn-intelex. More details are available here: https://intel.github.io/scikit-learn-intelex For example: $ conda install scikit-learn-intelex $ python -m sklearnex my_application.py ==> script output <== stdout: subdir: win-64 stderr: 'chcp' �́A�����R�}���h�܂��͊O���R�}���h�A ����\�ȃv���O�����܂��̓o�b�` �t�@�C���Ƃ��ĔF������Ă��܂���B 'chcp' �́A�����R�}���h�܂��͊O���R�}���h�A ����\�ȃv���O�����܂��̓o�b�` �t�@�C���Ƃ��ĔF������Ă��܂���B 'chcp' �́A�����R�}���h�܂��͊O���R�}���h�A ����\�ȃv���O�����܂��̓o�b�` �t�@�C���Ƃ��ĔF������Ă��܂���B return code: 1 ()
試したこと
何度か試してみましたが、うまくいきませんでした。
また、scikit-learnもインストールできなくなってしまいました。
どのように対処すれば、
lightGBMのインストールと、scikit-learnの再インストールが
うまくいくでしょうか?
補足情報(FW/ツールのバージョンなど)
python 3.8.5
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/08/14 14:06