質問編集履歴
1
追記しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -76,8 +76,62 @@
|
|
76
76
|
|
77
77
|
|
78
78
|
|
79
|
+
### 追記
|
80
|
+
|
81
|
+
conda install -c conda-forge lightgbmをAnaconda Promptにて実行しましたがエラーが出てインストールできませんでした。エラーを見ると現在は利用できないという風に読み取れるのですがよくわかりません…
|
82
|
+
|
83
|
+
実行結果:
|
84
|
+
|
85
|
+
(base) C:\Users\daich>conda install -c conda-forge lightgbm
|
86
|
+
|
87
|
+
Collecting package metadata (current_repodata.json): done
|
88
|
+
|
89
|
+
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
|
90
|
+
|
79
|
-
|
91
|
+
Collecting package metadata (repodata.json): done
|
92
|
+
|
93
|
+
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
|
80
94
|
|
81
95
|
|
82
96
|
|
97
|
+
PackagesNotFoundError: The following packages are not available from current channels:
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
- lightgbm
|
102
|
+
|
103
|
+
|
104
|
+
|
83
|
-
|
105
|
+
Current channels:
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
- https://conda.anaconda.org/conda-forge/win-32
|
110
|
+
|
111
|
+
- https://conda.anaconda.org/conda-forge/noarch
|
112
|
+
|
113
|
+
- https://repo.anaconda.com/pkgs/main/win-32
|
114
|
+
|
115
|
+
- https://repo.anaconda.com/pkgs/main/noarch
|
116
|
+
|
117
|
+
- https://repo.anaconda.com/pkgs/r/win-32
|
118
|
+
|
119
|
+
- https://repo.anaconda.com/pkgs/r/noarch
|
120
|
+
|
121
|
+
- https://repo.anaconda.com/pkgs/msys2/win-32
|
122
|
+
|
123
|
+
- https://repo.anaconda.com/pkgs/msys2/noarch
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
To search for alternate channels that may provide the conda package you're
|
128
|
+
|
129
|
+
looking for, navigate to
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
https://anaconda.org
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
and use the search bar at the top of the page.
|