質問編集履歴
3
タイトル修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
python3.7の環境に、
|
1
|
+
python3.7の環境に、condaを使ってopencvをインストールしたいです
|
test
CHANGED
File without changes
|
2
文章の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,53 +32,9 @@
|
|
32
32
|
|
33
33
|
|
34
34
|
|
35
|
-
|
35
|
+
以下の様なエラーメッセージが出ています
|
36
36
|
|
37
|
-
◆最初の10行
|
38
|
-
|
39
|
-
UnsatisfiableError: The following specifications were found
|
40
|
-
|
41
|
-
to be incompatible with the existing python installation in your environment:
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
Specifications:
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
- anaconda-project -> python[version='>=3.8,<3.9.0a0']
|
50
|
-
|
51
|
-
- anaconda==2020.02 -> python[version='3.6.10|3.8.1|3.7.6',build='h9f7ef89_0|h5fd99cc_8_cpython|h60c2a47_2']
|
52
|
-
|
53
|
-
- autopep8 -> python[version='>=3.8,<3.9.0a0']
|
54
|
-
|
55
|
-
- backports.functools_lru_cache -> python[version='>=2.7,<2.8.0a0']
|
56
|
-
|
57
|
-
- bleach -> python[version='>=3.8,<3.9.0a0']
|
58
|
-
|
59
|
-
◆最後のほうの10行
|
60
|
-
|
61
|
-
anaconda==2020.02 -> sphinxcontrib-websupport==1.2.0=py_0 -> sphinxcontrib
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
Package markdown conflicts for:
|
66
|
-
|
67
|
-
ho
|
37
|
+
https://github.com/ysk-snn/memo/blob/master/cv.txt
|
68
|
-
|
69
|
-
panel -> markdownThe following specifications were found to be incompatible with your CUDA driver:
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
- feature:/win-64::__cuda==9.2=0
|
74
|
-
|
75
|
-
- feature:|@/win-64::__cuda==9.2=0
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
Your installed CUDA driver is: 9.2
|
80
|
-
|
81
|
-
```
|
82
38
|
|
83
39
|
|
84
40
|
|
1
誤記修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,11 +26,13 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
|
29
|
+
|
30
30
|
|
31
31
|

|
32
32
|
|
33
33
|
|
34
|
+
|
35
|
+
```
|
34
36
|
|
35
37
|
◆最初の10行
|
36
38
|
|