回答編集履歴

2

説明を追記しました。

2021/01/23 09:09

投稿

_whitecat_22
_whitecat_22

スコア1305

test CHANGED
@@ -11,6 +11,8 @@
11
11
 
12
12
 
13
13
  【追記】
14
+
15
+ このサイトに、インストールのコマンドが幾つか記載されているようです。
14
16
 
15
17
  [https://anaconda.org/conda-forge/liquidtap](https://anaconda.org/conda-forge/liquidtap)
16
18
 

1

説明を追記しました。

2021/01/23 09:09

投稿

_whitecat_22
_whitecat_22

スコア1305

test CHANGED
@@ -1 +1,31 @@
1
1
  anaconda pronptからのインストールは、`conda install liquidtap` では?
2
+
3
+
4
+
5
+
6
+
7
+ インストールできず
8
+
9
+
10
+
11
+
12
+
13
+ 【追記】
14
+
15
+ [https://anaconda.org/conda-forge/liquidtap](https://anaconda.org/conda-forge/liquidtap)
16
+
17
+ ログインを求められたら、id/passを新規登録してください。
18
+
19
+
20
+
21
+ ```CondaPronpt
22
+
23
+ conda install -c conda-forge liquidtap
24
+
25
+ ```
26
+
27
+
28
+
29
+ 参照元;
30
+
31
+ [【python】conda installでインストールできないライブラリがある場合の対処法](https://hitokageblog.com/condalisterror/)