質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,57 @@
|
|
16
16
|
|
17
17
|
conda install opencv-contrib-python
|
18
18
|
|
19
|
+
でできず、
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
### 上記のエラー
|
24
|
+
|
25
|
+
PackagesNotFoundError: The following packages are not available from current channels:
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
- opencv-contrib-python
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
Current channels:
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
- https://repo.anaconda.com/pkgs/main/win-64
|
38
|
+
|
39
|
+
- https://repo.anaconda.com/pkgs/main/noarch
|
40
|
+
|
41
|
+
- https://repo.anaconda.com/pkgs/r/win-64
|
42
|
+
|
43
|
+
- https://repo.anaconda.com/pkgs/r/noarch
|
44
|
+
|
45
|
+
- https://repo.anaconda.com/pkgs/msys2/win-64
|
46
|
+
|
47
|
+
- https://repo.anaconda.com/pkgs/msys2/noarch
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
To search for alternate channels that may provide the conda package you're
|
52
|
+
|
53
|
+
looking for, navigate to
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
https://anaconda.org
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
and use the search bar at the top of the page.
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
### その後(上のエラー後)
|
66
|
+
|
67
|
+
|
68
|
+
|
19
|
-
|
69
|
+
調べてみたところ
|
20
70
|
|
21
71
|
conda install -c conda-forge opencv-contrib-python
|
22
72
|
|