質問編集履歴
3
タイトル修正
title
CHANGED
|
@@ -1,1 +1,1 @@
|
|
|
1
|
-
python3.7の環境に、
|
|
1
|
+
python3.7の環境に、condaを使ってopencvをインストールしたいです
|
body
CHANGED
|
File without changes
|
2
文章の修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -15,31 +15,9 @@
|
|
|
15
15
|
|
|
16
16
|

|
|
17
17
|
|
|
18
|
-
```
|
|
19
|
-
|
|
18
|
+
以下の様なエラーメッセージが出ています
|
|
20
|
-
UnsatisfiableError: The following specifications were found
|
|
21
|
-
|
|
19
|
+
https://github.com/ysk-snn/memo/blob/master/cv.txt
|
|
22
20
|
|
|
23
|
-
Specifications:
|
|
24
|
-
|
|
25
|
-
- anaconda-project -> python[version='>=3.8,<3.9.0a0']
|
|
26
|
-
- anaconda==2020.02 -> python[version='3.6.10|3.8.1|3.7.6',build='h9f7ef89_0|h5fd99cc_8_cpython|h60c2a47_2']
|
|
27
|
-
- autopep8 -> python[version='>=3.8,<3.9.0a0']
|
|
28
|
-
- backports.functools_lru_cache -> python[version='>=2.7,<2.8.0a0']
|
|
29
|
-
- bleach -> python[version='>=3.8,<3.9.0a0']
|
|
30
|
-
◆最後のほうの10行
|
|
31
|
-
anaconda==2020.02 -> sphinxcontrib-websupport==1.2.0=py_0 -> sphinxcontrib
|
|
32
|
-
|
|
33
|
-
Package markdown conflicts for:
|
|
34
|
-
holoviews -> panel[version='>=0.7.0'] -> markdown
|
|
35
|
-
panel -> markdownThe following specifications were found to be incompatible with your CUDA driver:
|
|
36
|
-
|
|
37
|
-
- feature:/win-64::__cuda==9.2=0
|
|
38
|
-
- feature:|@/win-64::__cuda==9.2=0
|
|
39
|
-
|
|
40
|
-
Your installed CUDA driver is: 9.2
|
|
41
|
-
```
|
|
42
|
-
|
|
43
21
|
### 試したこと
|
|
44
22
|
|
|
45
23
|
https://anaconda.org/conda-forge/opencv
|
1
誤記修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -12,9 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
### 発生している問題・エラーメッセージ
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
|
|
16
16
|

|
|
17
17
|
|
|
18
|
+
```
|
|
18
19
|
◆最初の10行
|
|
19
20
|
UnsatisfiableError: The following specifications were found
|
|
20
21
|
to be incompatible with the existing python installation in your environment:
|