質問編集履歴
1
補足事項の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,4 +22,39 @@
|
|
22
22
|
ged --compile --user --prefix=" failed with error code 1 in C:\Users...\Temp\pip-install-n5feszs2\hmmlearn\
|
23
23
|
```
|
24
24
|
エラー内容はコンパイラがないからエラーがでてると考えています。
|
25
|
-
よろしくお願いします。
|
25
|
+
よろしくお願いします。
|
26
|
+
### 補足
|
27
|
+
```ここに言語を入力
|
28
|
+
$conda install hmmlearn
|
29
|
+
```
|
30
|
+
```ここに言語を入力
|
31
|
+
Collecting package metadata: done
|
32
|
+
Solving environment: failed
|
33
|
+
|
34
|
+
PackagesNotFoundError: The following packages are not available from current
|
35
|
+
nnels:
|
36
|
+
|
37
|
+
- hmmlearn
|
38
|
+
|
39
|
+
Current channels:
|
40
|
+
|
41
|
+
- https://repo.anaconda.com/pkgs/main/win-64
|
42
|
+
- https://repo.anaconda.com/pkgs/main/noarch
|
43
|
+
- https://repo.anaconda.com/pkgs/free/win-64
|
44
|
+
- https://repo.anaconda.com/pkgs/free/noarch
|
45
|
+
- https://repo.anaconda.com/pkgs/r/win-64
|
46
|
+
- https://repo.anaconda.com/pkgs/r/noarch
|
47
|
+
- https://repo.anaconda.com/pkgs/msys2/win-64
|
48
|
+
- https://repo.anaconda.com/pkgs/msys2/noarch
|
49
|
+
|
50
|
+
To search for alternate channels that may provide the conda package you're
|
51
|
+
looking for, navigate to
|
52
|
+
|
53
|
+
https://anaconda.org
|
54
|
+
|
55
|
+
and use the search bar at the top of the page.
|
56
|
+
```
|
57
|
+
condaを使うとインストールできませんでした。
|
58
|
+
|
59
|
+
このgithubを参考にしました。
|
60
|
+
https://github.com/hmmlearn/hmmlearn
|