質問編集履歴
1
追記しました
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -37,6 +37,33 @@
|
|
|
37
37
|
|
|
38
38
|
どなたか詳しい方や似た症状に出会った方がおられましたら教えていただけると助かります。
|
|
39
39
|
|
|
40
|
+
### 追記
|
|
41
|
+
conda install -c conda-forge lightgbmをAnaconda Promptにて実行しましたがエラーが出てインストールできませんでした。エラーを見ると現在は利用できないという風に読み取れるのですがよくわかりません…
|
|
42
|
+
実行結果:
|
|
43
|
+
(base) C:\Users\daich>conda install -c conda-forge lightgbm
|
|
44
|
+
Collecting package metadata (current_repodata.json): done
|
|
45
|
+
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
|
|
40
|
-
|
|
46
|
+
Collecting package metadata (repodata.json): done
|
|
47
|
+
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
|
|
41
48
|
|
|
49
|
+
PackagesNotFoundError: The following packages are not available from current channels:
|
|
50
|
+
|
|
51
|
+
- lightgbm
|
|
52
|
+
|
|
42
|
-
|
|
53
|
+
Current channels:
|
|
54
|
+
|
|
55
|
+
- https://conda.anaconda.org/conda-forge/win-32
|
|
56
|
+
- https://conda.anaconda.org/conda-forge/noarch
|
|
57
|
+
- https://repo.anaconda.com/pkgs/main/win-32
|
|
58
|
+
- https://repo.anaconda.com/pkgs/main/noarch
|
|
59
|
+
- https://repo.anaconda.com/pkgs/r/win-32
|
|
60
|
+
- https://repo.anaconda.com/pkgs/r/noarch
|
|
61
|
+
- https://repo.anaconda.com/pkgs/msys2/win-32
|
|
62
|
+
- https://repo.anaconda.com/pkgs/msys2/noarch
|
|
63
|
+
|
|
64
|
+
To search for alternate channels that may provide the conda package you're
|
|
65
|
+
looking for, navigate to
|
|
66
|
+
|
|
67
|
+
https://anaconda.org
|
|
68
|
+
|
|
69
|
+
and use the search bar at the top of the page.
|