質問編集履歴

2

環境について追記

2019/08/31 02:30

投稿

minami_456
minami_456

スコア13

test CHANGED
File without changes
test CHANGED
@@ -54,4 +54,20 @@
54
54
 
55
55
 
56
56
 
57
+ ### 環境
58
+
59
+ OS macOS Mojave ver10.14.5
60
+
61
+ Python 3.7.2
62
+
63
+ pip Version: 19.0.2
64
+
65
+ プロキシサーバを使用しておりません
66
+
67
+ 自宅、会社両方で試しましたが同じエラーが発生しました。
68
+
69
+
70
+
71
+
72
+
57
73
  追加情報

1

エラーメッセージを追加しました。

2019/08/31 02:30

投稿

minami_456
minami_456

スコア13

test CHANGED
File without changes
test CHANGED
@@ -8,9 +8,29 @@
8
8
 
9
9
  ### 発生している問題・エラーメッセージ
10
10
 
11
- ```Could not find a version that satisfies the requirement beautifulsoup4 (from versions: )
11
+ ```pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
12
+
13
+ Collecting beautifulsoup4
14
+
15
+ Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/beautifulsoup4/
16
+
17
+ Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/beautifulsoup4/
18
+
19
+ Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/beautifulsoup4/
20
+
21
+ Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/beautifulsoup4/
22
+
23
+ Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/beautifulsoup4/
24
+
25
+ Could not fetch URL https://pypi.org/simple/beautifulsoup4/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/beautifulsoup4/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
26
+
27
+ Could not find a version that satisfies the requirement beautifulsoup4 (from versions: )
12
28
 
13
29
  No matching distribution found for beautifulsoup4
30
+
31
+ pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
32
+
33
+ Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
14
34
 
15
35
  ```
16
36
 
@@ -31,3 +51,7 @@
31
51
  をターミナルにて入力しました。
32
52
 
33
53
  どちらを入力しても同じ結果が出ます。
54
+
55
+
56
+
57
+ 追加情報