質問編集履歴
6
fix
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,11 +24,16 @@
|
|
24
24
|
システムの種類: x64-based PC
|
25
25
|
```
|
26
26
|
|
27
|
-
#
|
27
|
+
# メモ
|
28
|
-
-
|
28
|
+
- windows でインストールすると正常に動作する
|
29
29
|
|
30
|
+
# 原因は?
|
30
|
-
|
31
|
+
-「SSL」の不具合?
|
31
32
|
|
33
|
+
# エラー内容
|
34
|
+
|
35
|
+
### conda を使う時
|
36
|
+
|
32
37
|
```bash
|
33
38
|
$ conda update --all
|
34
39
|
Fetching package metadata ...
|
@@ -45,7 +50,7 @@
|
|
45
50
|
("Can\'t connect to HTTPS URL because the SSL module is notavailable.",))',),)
|
46
51
|
```
|
47
52
|
|
48
|
-
# pyenv から miniconda をインストールする時にエラー
|
53
|
+
### pyenv から miniconda をインストールする時にエラー
|
49
54
|
|
50
55
|
```bash
|
51
56
|
$ pyenv install miniconda3-latest
|
5
fix
title
CHANGED
File without changes
|
body
CHANGED
@@ -45,21 +45,6 @@
|
|
45
45
|
("Can\'t connect to HTTPS URL because the SSL module is notavailable.",))',),)
|
46
46
|
```
|
47
47
|
|
48
|
-
## pip でエラー
|
49
|
-
|
50
|
-
```bash
|
51
|
-
$ pip install pandas
|
52
|
-
pip is configured with locations that require TLS/SSL,
|
53
|
-
however the ssl module in Python is not available.
|
54
|
-
Collecting pandas
|
55
|
-
Could not fetch URL https://pypi.python.org/simple/pandas/:
|
56
|
-
There was a problem confirming the ssl certificate:
|
57
|
-
Can't connect to HTTPS URL because the SSL module is not
|
58
|
-
available. - skipping
|
59
|
-
Could not find a version that satisfies the requirement
|
60
|
-
pandas (from versions: ) No matching distribution found for pandas
|
61
|
-
```
|
62
|
-
|
63
48
|
# pyenv から miniconda をインストールする時にエラー
|
64
49
|
|
65
50
|
```bash
|
4
fix
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,9 +9,7 @@
|
|
9
9
|
Codename: xenial
|
10
10
|
|
11
11
|
$ openssl
|
12
|
-
openssl: error while loading shared libraries:
|
13
|
-
|
12
|
+
OpenSSL 1.1.0f 25 May 2017
|
14
|
-
as shared object requires: Invalid argument
|
15
13
|
|
16
14
|
$ locate libcrypto.so
|
17
15
|
/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
3
fix
title
CHANGED
File without changes
|
body
CHANGED
@@ -76,7 +76,9 @@
|
|
76
76
|
|
77
77
|
An HTTP error occurred when trying to retrieve this URL.
|
78
78
|
HTTP errors are often intermittent, and a simple retry will get you on your way.
|
79
|
-
SSLError(MaxRetryError('HTTPSConnectionPool(host=\'repo.continuum.io\', port=443):
|
79
|
+
SSLError(MaxRetryError('HTTPSConnectionPool(host=\'repo.continuum.io\', port=443):
|
80
|
+
Max retries exceeded with url: /pkgs/main/linux-64/repodata.json.bz2
|
81
|
+
(Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available.",))',),)
|
80
82
|
|
81
83
|
|
82
84
|
|
2
add error
title
CHANGED
File without changes
|
body
CHANGED
@@ -29,10 +29,10 @@
|
|
29
29
|
#「SSL」の不具合?
|
30
30
|
- ソースからビルドしたら直るのか・・・
|
31
31
|
|
32
|
-
## conda で
|
32
|
+
## conda でエラー
|
33
33
|
|
34
34
|
```bash
|
35
|
-
$ conda update --
|
35
|
+
$ conda update --all
|
36
36
|
Fetching package metadata ...
|
37
37
|
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
|
38
38
|
<https://repo.continuum.io/pkgs/main/linux-64/repodata.json.bz2>
|
@@ -47,7 +47,7 @@
|
|
47
47
|
("Can\'t connect to HTTPS URL because the SSL module is notavailable.",))',),)
|
48
48
|
```
|
49
49
|
|
50
|
-
## pip
|
50
|
+
## pip でエラー
|
51
51
|
|
52
52
|
```bash
|
53
53
|
$ pip install pandas
|
@@ -62,6 +62,42 @@
|
|
62
62
|
pandas (from versions: ) No matching distribution found for pandas
|
63
63
|
```
|
64
64
|
|
65
|
+
# pyenv から miniconda をインストールする時にエラー
|
66
|
+
|
67
|
+
```bash
|
68
|
+
$ pyenv install miniconda3-latest
|
69
|
+
|
70
|
+
Downloading Miniconda3-latest-Linux-x86_64.sh...
|
71
|
+
-> https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
|
72
|
+
Installing Miniconda3-latest-Linux-x86_64...
|
73
|
+
Fetching package metadata ...
|
74
|
+
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.continuum.io/pkgs/main/linux-64/repodata.json.bz2>
|
75
|
+
Elapsed: -
|
76
|
+
|
77
|
+
An HTTP error occurred when trying to retrieve this URL.
|
78
|
+
HTTP errors are often intermittent, and a simple retry will get you on your way.
|
79
|
+
SSLError(MaxRetryError('HTTPSConnectionPool(host=\'repo.continuum.io\', port=443): Max retries exceeded with url: /pkgs/main/linux-64/repodata.json.bz2 (Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available.",))',),)
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
BUILD FAILED (Ubuntu 16.04 using python-build 1.1.5-7-gaf8cca9)
|
84
|
+
|
85
|
+
Inspect or clean up the working tree at /tmp/python-build.20171011142305.444
|
86
|
+
Results logged to /tmp/python-build.20171011142305.444.log
|
87
|
+
|
88
|
+
Last 10 log lines:
|
89
|
+
installing: cffi-1.10.0-py36had8d393_1 ...
|
90
|
+
installing: setuptools-36.5.0-py36he42e2e1_0 ...
|
91
|
+
installing: cryptography-2.0.3-py36ha225213_1 ...
|
92
|
+
installing: wheel-0.29.0-py36he7f4e38_1 ...
|
93
|
+
installing: pip-9.0.1-py36h30f8307_2 ...
|
94
|
+
installing: pyopenssl-17.2.0-py36h5cc804b_0 ...
|
95
|
+
installing: urllib3-1.22-py36hbe7ace6_0 ...
|
96
|
+
installing: requests-2.18.4-py36he2e5f8d_1 ...
|
97
|
+
installing: conda-4.3.27-py36h2866c0b_0 ...
|
98
|
+
installation finished.
|
99
|
+
```
|
100
|
+
|
65
101
|
# 同様の症例
|
66
102
|
|
67
103
|
- [Bash on WindowsでpyenvにAnaconda3-5.0.0をインストールしようとしてますが、ハマってます](https://ja.stackoverflow.com/questions/38533/bash-on-windows%E3%81%A7pyenv%E3%81%ABanaconda3-5-0-0%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%97%E3%82%88%E3%81%86%E3%81%A8%E3%81%97%E3%81%A6%E3%81%BE%E3%81%99%E3%81%8C-%E3%83%8F%E3%83%9E%E3%81%A3%E3%81%A6%E3%81%BE%E3%81%99)
|
1
add info
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# 環境
|
2
2
|
|
3
|
-
```
|
3
|
+
```bash
|
4
4
|
$ lab_release --all
|
5
5
|
# No LSB modules are available.
|
6
6
|
Distributor ID: Ubuntu
|
@@ -13,6 +13,10 @@
|
|
13
13
|
libcrypto.so.1.0.0: cannot enable executable stack
|
14
14
|
as shared object requires: Invalid argument
|
15
15
|
|
16
|
+
$ locate libcrypto.so
|
17
|
+
/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
18
|
+
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
|
19
|
+
|
16
20
|
$ pip freeze | grep SSL
|
17
21
|
pyOpenSSL==17.2.0
|
18
22
|
|
@@ -45,7 +49,7 @@
|
|
45
49
|
|
46
50
|
## pip でエラー
|
47
51
|
|
48
|
-
```
|
52
|
+
```bash
|
49
53
|
$ pip install pandas
|
50
54
|
pip is configured with locations that require TLS/SSL,
|
51
55
|
however the ssl module in Python is not available.
|